#E13CA9

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

Shades of Persian Rose #E13CA9

Tints of Persian Rose #E13CA9

Color information

#E13CA9 (or 0xE13CA9) is unknown color: approx Persian Rose. HEX triplet: E1, 3C and A9. RGB value is (225,60,169). Sum of RGB (Red+Green+Blue) = 225+60+169=454 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.56% from 454); Green value is 60 (23.83% from 255 or 13.22% from 454); Blue value is 169 (66.41% from 255 or 37.22% from 454); Max value from RGB is 225 - color contains mainly: red. Hex color #E13CA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E13CA9 is #1EC356. Grayscale: #797979. Windows color (decimal): -2016087 or 11091169. OLE color: 11091169.

HSL color Cylindrical-coordinate representation of color #E13CA9: hue angle of 320.36º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E13CA9 is Cyan = 0, Magento = 0.73, Yellow = 0.25 and Black (K on CMYK) = 0.12.

Color convert

RGB22560169-
CMYK00.730.250.12
HSL320.36º73.33%55.88%-
HSV(B)320.36º73.33%88.24%-
XYZ39.8322.139.7-
YUV121.76154.66201.64-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 49.56%
GREEN value IS 60 (23.83% from 255) = 13.22%
BLUE value IS 169 (66.41% from 255) = 37.22%
R=49.56%
G=13.22%
B=37.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.25
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2256016900.730.250.12320.3673.3355.88
HexE13CA904919C1404938
Octal341742510111311450011170
Binary1110000111110010101001010010011100111001010000001001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E13CA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E13CA9; }

 p { color: rgb(225,60,169); }

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

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

 a { background-color: rgb(225,60,169); }

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

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

 span { border-color: rgb(225,60,169); }

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