Html Css Color HEX #E80084 Hollywood Cerise

📋 copy color: '#E80084'

red 232 ◦ green 0 ◦ blue 132

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

Shades of Hollywood Cerise #E80084

Tints of Hollywood Cerise #E80084

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 36.26%

R = 63.74%
G = 0%
B = 36.26%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.43

 K value IS 0.09

RGB Variations

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

Color information

#E80084 (or 0xE80084) is known color: Hollywood Cerise. HEX triplet: E8, 00 and 84. RGB value is (232,0,132). Sum of RGB (Red+Green+Blue) = 232+0+132=364 (48% of max value = 765). Red value is 232 (91.02% from 255 or 63.74% from 364); Green value is 0 (0.39% from 255 or 0% from 364); Blue value is 132 (51.95% from 255 or 36.26% from 364); Max value from RGB is 232 - color contains mainly: red. Hex color #E80084 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E80084 is #17FF7B. Grayscale: #545454. Windows color (decimal): -1572732 or 8650984. OLE color: 8650984.

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

Color convert

RGB 232 0 132 -
CMYK 0 1 0.43 0.09
HSL 325.86º 1% 0.45% -
HSV(B) 325.86º 1% 0.91% -
XYZ 37.44 18.82 23.49 -
YUV 84.42 154.86 233.27 -
System Red Green Blue C M Y K H S L
Decimal 232 0 132 0 1 0.43 0.09 325.86 1 0.45
Hex E8 0 84 0 64 2B 9 146 64 2D
Octal 350 0 204 0 144 53 11 506 144 55
Binary 11101000 0 10000100 0 1100100 101011 1001 101000110 1100100 101101

Color Harmonies of #E80084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80084

Black with #E80084

Text Example


Text Example

White with #E80084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80084; }

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

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

background-color css

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

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

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

border-color css

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

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

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