#e12ea4

Color #E12EA4 Persian Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Rose #E12EA4

Tints of Persian Rose #E12EA4

Color information

#E12EA4 (or 0xE12EA4) is unknown color: approx Persian Rose. HEX triplet: E1, 2E and A4. RGB value is (225,46,164). Sum of RGB (Red+Green+Blue) = 225+46+164=435 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.72% from 435); Green value is 46 (18.36% from 255 or 10.57% from 435); Blue value is 164 (64.45% from 255 or 37.70% from 435); Max value from RGB is 225 - color contains mainly: red. Hex color #E12EA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E12EA4 is #1ED15B. Grayscale: #707070. Windows color (decimal): -2019676 or 10759905. OLE color: 10759905.

HSL color Cylindrical-coordinate representation of color #E12EA4: hue angle of 320.45º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E12EA4 is Cyan = 0, Magento = 0.80, Yellow = 0.27 and Black (K on CMYK) = 0.12.

Color convert

RGB22546164-
CMYK00.800.270.12
HSL320.45º74.9%53.14%-
HSV(B)320.45º79.56%88.24%-
XYZ38.7320.6437.06-
YUV112.97156.8207.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 225 (88.28% from 255) = 51.72%
GREEN value IS 46 (18.36% from 255) = 10.57%
BLUE value IS 164 (64.45% from 255) = 37.70%
R=51.72%
G=10.57%
B=37.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.27
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2254616400.800.270.12320.4574.953.14
HexE12EA40501BC1404b35
Octal341562440120331450011365
Binary1110000110111010100100010100001101111001010000001001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e12ea4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e12ea4; }

 p { color: rgb(225,46,164); }

 H1.HeaderClassName
 {
   color: #e12ea4;
 }
 .AnyTagClassName
 {
   color: #e12ea4;
 }
</style>
background-color css

<style>
 a { background-color: #e12ea4; }

 a { background-color: rgb(225,46,164); }

 div.DivClassName
 {
   background-color: #e12ea4;
 }
 .BgClassName
 {
   background-color: #e12ea4;
 }
</style>
border-color css

<style>
 span { border-color: #e12ea4; }

 span { border-color: rgb(225,46,164); }

 td.TdClassName
 {
   border-color: #e12ea4;
 }
 .TagClassName
 {
   border-color: #e12ea4;
 }
</style>