Html Css Color HEX #E80293 Hollywood Cerise

📋 copy color: '#E80293'

red 232 ◦ green 2 ◦ blue 147

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

Shades of Hollywood Cerise #E80293

Tints of Hollywood Cerise #E80293

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.52%

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

R = 60.89%
G = 0.52%
B = 38.58%

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

#E80293 (or 0xE80293) is known color: Hollywood Cerise. HEX triplet: E8, 02 and 93. RGB value is (232,2,147). Sum of RGB (Red+Green+Blue) = 232+2+147=381 (50% of max value = 765). Red value is 232 (91.02% from 255 or 60.89% from 381); Green value is 2 (1.17% from 255 or 0.52% from 381); Blue value is 147 (57.81% from 255 or 38.58% from 381); Max value from RGB is 232 - color contains mainly: red. Hex color #E80293 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E80293 is #17FD6C. Grayscale: #565656. Windows color (decimal): -1572205 or 9634536. OLE color: 9634536.

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

Color convert

RGB 232 2 147 -
CMYK 0 0.99 0.37 0.09
HSL 322.17º 0.98% 0.46% -
HSV(B) 322.17º 0.99% 0.91% -
XYZ 38.57 19.31 29.3 -
YUV 87.3 161.7 231.21 -
System Red Green Blue C M Y K H S L
Decimal 232 2 147 0 0.99 0.37 0.09 322.17 0.98 0.46
Hex E8 2 93 0 63 25 9 142 62 2E
Octal 350 2 223 0 143 45 11 502 142 56
Binary 11101000 10 10010011 0 1100011 100101 1001 101000010 1100010 101110

Color Harmonies of #E80293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80293

Black with #E80293

Text Example


Text Example

White with #E80293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80293; }

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

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

background-color css

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

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

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

border-color css

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

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

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