Html Css Color HEX #E8009B Hollywood Cerise

📋 copy color: '#E8009B'

red 232 ◦ green 0 ◦ blue 155

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

Shades of Hollywood Cerise #E8009B

Tints of Hollywood Cerise #E8009B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 40.05%

R = 59.95%
G = 0%
B = 40.05%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.33

 K value IS 0.09

RGB Variations

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

Color information

#E8009B (or 0xE8009B) is known color: Hollywood Cerise. HEX triplet: E8, 00 and 9B. RGB value is (232,0,155). Sum of RGB (Red+Green+Blue) = 232+0+155=387 (51% of max value = 765). Red value is 232 (91.02% from 255 or 59.95% from 387); Green value is 0 (0.39% from 255 or 0% from 387); Blue value is 155 (60.94% from 255 or 40.05% from 387); Max value from RGB is 232 - color contains mainly: red. Hex color #E8009B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E8009B is #17FF64. Grayscale: #565656. Windows color (decimal): -1572709 or 10158312. OLE color: 10158312.

HSL color Cylindrical-coordinate representation of color #E8009B: hue angle of 319.91º 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 #E8009B is Cyan = 0, Magento = 1, Yellow = 0.33 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 0 155 -
CMYK 0 1 0.33 0.09
HSL 319.91º 1% 0.45% -
HSV(B) 319.91º 1% 0.91% -
XYZ 39.2 19.52 32.71 -
YUV 87.04 166.36 231.4 -
System Red Green Blue C M Y K H S L
Decimal 232 0 155 0 1 0.33 0.09 319.91 1 0.45
Hex E8 0 9B 0 64 21 9 140 64 2D
Octal 350 0 233 0 144 41 11 500 144 55
Binary 11101000 0 10011011 0 1100100 100001 1001 101000000 1100100 101101

Color Harmonies of #E8009B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8009B

Black with #E8009B

Text Example


Text Example

White with #E8009B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8009B; }

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

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

background-color css

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

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

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

border-color css

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

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

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