Html Css Color HEX #E80691 Hollywood Cerise

📋 copy color: '#E80691'

red 232 ◦ green 6 ◦ blue 145

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

Shades of Hollywood Cerise #E80691

Tints of Hollywood Cerise #E80691

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 37.86%

R = 60.57%
G = 1.57%
B = 37.86%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.38

 K value IS 0.09

RGB Variations

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

Color information

#E80691 (or 0xE80691) is known color: Hollywood Cerise. HEX triplet: E8, 06 and 91. RGB value is (232,6,145). Sum of RGB (Red+Green+Blue) = 232+6+145=383 (50% of max value = 765). Red value is 232 (91.02% from 255 or 60.57% from 383); Green value is 6 (2.73% from 255 or 1.57% from 383); Blue value is 145 (57.03% from 255 or 37.86% from 383); Max value from RGB is 232 - color contains mainly: red. Hex color #E80691 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E80691 is #17F96E. Grayscale: #595959. Windows color (decimal): -1571183 or 9504488. OLE color: 9504488.

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

Color convert

RGB 232 6 145 -
CMYK 0 0.97 0.38 0.09
HSL 323.1º 0.95% 0.47% -
HSV(B) 323.1º 0.97% 0.91% -
XYZ 38.45 19.33 28.49 -
YUV 89.42 159.37 229.7 -
System Red Green Blue C M Y K H S L
Decimal 232 6 145 0 0.97 0.38 0.09 323.1 0.95 0.47
Hex E8 6 91 0 61 26 9 143 5F 2F
Octal 350 6 221 0 141 46 11 503 137 57
Binary 11101000 110 10010001 0 1100001 100110 1001 101000011 1011111 101111

Color Harmonies of #E80691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80691

Black with #E80691

Text Example


Text Example

White with #E80691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80691; }

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

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

background-color css

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

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

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

border-color css

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

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

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