Html Css Color HEX #E01D9E Persian Rose

📋 copy color: '#E01D9E'

red 224 ◦ green 29 ◦ blue 158

#E01D9E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Rose #E01D9E

Tints of Persian Rose #E01D9E

RGB

 RED value IS 224 (87.89% from 255) = 54.5%

 GREEN value IS 29 (11.72% from 255) = 7.06%

 BLUE value IS 158 (62.11% from 255) = 38.44%

R = 54.5%
G = 7.06%
B = 38.44%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.29

 K value IS 0.12

RGB Variations

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

Color information

#E01D9E (or 0xE01D9E) is known color: Persian Rose. HEX triplet: E0, 1D and 9E. RGB value is (224,29,158). Sum of RGB (Red+Green+Blue) = 224+29+158=411 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.50% from 411); Green value is 29 (11.72% from 255 or 7.06% from 411); Blue value is 158 (62.11% from 255 or 38.44% from 411); Max value from RGB is 224 - color contains mainly: red. Hex color #E01D9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E01D9E is #1FE261. Grayscale: #656565. Windows color (decimal): -2089570 or 10362336. OLE color: 10362336.

HSL color Cylindrical-coordinate representation of color #E01D9E: hue angle of 320.31º degrees, saturation: 0.77, 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 #E01D9E is Cyan = 0, Magento = 0.87, Yellow = 0.29 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 29 158 -
CMYK 0 0.87 0.29 0.12
HSL 320.31º 0.77% 0.5% -
HSV(B) 320.31º 0.87% 0.88% -
XYZ 37.35 19.19 34.08 -
YUV 102.01 159.6 215.01 -
System Red Green Blue C M Y K H S L
Decimal 224 29 158 0 0.87 0.29 0.12 320.31 0.77 0.5
Hex E0 1D 9E 0 57 1D C 140 4D 32
Octal 340 35 236 0 127 35 14 500 115 62
Binary 11100000 11101 10011110 0 1010111 11101 1100 101000000 1001101 110010

Color Harmonies of #E01D9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01D9E

Black with #E01D9E

Text Example


Text Example

White with #E01D9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01D9E; }

 p { color: rgb(224,29,158); }

 H1.HeaderClassName
 {
   color: #E01D9E;
 }
 .AnyTagClassName
 {
   color: #E01D9E;
 }
</style>

background-color css

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

 a { background-color: rgb(224,29,158); }

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

border-color css

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

 span { border-color: rgb(224,29,158); }

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