Html Css Color HEX #E00E9A Hollywood Cerise

📋 copy color: '#E00E9A'

red 224 ◦ green 14 ◦ blue 154

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

Shades of Hollywood Cerise #E00E9A

Tints of Hollywood Cerise #E00E9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 39.29%

R = 57.14%
G = 3.57%
B = 39.29%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.31

 K value IS 0.12

RGB Variations

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

Color information

#E00E9A (or 0xE00E9A) is known color: Hollywood Cerise. HEX triplet: E0, 0E and 9A. RGB value is (224,14,154). Sum of RGB (Red+Green+Blue) = 224+14+154=392 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.14% from 392); Green value is 14 (5.86% from 255 or 3.57% from 392); Blue value is 154 (60.55% from 255 or 39.29% from 392); Max value from RGB is 224 - color contains mainly: red. Hex color #E00E9A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E00E9A is #1FF165. Grayscale: #5C5C5C. Windows color (decimal): -2093414 or 10096352. OLE color: 10096352.

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

Color convert

RGB 224 14 154 -
CMYK 0 0.94 0.31 0.12
HSL 320º 0.88% 0.47% -
HSV(B) 320º 0.94% 0.88% -
XYZ 36.73 18.49 32.21 -
YUV 92.75 162.57 221.62 -
System Red Green Blue C M Y K H S L
Decimal 224 14 154 0 0.94 0.31 0.12 320 0.88 0.47
Hex E0 E 9A 0 5E 1F C 140 58 2F
Octal 340 16 232 0 136 37 14 500 130 57
Binary 11100000 1110 10011010 0 1011110 11111 1100 101000000 1011000 101111

Color Harmonies of #E00E9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00E9A

Black with #E00E9A

Text Example


Text Example

White with #E00E9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00E9A; }

 p { color: rgb(224,14,154); }

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

background-color css

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

 a { background-color: rgb(224,14,154); }

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

border-color css

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

 span { border-color: rgb(224,14,154); }

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