Html Css Color HEX #E80594 Hollywood Cerise

📋 copy color: '#E80594'

red 232 ◦ green 5 ◦ blue 148

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

Shades of Hollywood Cerise #E80594

Tints of Hollywood Cerise #E80594

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.3%

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

R = 60.26%
G = 1.3%
B = 38.44%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.36

 K value IS 0.09

RGB Variations

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

Color information

#E80594 (or 0xE80594) is known color: Hollywood Cerise. HEX triplet: E8, 05 and 94. RGB value is (232,5,148). Sum of RGB (Red+Green+Blue) = 232+5+148=385 (50% of max value = 765). Red value is 232 (91.02% from 255 or 60.26% from 385); Green value is 5 (2.34% from 255 or 1.30% from 385); Blue value is 148 (58.20% from 255 or 38.44% from 385); Max value from RGB is 232 - color contains mainly: red. Hex color #E80594 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E80594 is #17FA6B. Grayscale: #585858. Windows color (decimal): -1571436 or 9700840. OLE color: 9700840.

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

Color convert

RGB 232 5 148 -
CMYK 0 0.98 0.36 0.09
HSL 322.2º 0.96% 0.46% -
HSV(B) 322.2º 0.98% 0.91% -
XYZ 38.68 19.4 29.72 -
YUV 89.18 161.21 229.87 -
System Red Green Blue C M Y K H S L
Decimal 232 5 148 0 0.98 0.36 0.09 322.2 0.96 0.46
Hex E8 5 94 0 62 24 9 142 60 2E
Octal 350 5 224 0 142 44 11 502 140 56
Binary 11101000 101 10010100 0 1100010 100100 1001 101000010 1100000 101110

Color Harmonies of #E80594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80594

Black with #E80594

Text Example


Text Example

White with #E80594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80594; }

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

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

background-color css

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

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

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

border-color css

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

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

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