#E12EA5

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

Shades of Persian Rose #E12EA5

Tints of Persian Rose #E12EA5

Color information

#E12EA5 (or 0xE12EA5) is unknown color: approx Persian Rose. HEX triplet: E1, 2E and A5. RGB value is (225,46,165). Sum of RGB (Red+Green+Blue) = 225+46+165=436 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.61% from 436); Green value is 46 (18.36% from 255 or 10.55% from 436); Blue value is 165 (64.84% from 255 or 37.84% from 436); Max value from RGB is 225 - color contains mainly: red. Hex color #E12EA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E12EA5 is #1ED15A. Grayscale: #707070. Windows color (decimal): -2019675 or 10825441. OLE color: 10825441.

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

Color convert

RGB22546165-
CMYK00.800.270.12
HSL320.11º74.9%53.14%-
HSV(B)320.11º79.56%88.24%-
XYZ38.8220.6837.54-
YUV113.09157.3207.82-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 51.61%
GREEN value IS 46 (18.36% from 255) = 10.55%
BLUE value IS 165 (64.84% from 255) = 37.84%
R=51.61%
G=10.55%
B=37.84%

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
Decimal2254616500.800.270.12320.1174.953.14
HexE12EA50501BC1404b35
Octal341562450120331450011365
Binary1110000110111010100101010100001101111001010000001001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E12EA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E12EA5; }

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

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

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

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

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

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

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

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