Color Hex Logo

#e230a1 Color Hex

#E230A1
(226,48,161)
0 Favorites   0 Comments

Color spaces of #e230a1

RGB 22648161
HSL0.890.750.54
HSV322°79°89°
CMYK 0.000.790.29   0.11
XYZ38.854020.855935.6960
Yxy20.85590.40720.2186
Hunter Lab45.668371.9462-14.3755
CIE-Lab52.791474.5666-19.3001

#e230a1 color RGB value is (226,48,161).

#e230a1 hex color red value is 226, green value is 48 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #e230a1 hue: 0.89 , saturation: 0.75 and the lightness value of e230a1 is 0.54.

The process color (four color CMYK) of #e230a1 color hex is 0.00, 0.79, 0.29, 0.11. Web safe color of #e230a1 is #cc3399. Color #e230a1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 00110000 10100001
Octal 342 60 241
Decimal 226 48 161
Hex E2 30 A1

RGB Percentages of Color #e230a1

%51.95
%11.03
%37.01

CMYK Percentages of Color #e230a1

%0
%79
%29
%11

Triadic Colors of #e230a1

#e230a1 #a1e230 #30a1e2

Analogous Colors of #e230a1

#e230a1 #e23048 #ca30e2

Monochromatic Colors of #e230a1

#e230a1

Complementary Color

#e230a1 #30e271

#e230a1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e230a1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e230a1 Color CSS Codes

.mybgcolor {background-color:#e230a1; } 
.myforecolor {color:#e230a1; }
.mybordercolor {border:3px solid #e230a1; }

#e230a1 Text Font Color

<p style="color:#e230a1">Text here</p>

This sample text font color is #e230a1
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#e230a1 Background Color

<div style="background-color:#e230a1">
Div content here</div>

This div background color is #e230a1


#e230a1 Border Color

<div style="border:3px solid #e230a1">
Div here</div>

This div border color is #e230a1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(226,48,161, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e230a1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e230a1;
  -webkit-box-shadow: 1px 1px 3px 2px #e230a1;
  box-shadow:         1px 1px 3px 2px #e230a1; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,48,161, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e230a1">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #e230a1;
  -webkit-box-shadow: 1px 1px 3px 2px #e230a1;
  box-shadow:         1px 1px 3px 2px #e230a1;">
Div content here</div>

This div box has shadow with color #e230a1

#e230a1 Color Palettes


Comments

No comments written yet.

Please login to write comment.