Html Css Color HEX #E80C9B Hollywood Cerise

📋 copy color: '#E80C9B'

red 232 ◦ green 12 ◦ blue 155

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

Shades of Hollywood Cerise #E80C9B

Tints of Hollywood Cerise #E80C9B

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.01%

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

R = 58.15%
G = 3.01%
B = 38.85%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.33

 K value IS 0.09

RGB Variations

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

Color information

#E80C9B (or 0xE80C9B) is known color: Hollywood Cerise. HEX triplet: E8, 0C and 9B. RGB value is (232,12,155). Sum of RGB (Red+Green+Blue) = 232+12+155=399 (52% of max value = 765). Red value is 232 (91.02% from 255 or 58.15% from 399); Green value is 12 (5.08% from 255 or 3.01% from 399); Blue value is 155 (60.94% from 255 or 38.85% from 399); Max value from RGB is 232 - color contains mainly: red. Hex color #E80C9B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E80C9B is #17F364. Grayscale: #5D5D5D. Windows color (decimal): -1569637 or 10161384. OLE color: 10161384.

HSL color Cylindrical-coordinate representation of color #E80C9B: hue angle of 321º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E80C9B is Cyan = 0, Magento = 0.95, Yellow = 0.33 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 12 155 -
CMYK 0 0.95 0.33 0.09
HSL 321º 0.9% 0.48% -
HSV(B) 321º 0.95% 0.91% -
XYZ 39.33 19.79 32.76 -
YUV 94.08 162.39 226.37 -
System Red Green Blue C M Y K H S L
Decimal 232 12 155 0 0.95 0.33 0.09 321 0.9 0.48
Hex E8 C 9B 0 5F 21 9 141 5A 30
Octal 350 14 233 0 137 41 11 501 132 60
Binary 11101000 1100 10011011 0 1011111 100001 1001 101000001 1011010 110000

Color Harmonies of #E80C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80C9B

Black with #E80C9B

Text Example


Text Example

White with #E80C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80C9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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