Html Css Color HEX #E80393 Hollywood Cerise

📋 copy color: '#E80393'

red 232 ◦ green 3 ◦ blue 147

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

Shades of Hollywood Cerise #E80393

Tints of Hollywood Cerise #E80393

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.79%

 BLUE value IS 147 (57.81% from 255) = 38.48%

R = 60.73%
G = 0.79%
B = 38.48%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.37

 K value IS 0.09

RGB Variations

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

Color information

#E80393 (or 0xE80393) is known color: Hollywood Cerise. HEX triplet: E8, 03 and 93. RGB value is (232,3,147). Sum of RGB (Red+Green+Blue) = 232+3+147=382 (50% of max value = 765). Red value is 232 (91.02% from 255 or 60.73% from 382); Green value is 3 (1.56% from 255 or 0.79% from 382); Blue value is 147 (57.81% from 255 or 38.48% from 382); Max value from RGB is 232 - color contains mainly: red. Hex color #E80393 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E80393 is #17FC6C. Grayscale: #575757. Windows color (decimal): -1571949 or 9634792. OLE color: 9634792.

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

Color convert

RGB 232 3 147 -
CMYK 0 0.99 0.37 0.09
HSL 322.27º 0.97% 0.46% -
HSV(B) 322.27º 0.99% 0.91% -
XYZ 38.58 19.33 29.3 -
YUV 87.89 161.37 230.79 -
System Red Green Blue C M Y K H S L
Decimal 232 3 147 0 0.99 0.37 0.09 322.27 0.97 0.46
Hex E8 3 93 0 63 25 9 142 61 2E
Octal 350 3 223 0 143 45 11 502 141 56
Binary 11101000 11 10010011 0 1100011 100101 1001 101000010 1100001 101110

Color Harmonies of #E80393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80393

Black with #E80393

Text Example


Text Example

White with #E80393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80393; }

 p { color: rgb(232,3,147); }

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

background-color css

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

 a { background-color: rgb(232,3,147); }

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

border-color css

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

 span { border-color: rgb(232,3,147); }

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