Html Css Color HEX #E01D9D Persian Rose

📋 copy color: '#E01D9D'

red 224 ◦ green 29 ◦ blue 157

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

Shades of Persian Rose #E01D9D

Tints of Persian Rose #E01D9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 38.29%

R = 54.63%
G = 7.07%
B = 38.29%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.30

 K value IS 0.12

RGB Variations

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

Color information

#E01D9D (or 0xE01D9D) is known color: Persian Rose. HEX triplet: E0, 1D and 9D. RGB value is (224,29,157). Sum of RGB (Red+Green+Blue) = 224+29+157=410 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.63% from 410); Green value is 29 (11.72% from 255 or 7.07% from 410); Blue value is 157 (61.72% from 255 or 38.29% from 410); Max value from RGB is 224 - color contains mainly: red. Hex color #E01D9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E01D9D is #1FE262. Grayscale: #656565. Windows color (decimal): -2089571 or 10296800. OLE color: 10296800.

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

Color convert

RGB 224 29 157 -
CMYK 0 0.87 0.30 0.12
HSL 320.62º 0.77% 0.5% -
HSV(B) 320.62º 0.87% 0.88% -
XYZ 37.27 19.16 33.63 -
YUV 101.9 159.1 215.09 -
System Red Green Blue C M Y K H S L
Decimal 224 29 157 0 0.87 0.30 0.12 320.62 0.77 0.5
Hex E0 1D 9D 0 57 1E C 141 4D 32
Octal 340 35 235 0 127 36 14 501 115 62
Binary 11100000 11101 10011101 0 1010111 11110 1100 101000001 1001101 110010

Color Harmonies of #E01D9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01D9D

Black with #E01D9D

Text Example


Text Example

White with #E01D9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01D9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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