#E12AA6

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

Shades of Persian Rose #E12AA6

Tints of Persian Rose #E12AA6

Color information

#E12AA6 (or 0xE12AA6) is unknown color: approx Persian Rose. HEX triplet: E1, 2A and A6. RGB value is (225,42,166). Sum of RGB (Red+Green+Blue) = 225+42+166=433 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.96% from 433); Green value is 42 (16.80% from 255 or 9.70% from 433); Blue value is 166 (65.23% from 255 or 38.34% from 433); Max value from RGB is 225 - color contains mainly: red. Hex color #E12AA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E12AA6 is #1ED559. Grayscale: #6E6E6E. Windows color (decimal): -2020698 or 10889953. OLE color: 10889953.

HSL color Cylindrical-coordinate representation of color #E12AA6: hue angle of 319.34º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E12AA6 is Cyan = 0, Magento = 0.81, Yellow = 0.26 and Black (K on CMYK) = 0.12.

Color convert

RGB22542166-
CMYK00.810.260.12
HSL319.34º75.31%52.35%-
HSV(B)319.34º81.33%88.24%-
XYZ38.7620.4237.97-
YUV110.85159.13209.42-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 51.96%
GREEN value IS 42 (16.80% from 255) = 9.70%
BLUE value IS 166 (65.23% from 255) = 38.34%
R=51.96%
G=9.70%
B=38.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.26
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2254216600.810.260.12319.3475.3152.35
HexE12AA60511AC13f4b34
Octal341522460121321447711364
Binary1110000110101010100110010100011101011001001111111001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E12AA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E12AA6; }

 p { color: rgb(225,42,166); }

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

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

 a { background-color: rgb(225,42,166); }

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

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

 span { border-color: rgb(225,42,166); }

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