Html Css Color HEX #E80C96 Hollywood Cerise

📋 copy color: '#E80C96'

red 232 ◦ green 12 ◦ blue 150

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

Shades of Hollywood Cerise #E80C96

Tints of Hollywood Cerise #E80C96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 38.07%

R = 58.88%
G = 3.05%
B = 38.07%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.35

 K value IS 0.09

RGB Variations

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

Color information

#E80C96 (or 0xE80C96) is known color: Hollywood Cerise. HEX triplet: E8, 0C and 96. RGB value is (232,12,150). Sum of RGB (Red+Green+Blue) = 232+12+150=394 (52% of max value = 765). Red value is 232 (91.02% from 255 or 58.88% from 394); Green value is 12 (5.08% from 255 or 3.05% from 394); Blue value is 150 (58.98% from 255 or 38.07% from 394); Max value from RGB is 232 - color contains mainly: red. Hex color #E80C96 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E80C96 is #17F369. Grayscale: #5D5D5D. Windows color (decimal): -1569642 or 9833704. OLE color: 9833704.

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

Color convert

RGB 232 12 150 -
CMYK 0 0.95 0.35 0.09
HSL 322.36º 0.9% 0.48% -
HSV(B) 322.36º 0.95% 0.91% -
XYZ 38.92 19.62 30.59 -
YUV 93.51 159.89 226.78 -
System Red Green Blue C M Y K H S L
Decimal 232 12 150 0 0.95 0.35 0.09 322.36 0.9 0.48
Hex E8 C 96 0 5F 23 9 142 5A 30
Octal 350 14 226 0 137 43 11 502 132 60
Binary 11101000 1100 10010110 0 1011111 100011 1001 101000010 1011010 110000

Color Harmonies of #E80C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80C96

Black with #E80C96

Text Example


Text Example

White with #E80C96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80C96; }

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

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

background-color css

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

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

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

border-color css

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

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

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