#E12EAB

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

Shades of Persian Rose #E12EAB

Tints of Persian Rose #E12EAB

Color information

#E12EAB (or 0xE12EAB) is unknown color: approx Persian Rose. HEX triplet: E1, 2E and AB. RGB value is (225,46,171). Sum of RGB (Red+Green+Blue) = 225+46+171=442 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.90% from 442); Green value is 46 (18.36% from 255 or 10.41% from 442); Blue value is 171 (67.19% from 255 or 38.69% from 442); Max value from RGB is 225 - color contains mainly: red. Hex color #E12EAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E12EAB is #1ED154. Grayscale: #717171. Windows color (decimal): -2019669 or 11218657. OLE color: 11218657.

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

Color convert

RGB22546171-
CMYK00.800.240.12
HSL318.1º74.9%53.14%-
HSV(B)318.1º79.56%88.24%-
XYZ39.3820.940.49-
YUV113.77160.3207.34-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 50.90%
GREEN value IS 46 (18.36% from 255) = 10.41%
BLUE value IS 171 (67.19% from 255) = 38.69%
R=50.90%
G=10.41%
B=38.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2254617100.800.240.12318.174.953.14
HexE12EAB05018C13e4b35
Octal341562530120301447611365
Binary1110000110111010101011010100001100011001001111101001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E12EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E12EAB; }

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

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

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

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

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

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

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

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