Html Css Color HEX #E80184 Hollywood Cerise

📋 copy color: '#E80184'

red 232 ◦ green 1 ◦ blue 132

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

Shades of Hollywood Cerise #E80184

Tints of Hollywood Cerise #E80184

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.27%

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

R = 63.56%
G = 0.27%
B = 36.16%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.43

 K value IS 0.09

RGB Variations

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

Color information

#E80184 (or 0xE80184) is known color: Hollywood Cerise. HEX triplet: E8, 01 and 84. RGB value is (232,1,132). Sum of RGB (Red+Green+Blue) = 232+1+132=365 (48% of max value = 765). Red value is 232 (91.02% from 255 or 63.56% from 365); Green value is 1 (0.78% from 255 or 0.27% from 365); Blue value is 132 (51.95% from 255 or 36.16% from 365); Max value from RGB is 232 - color contains mainly: red. Hex color #E80184 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E80184 is #17FE7B. Grayscale: #545454. Windows color (decimal): -1572476 or 8651240. OLE color: 8651240.

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

Color convert

RGB 232 1 132 -
CMYK 0 1.00 0.43 0.09
HSL 325.97º 0.99% 0.46% -
HSV(B) 325.97º 1% 0.91% -
XYZ 37.45 18.84 23.49 -
YUV 85 154.53 232.85 -
System Red Green Blue C M Y K H S L
Decimal 232 1 132 0 1.00 0.43 0.09 325.97 0.99 0.46
Hex E8 1 84 0 64 2B 9 146 63 2E
Octal 350 1 204 0 144 53 11 506 143 56
Binary 11101000 1 10000100 0 1100100 101011 1001 101000110 1100011 101110

Color Harmonies of #E80184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80184

Black with #E80184

Text Example


Text Example

White with #E80184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80184; }

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

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

background-color css

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

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

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

border-color css

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

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

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