Html Css Color HEX #E80C95 Hollywood Cerise

📋 copy color: '#E80C95'

red 232 ◦ green 12 ◦ blue 149

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

Shades of Hollywood Cerise #E80C95

Tints of Hollywood Cerise #E80C95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 37.91%

R = 59.03%
G = 3.05%
B = 37.91%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.36

 K value IS 0.09

RGB Variations

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

Color information

#E80C95 (or 0xE80C95) is known color: Hollywood Cerise. HEX triplet: E8, 0C and 95. RGB value is (232,12,149). Sum of RGB (Red+Green+Blue) = 232+12+149=393 (52% of max value = 765). Red value is 232 (91.02% from 255 or 59.03% from 393); Green value is 12 (5.08% from 255 or 3.05% from 393); Blue value is 149 (58.59% from 255 or 37.91% from 393); Max value from RGB is 232 - color contains mainly: red. Hex color #E80C95 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E80C95 is #17F36A. Grayscale: #5D5D5D. Windows color (decimal): -1569643 or 9768168. OLE color: 9768168.

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

Color convert

RGB 232 12 149 -
CMYK 0 0.95 0.36 0.09
HSL 322.64º 0.9% 0.48% -
HSV(B) 322.64º 0.95% 0.91% -
XYZ 38.84 19.59 30.17 -
YUV 93.4 159.39 226.86 -
System Red Green Blue C M Y K H S L
Decimal 232 12 149 0 0.95 0.36 0.09 322.64 0.9 0.48
Hex E8 C 95 0 5F 24 9 143 5A 30
Octal 350 14 225 0 137 44 11 503 132 60
Binary 11101000 1100 10010101 0 1011111 100100 1001 101000011 1011010 110000

Color Harmonies of #E80C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80C95

Black with #E80C95

Text Example


Text Example

White with #E80C95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80C95; }

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

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

background-color css

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

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

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

border-color css

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

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

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