#E12AA4

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

Shades of Persian Rose #E12AA4

Tints of Persian Rose #E12AA4

Color information

#E12AA4 (or 0xE12AA4) is unknown color: approx Persian Rose. HEX triplet: E1, 2A and A4. RGB value is (225,42,164). Sum of RGB (Red+Green+Blue) = 225+42+164=431 (57% of max value = 765). Red value is 225 (88.28% from 255 or 52.20% from 431); Green value is 42 (16.80% from 255 or 9.74% from 431); Blue value is 164 (64.45% from 255 or 38.05% from 431); Max value from RGB is 225 - color contains mainly: red. Hex color #E12AA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E12AA4 is #1ED55B. Grayscale: #6E6E6E. Windows color (decimal): -2020700 or 10758881. OLE color: 10758881.

HSL color Cylindrical-coordinate representation of color #E12AA4: hue angle of 320º 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 #E12AA4 is Cyan = 0, Magento = 0.81, Yellow = 0.27 and Black (K on CMYK) = 0.12.

Color convert

RGB22542164-
CMYK00.810.270.12
HSL320º75.31%52.35%-
HSV(B)320º81.33%88.24%-
XYZ38.5820.3437.02-
YUV110.62158.13209.58-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 52.20%
GREEN value IS 42 (16.80% from 255) = 9.74%
BLUE value IS 164 (64.45% from 255) = 38.05%
R=52.20%
G=9.74%
B=38.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.27
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2254216400.810.270.1232075.3152.35
HexE12AA40511BC1404b34
Octal341522440121331450011364
Binary1110000110101010100100010100011101111001010000001001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E12AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E12AA4; }

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

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

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

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

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

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

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

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