Html Css Color HEX #E00DA6 Hollywood Cerise

📋 copy color: '#E00DA6'

red 224 ◦ green 13 ◦ blue 166

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

Shades of Hollywood Cerise #E00DA6

Tints of Hollywood Cerise #E00DA6

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.23%

 BLUE value IS 166 (65.23% from 255) = 41.19%

R = 55.58%
G = 3.23%
B = 41.19%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.26

 K value IS 0.12

RGB Variations

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

Color information

#E00DA6 (or 0xE00DA6) is known color: Hollywood Cerise. HEX triplet: E0, 0D and A6. RGB value is (224,13,166). Sum of RGB (Red+Green+Blue) = 224+13+166=403 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.58% from 403); Green value is 13 (5.47% from 255 or 3.23% from 403); Blue value is 166 (65.23% from 255 or 41.19% from 403); Max value from RGB is 224 - color contains mainly: red. Hex color #E00DA6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E00DA6 is #1FF259. Grayscale: #5D5D5D. Windows color (decimal): -2093658 or 10882528. OLE color: 10882528.

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

Color convert

RGB 224 13 166 -
CMYK 0 0.94 0.26 0.12
HSL 316.49º 0.89% 0.46% -
HSV(B) 316.49º 0.94% 0.88% -
XYZ 37.77 18.89 37.73 -
YUV 93.53 168.9 221.06 -
System Red Green Blue C M Y K H S L
Decimal 224 13 166 0 0.94 0.26 0.12 316.49 0.89 0.46
Hex E0 D A6 0 5E 1A C 13C 59 2E
Octal 340 15 246 0 136 32 14 474 131 56
Binary 11100000 1101 10100110 0 1011110 11010 1100 100111100 1011001 101110

Color Harmonies of #E00DA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00DA6

Black with #E00DA6

Text Example


Text Example

White with #E00DA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00DA6; }

 p { color: rgb(224,13,166); }

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

background-color css

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

 a { background-color: rgb(224,13,166); }

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

border-color css

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

 span { border-color: rgb(224,13,166); }

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