Html Css Color HEX #E80287 Hollywood Cerise

📋 copy color: '#E80287'

red 232 ◦ green 2 ◦ blue 135

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

Shades of Hollywood Cerise #E80287

Tints of Hollywood Cerise #E80287

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.54%

 BLUE value IS 135 (53.13% from 255) = 36.59%

R = 62.87%
G = 0.54%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.42

 K value IS 0.09

RGB Variations

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

Color information

#E80287 (or 0xE80287) is known color: Hollywood Cerise. HEX triplet: E8, 02 and 87. RGB value is (232,2,135). Sum of RGB (Red+Green+Blue) = 232+2+135=369 (48% of max value = 765). Red value is 232 (91.02% from 255 or 62.87% from 369); Green value is 2 (1.17% from 255 or 0.54% from 369); Blue value is 135 (53.12% from 255 or 36.59% from 369); Max value from RGB is 232 - color contains mainly: red. Hex color #E80287 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E80287 is #17FD78. Grayscale: #555555. Windows color (decimal): -1572217 or 8848104. OLE color: 8848104.

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

Color convert

RGB 232 2 135 -
CMYK 0 0.99 0.42 0.09
HSL 325.3º 0.98% 0.46% -
HSV(B) 325.3º 0.99% 0.91% -
XYZ 37.67 18.95 24.59 -
YUV 85.93 155.7 232.19 -
System Red Green Blue C M Y K H S L
Decimal 232 2 135 0 0.99 0.42 0.09 325.3 0.98 0.46
Hex E8 2 87 0 63 2A 9 145 62 2E
Octal 350 2 207 0 143 52 11 505 142 56
Binary 11101000 10 10000111 0 1100011 101010 1001 101000101 1100010 101110

Color Harmonies of #E80287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80287

Black with #E80287

Text Example


Text Example

White with #E80287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80287; }

 p { color: rgb(232,2,135); }

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

background-color css

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

 a { background-color: rgb(232,2,135); }

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

border-color css

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

 span { border-color: rgb(232,2,135); }

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