Html Css Color HEX #E80FAD Hollywood Cerise

📋 copy color: '#E80FAD'

red 232 ◦ green 15 ◦ blue 173

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

Shades of Hollywood Cerise #E80FAD

Tints of Hollywood Cerise #E80FAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 41.19%

R = 55.24%
G = 3.57%
B = 41.19%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.25

 K value IS 0.09

RGB Variations

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

Color information

#E80FAD (or 0xE80FAD) is known color: Hollywood Cerise. HEX triplet: E8, 0F and AD. RGB value is (232,15,173). Sum of RGB (Red+Green+Blue) = 232+15+173=420 (55% of max value = 765). Red value is 232 (91.02% from 255 or 55.24% from 420); Green value is 15 (6.25% from 255 or 3.57% from 420); Blue value is 173 (67.97% from 255 or 41.19% from 420); Max value from RGB is 232 - color contains mainly: red. Hex color #E80FAD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E80FAD is #17F052. Grayscale: #616161. Windows color (decimal): -1568851 or 11341800. OLE color: 11341800.

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

Color convert

RGB 232 15 173 -
CMYK 0 0.94 0.25 0.09
HSL 316.31º 0.88% 0.48% -
HSV(B) 316.31º 0.94% 0.91% -
XYZ 40.99 20.51 41.33 -
YUV 97.9 170.39 223.65 -
System Red Green Blue C M Y K H S L
Decimal 232 15 173 0 0.94 0.25 0.09 316.31 0.88 0.48
Hex E8 F AD 0 5E 19 9 13C 58 30
Octal 350 17 255 0 136 31 11 474 130 60
Binary 11101000 1111 10101101 0 1011110 11001 1001 100111100 1011000 110000

Color Harmonies of #E80FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80FAD

Black with #E80FAD

Text Example


Text Example

White with #E80FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80FAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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