Html Css Color HEX #E00CAD Hollywood Cerise

📋 copy color: '#E00CAD'

red 224 ◦ green 12 ◦ blue 173

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

Shades of Hollywood Cerise #E00CAD

Tints of Hollywood Cerise #E00CAD

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.93%

 BLUE value IS 173 (67.97% from 255) = 42.3%

R = 54.77%
G = 2.93%
B = 42.3%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.23

 K value IS 0.12

RGB Variations

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

Color information

#E00CAD (or 0xE00CAD) is known color: Hollywood Cerise. HEX triplet: E0, 0C and AD. RGB value is (224,12,173). Sum of RGB (Red+Green+Blue) = 224+12+173=409 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.77% from 409); Green value is 12 (5.08% from 255 or 2.93% from 409); Blue value is 173 (67.97% from 255 or 42.30% from 409); Max value from RGB is 224 - color contains mainly: red. Hex color #E00CAD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E00CAD is #1FF352. Grayscale: #5D5D5D. Windows color (decimal): -2093907 or 11341024. OLE color: 11341024.

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

Color convert

RGB 224 12 173 -
CMYK 0 0.95 0.23 0.12
HSL 314.43º 0.9% 0.46% -
HSV(B) 314.43º 0.95% 0.88% -
XYZ 38.41 19.13 41.2 -
YUV 93.74 172.74 220.91 -
System Red Green Blue C M Y K H S L
Decimal 224 12 173 0 0.95 0.23 0.12 314.43 0.9 0.46
Hex E0 C AD 0 5F 17 C 13A 5A 2E
Octal 340 14 255 0 137 27 14 472 132 56
Binary 11100000 1100 10101101 0 1011111 10111 1100 100111010 1011010 101110

Color Harmonies of #E00CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00CAD

Black with #E00CAD

Text Example


Text Example

White with #E00CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00CAD; }

 p { color: rgb(224,12,173); }

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

background-color css

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

 a { background-color: rgb(224,12,173); }

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

border-color css

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

 span { border-color: rgb(224,12,173); }

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