Html Css Color HEX #E00DA5 Hollywood Cerise

📋 copy color: '#E00DA5'

red 224 ◦ green 13 ◦ blue 165

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

Shades of Hollywood Cerise #E00DA5

Tints of Hollywood Cerise #E00DA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 41.04%

R = 55.72%
G = 3.23%
B = 41.04%

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

#E00DA5 (or 0xE00DA5) is known color: Hollywood Cerise. HEX triplet: E0, 0D and A5. RGB value is (224,13,165). Sum of RGB (Red+Green+Blue) = 224+13+165=402 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.72% from 402); Green value is 13 (5.47% from 255 or 3.23% from 402); Blue value is 165 (64.84% from 255 or 41.04% from 402); Max value from RGB is 224 - color contains mainly: red. Hex color #E00DA5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E00DA5 is #1FF25A. Grayscale: #5D5D5D. Windows color (decimal): -2093659 or 10816992. OLE color: 10816992.

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

Color convert

RGB 224 13 165 -
CMYK 0 0.94 0.26 0.12
HSL 316.78º 0.89% 0.46% -
HSV(B) 316.78º 0.94% 0.88% -
XYZ 37.68 18.85 37.25 -
YUV 93.42 168.4 221.14 -
System Red Green Blue C M Y K H S L
Decimal 224 13 165 0 0.94 0.26 0.12 316.78 0.89 0.46
Hex E0 D A5 0 5E 1A C 13D 59 2E
Octal 340 15 245 0 136 32 14 475 131 56
Binary 11100000 1101 10100101 0 1011110 11010 1100 100111101 1011001 101110

Color Harmonies of #E00DA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00DA5

Black with #E00DA5

Text Example


Text Example

White with #E00DA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00DA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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