Html Css Color HEX #E80093 Hollywood Cerise

📋 copy color: '#E80093'

red 232 ◦ green 0 ◦ blue 147

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

Shades of Hollywood Cerise #E80093

Tints of Hollywood Cerise #E80093

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 61.21%
G = 0%
B = 38.79%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.37

 K value IS 0.09

RGB Variations

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

Color information

#E80093 (or 0xE80093) is known color: Hollywood Cerise. HEX triplet: E8, 00 and 93. RGB value is (232,0,147). Sum of RGB (Red+Green+Blue) = 232+0+147=379 (50% of max value = 765). Red value is 232 (91.02% from 255 or 61.21% from 379); Green value is 0 (0.39% from 255 or 0% from 379); Blue value is 147 (57.81% from 255 or 38.79% from 379); Max value from RGB is 232 - color contains mainly: red. Hex color #E80093 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E80093 is #17FF6C. Grayscale: #555555. Windows color (decimal): -1572717 or 9634024. OLE color: 9634024.

HSL color Cylindrical-coordinate representation of color #E80093: hue angle of 321.98º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E80093 is Cyan = 0, Magento = 1, Yellow = 0.37 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 0 147 -
CMYK 0 1 0.37 0.09
HSL 321.98º 1% 0.45% -
HSV(B) 321.98º 1% 0.91% -
XYZ 38.55 19.26 29.29 -
YUV 86.13 162.36 232.05 -
System Red Green Blue C M Y K H S L
Decimal 232 0 147 0 1 0.37 0.09 321.98 1 0.45
Hex E8 0 93 0 64 25 9 142 64 2D
Octal 350 0 223 0 144 45 11 502 144 55
Binary 11101000 0 10010011 0 1100100 100101 1001 101000010 1100100 101101

Color Harmonies of #E80093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80093

Black with #E80093

Text Example


Text Example

White with #E80093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80093; }

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

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

background-color css

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

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

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

border-color css

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

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

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