Html Css Color HEX #E80690 Hollywood Cerise

📋 copy color: '#E80690'

red 232 ◦ green 6 ◦ blue 144

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

Shades of Hollywood Cerise #E80690

Tints of Hollywood Cerise #E80690

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 37.7%

R = 60.73%
G = 1.57%
B = 37.7%

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

#E80690 (or 0xE80690) is known color: Hollywood Cerise. HEX triplet: E8, 06 and 90. RGB value is (232,6,144). Sum of RGB (Red+Green+Blue) = 232+6+144=382 (50% of max value = 765). Red value is 232 (91.02% from 255 or 60.73% from 382); Green value is 6 (2.73% from 255 or 1.57% from 382); Blue value is 144 (56.64% from 255 or 37.70% from 382); Max value from RGB is 232 - color contains mainly: red. Hex color #E80690 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E80690 is #17F96F. Grayscale: #585858. Windows color (decimal): -1571184 or 9438952. OLE color: 9438952.

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

Color convert

RGB 232 6 144 -
CMYK 0 0.97 0.38 0.09
HSL 323.36º 0.95% 0.47% -
HSV(B) 323.36º 0.97% 0.91% -
XYZ 38.38 19.3 28.09 -
YUV 89.31 158.87 229.78 -
System Red Green Blue C M Y K H S L
Decimal 232 6 144 0 0.97 0.38 0.09 323.36 0.95 0.47
Hex E8 6 90 0 61 26 9 143 5F 2F
Octal 350 6 220 0 141 46 11 503 137 57
Binary 11101000 110 10010000 0 1100001 100110 1001 101000011 1011111 101111

Color Harmonies of #E80690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80690

Black with #E80690

Text Example


Text Example

White with #E80690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80690; }

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

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

background-color css

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

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

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

border-color css

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

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

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