#DE0EAA

Color #DE0EAA Hollywood Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hollywood Cerise #DE0EAA

Tints of Hollywood Cerise #DE0EAA

Color information

#DE0EAA (or 0xDE0EAA) is unknown color: approx 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

RGB22214170-
CMYK00.940.230.13
HSL315º88.14%46.27%-
HSV(B)315º93.69%87.06%-
XYZ37.5418.7539.67-
YUV93.98170.91219.32-

RGB Variations

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

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.80% from 255) = 41.87%
R=54.68%
G=3.45%
B=41.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221417000.940.230.1331588.1446.27
HexDEEAA05E17D13b582e
Octal336162520136271547313056
Binary11011110111010101010010111101011111011001110111011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE0EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>