#e01e9d

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

Shades of Persian Rose #E01E9D

Tints of Persian Rose #E01E9D

Color information

#E01E9D (or 0xE01E9D) is unknown color: approx Persian Rose. HEX triplet: E0, 1E and 9D. RGB value is (224,30,157). Sum of RGB (Red+Green+Blue) = 224+30+157=411 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.50% from 411); Green value is 30 (12.11% from 255 or 7.30% from 411); Blue value is 157 (61.72% from 255 or 38.20% from 411); Max value from RGB is 224 - color contains mainly: red. Hex color #E01E9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E01E9D is #1FE162. Grayscale: #666666. Windows color (decimal): -2089315 or 10297056. OLE color: 10297056.

HSL color Cylindrical-coordinate representation of color #E01E9D: hue angle of 320.72º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E01E9D is Cyan = 0, Magento = 0.87, Yellow = 0.30 and Black (K on CMYK) = 0.12.

Color convert

RGB22430157-
CMYK00.870.300.12
HSL320.72º76.38%49.8%-
HSV(B)320.72º86.61%87.84%-
XYZ37.2919.2133.64-
YUV102.48158.77214.67-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 54.50%
GREEN value IS 30 (12.11% from 255) = 7.30%
BLUE value IS 157 (61.72% from 255) = 38.20%
R=54.50%
G=7.30%
B=38.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.30
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2243015700.870.300.12320.7276.3849.8
HexE01E9D0571EC1414c32
Octal340362350127361450111462
Binary111000001111010011101010101111111011001010000011001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e01e9d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e01e9d; }

 p { color: rgb(224,30,157); }

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

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

 a { background-color: rgb(224,30,157); }

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

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

 span { border-color: rgb(224,30,157); }

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