Html Css Color HEX #E8009A Hollywood Cerise

📋 copy color: '#E8009A'

red 232 ◦ green 0 ◦ blue 154

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

Shades of Hollywood Cerise #E8009A

Tints of Hollywood Cerise #E8009A

RGB

 RED value IS 232 (91.02% from 255) = 60.1%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 60.1%
G = 0%
B = 39.9%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.34

 K value IS 0.09

RGB Variations

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

Color information

#E8009A (or 0xE8009A) is known color: Hollywood Cerise. HEX triplet: E8, 00 and 9A. RGB value is (232,0,154). Sum of RGB (Red+Green+Blue) = 232+0+154=386 (51% of max value = 765). Red value is 232 (91.02% from 255 or 60.10% from 386); Green value is 0 (0.39% from 255 or 0% from 386); Blue value is 154 (60.55% from 255 or 39.90% from 386); Max value from RGB is 232 - color contains mainly: red. Hex color #E8009A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E8009A is #17FF65. Grayscale: #565656. Windows color (decimal): -1572710 or 10092776. OLE color: 10092776.

HSL color Cylindrical-coordinate representation of color #E8009A: hue angle of 320.17º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E8009A is Cyan = 0, Magento = 1, Yellow = 0.34 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 0 154 -
CMYK 0 1 0.34 0.09
HSL 320.17º 1% 0.45% -
HSV(B) 320.17º 1% 0.91% -
XYZ 39.11 19.49 32.27 -
YUV 86.92 165.86 231.48 -
System Red Green Blue C M Y K H S L
Decimal 232 0 154 0 1 0.34 0.09 320.17 1 0.45
Hex E8 0 9A 0 64 22 9 140 64 2D
Octal 350 0 232 0 144 42 11 500 144 55
Binary 11101000 0 10011010 0 1100100 100010 1001 101000000 1100100 101101

Color Harmonies of #E8009A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8009A

Black with #E8009A

Text Example


Text Example

White with #E8009A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8009A; }

 p { color: rgb(232,0,154); }

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

background-color css

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

 a { background-color: rgb(232,0,154); }

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

border-color css

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

 span { border-color: rgb(232,0,154); }

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