#E13EAE

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

Shades of Persian Rose #E13EAE

Tints of Persian Rose #E13EAE

Color information

#E13EAE (or 0xE13EAE) is unknown color: approx Persian Rose. HEX triplet: E1, 3E and AE. RGB value is (225,62,174). Sum of RGB (Red+Green+Blue) = 225+62+174=461 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.81% from 461); Green value is 62 (24.61% from 255 or 13.45% from 461); Blue value is 174 (68.36% from 255 or 37.74% from 461); Max value from RGB is 225 - color contains mainly: red. Hex color #E13EAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E13EAE is #1EC151. Grayscale: #7B7B7B. Windows color (decimal): -2015570 or 11419361. OLE color: 11419361.

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

Color convert

RGB22562174-
CMYK00.720.230.12
HSL318.77º73.09%56.27%-
HSV(B)318.77º72.44%88.24%-
XYZ40.4122.5142.26-
YUV123.5156.5200.39-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 48.81%
GREEN value IS 62 (24.61% from 255) = 13.45%
BLUE value IS 174 (68.36% from 255) = 37.74%
R=48.81%
G=13.45%
B=37.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.23
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2256217400.720.230.12318.7773.0956.27
HexE13EAE04817C13f4938
Octal341762560110271447711170
Binary1110000111111010101110010010001011111001001111111001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E13EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E13EAE; }

 p { color: rgb(225,62,174); }

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

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

 a { background-color: rgb(225,62,174); }

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

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

 span { border-color: rgb(225,62,174); }

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