Html Css Color HEX #E80294 Hollywood Cerise

📋 copy color: '#E80294'

red 232 ◦ green 2 ◦ blue 148

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

Shades of Hollywood Cerise #E80294

Tints of Hollywood Cerise #E80294

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.52%

 BLUE value IS 148 (58.2% from 255) = 38.74%

R = 60.73%
G = 0.52%
B = 38.74%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.36

 K value IS 0.09

RGB Variations

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

Color information

#E80294 (or 0xE80294) is known color: Hollywood Cerise. HEX triplet: E8, 02 and 94. RGB value is (232,2,148). Sum of RGB (Red+Green+Blue) = 232+2+148=382 (50% of max value = 765). Red value is 232 (91.02% from 255 or 60.73% from 382); Green value is 2 (1.17% from 255 or 0.52% from 382); Blue value is 148 (58.20% from 255 or 38.74% from 382); Max value from RGB is 232 - color contains mainly: red. Hex color #E80294 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E80294 is #17FD6B. Grayscale: #575757. Windows color (decimal): -1572204 or 9700072. OLE color: 9700072.

HSL color Cylindrical-coordinate representation of color #E80294: hue angle of 321.91º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E80294 is Cyan = 0, Magento = 0.99, Yellow = 0.36 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 2 148 -
CMYK 0 0.99 0.36 0.09
HSL 321.91º 0.98% 0.46% -
HSV(B) 321.91º 0.99% 0.91% -
XYZ 38.65 19.34 29.71 -
YUV 87.41 162.2 231.13 -
System Red Green Blue C M Y K H S L
Decimal 232 2 148 0 0.99 0.36 0.09 321.91 0.98 0.46
Hex E8 2 94 0 63 24 9 142 62 2E
Octal 350 2 224 0 143 44 11 502 142 56
Binary 11101000 10 10010100 0 1100011 100100 1001 101000010 1100010 101110

Color Harmonies of #E80294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80294

Black with #E80294

Text Example


Text Example

White with #E80294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80294; }

 p { color: rgb(232,2,148); }

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

background-color css

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

 a { background-color: rgb(232,2,148); }

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

border-color css

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

 span { border-color: rgb(232,2,148); }

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