#E12FA6

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

Shades of Persian Rose #E12FA6

Tints of Persian Rose #E12FA6

Color information

#E12FA6 (or 0xE12FA6) is unknown color: approx Persian Rose. HEX triplet: E1, 2F and A6. RGB value is (225,47,166). Sum of RGB (Red+Green+Blue) = 225+47+166=438 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.37% from 438); Green value is 47 (18.75% from 255 or 10.73% from 438); Blue value is 166 (65.23% from 255 or 37.90% from 438); Max value from RGB is 225 - color contains mainly: red. Hex color #E12FA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E12FA6 is #1ED059. Grayscale: #717171. Windows color (decimal): -2019418 or 10891233. OLE color: 10891233.

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

Color convert

RGB22547166-
CMYK00.790.260.12
HSL319.89º74.79%53.33%-
HSV(B)319.89º79.11%88.24%-
XYZ38.9520.7938.04-
YUV113.79157.47207.32-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 51.37%
GREEN value IS 47 (18.75% from 255) = 10.73%
BLUE value IS 166 (65.23% from 255) = 37.90%
R=51.37%
G=10.73%
B=37.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.26
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2254716600.790.260.12319.8974.7953.33
HexE12FA604F1AC1404b35
Octal341572460117321450011365
Binary1110000110111110100110010011111101011001010000001001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E12FA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E12FA6; }

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

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

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

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

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

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

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

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