Html Css Color HEX #E01D9A Deep Cerise

📋 copy color: '#E01D9A'

red 224 ◦ green 29 ◦ blue 154

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

Shades of Deep Cerise #E01D9A

Tints of Deep Cerise #E01D9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 37.84%

R = 55.04%
G = 7.13%
B = 37.84%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.31

 K value IS 0.12

RGB Variations

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

Color information

#E01D9A (or 0xE01D9A) is known color: Deep Cerise. HEX triplet: E0, 1D and 9A. RGB value is (224,29,154). Sum of RGB (Red+Green+Blue) = 224+29+154=407 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.04% from 407); Green value is 29 (11.72% from 255 or 7.13% from 407); Blue value is 154 (60.55% from 255 or 37.84% from 407); Max value from RGB is 224 - color contains mainly: red. Hex color #E01D9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E01D9A is #1FE265. Grayscale: #656565. Windows color (decimal): -2089574 or 10100192. OLE color: 10100192.

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

Color convert

RGB 224 29 154 -
CMYK 0 0.87 0.31 0.12
HSL 321.54º 0.77% 0.5% -
HSV(B) 321.54º 0.87% 0.88% -
XYZ 37.01 19.06 32.3 -
YUV 101.56 157.6 215.34 -
System Red Green Blue C M Y K H S L
Decimal 224 29 154 0 0.87 0.31 0.12 321.54 0.77 0.5
Hex E0 1D 9A 0 57 1F C 142 4D 32
Octal 340 35 232 0 127 37 14 502 115 62
Binary 11100000 11101 10011010 0 1010111 11111 1100 101000010 1001101 110010

Color Harmonies of #E01D9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01D9A

Black with #E01D9A

Text Example


Text Example

White with #E01D9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01D9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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