Html Css Color HEX #E80694 Hollywood Cerise

📋 copy color: '#E80694'

red 232 ◦ green 6 ◦ blue 148

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

Shades of Hollywood Cerise #E80694

Tints of Hollywood Cerise #E80694

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.55%

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

R = 60.1%
G = 1.55%
B = 38.34%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.36

 K value IS 0.09

RGB Variations

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

Color information

#E80694 (or 0xE80694) is known color: Hollywood Cerise. HEX triplet: E8, 06 and 94. RGB value is (232,6,148). Sum of RGB (Red+Green+Blue) = 232+6+148=386 (51% of max value = 765). Red value is 232 (91.02% from 255 or 60.10% from 386); Green value is 6 (2.73% from 255 or 1.55% from 386); Blue value is 148 (58.20% from 255 or 38.34% from 386); Max value from RGB is 232 - color contains mainly: red. Hex color #E80694 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E80694 is #17F96B. Grayscale: #595959. Windows color (decimal): -1571180 or 9701096. OLE color: 9701096.

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

Color convert

RGB 232 6 148 -
CMYK 0 0.97 0.36 0.09
HSL 322.3º 0.95% 0.47% -
HSV(B) 322.3º 0.97% 0.91% -
XYZ 38.69 19.42 29.73 -
YUV 89.76 160.87 229.45 -
System Red Green Blue C M Y K H S L
Decimal 232 6 148 0 0.97 0.36 0.09 322.3 0.95 0.47
Hex E8 6 94 0 61 24 9 142 5F 2F
Octal 350 6 224 0 141 44 11 502 137 57
Binary 11101000 110 10010100 0 1100001 100100 1001 101000010 1011111 101111

Color Harmonies of #E80694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80694

Black with #E80694

Text Example


Text Example

White with #E80694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80694; }

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

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

background-color css

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

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

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

border-color css

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

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

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