Html Css Color HEX #E80F9D Hollywood Cerise

📋 copy color: '#E80F9D'

red 232 ◦ green 15 ◦ blue 157

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

Shades of Hollywood Cerise #E80F9D

Tints of Hollywood Cerise #E80F9D

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.71%

 BLUE value IS 157 (61.72% from 255) = 38.86%

R = 57.43%
G = 3.71%
B = 38.86%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.32

 K value IS 0.09

RGB Variations

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

Color information

#E80F9D (or 0xE80F9D) is known color: Hollywood Cerise. HEX triplet: E8, 0F and 9D. RGB value is (232,15,157). Sum of RGB (Red+Green+Blue) = 232+15+157=404 (53% of max value = 765). Red value is 232 (91.02% from 255 or 57.43% from 404); Green value is 15 (6.25% from 255 or 3.71% from 404); Blue value is 157 (61.72% from 255 or 38.86% from 404); Max value from RGB is 232 - color contains mainly: red. Hex color #E80F9D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E80F9D is #17F062. Grayscale: #5F5F5F. Windows color (decimal): -1568867 or 10293224. OLE color: 10293224.

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

Color convert

RGB 232 15 157 -
CMYK 0 0.94 0.32 0.09
HSL 320.74º 0.88% 0.48% -
HSV(B) 320.74º 0.94% 0.91% -
XYZ 39.54 19.93 33.66 -
YUV 96.07 162.39 224.95 -
System Red Green Blue C M Y K H S L
Decimal 232 15 157 0 0.94 0.32 0.09 320.74 0.88 0.48
Hex E8 F 9D 0 5E 20 9 141 58 30
Octal 350 17 235 0 136 40 11 501 130 60
Binary 11101000 1111 10011101 0 1011110 100000 1001 101000001 1011000 110000

Color Harmonies of #E80F9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80F9D

Black with #E80F9D

Text Example


Text Example

White with #E80F9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80F9D; }

 p { color: rgb(232,15,157); }

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

background-color css

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

 a { background-color: rgb(232,15,157); }

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

border-color css

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

 span { border-color: rgb(232,15,157); }

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