Html Css Color HEX #DE0EAA Hollywood Cerise

📋 copy color: '#DE0EAA'

red 222 ◦ green 14 ◦ blue 170

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

Shades of Hollywood Cerise #DE0EAA

Tints of Hollywood Cerise #DE0EAA

RGB

 RED value IS 222 (87.11% from 255) = 54.68%

 GREEN value IS 14 (5.86% from 255) = 3.45%

 BLUE value IS 170 (66.8% from 255) = 41.87%

R = 54.68%
G = 3.45%
B = 41.87%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DE0EAA (or 0xDE0EAA) is known color: Hollywood Cerise. HEX triplet: DE, 0E and AA. RGB value is (222,14,170). Sum of RGB (Red+Green+Blue) = 222+14+170=406 (53% of max value = 765). Red value is 222 (87.11% from 255 or 54.68% from 406); Green value is 14 (5.86% from 255 or 3.45% from 406); Blue value is 170 (66.80% from 255 or 41.87% from 406); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0EAA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE0EAA is #21F155. Grayscale: #5D5D5D. Windows color (decimal): -2224470 or 11144926. OLE color: 11144926.

HSL color Cylindrical-coordinate representation of color #DE0EAA: hue angle of 315º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DE0EAA is Cyan = 0, Magento = 0.94, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 14 170 -
CMYK 0 0.94 0.23 0.13
HSL 315º 0.88% 0.46% -
HSV(B) 315º 0.94% 0.87% -
XYZ 37.54 18.75 39.67 -
YUV 93.98 170.91 219.32 -
System Red Green Blue C M Y K H S L
Decimal 222 14 170 0 0.94 0.23 0.13 315 0.88 0.46
Hex DE E AA 0 5E 17 D 13B 58 2E
Octal 336 16 252 0 136 27 15 473 130 56
Binary 11011110 1110 10101010 0 1011110 10111 1101 100111011 1011000 101110

Color Harmonies of #DE0EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0EAA

Black with #DE0EAA

Text Example


Text Example

White with #DE0EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0EAA; }

 p { color: rgb(222,14,170); }

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

background-color css

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

 a { background-color: rgb(222,14,170); }

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

border-color css

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

 span { border-color: rgb(222,14,170); }

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