Html Css Color HEX #E50093 Hollywood Cerise

📋 copy color: '#E50093'

red 229 ◦ green 0 ◦ blue 147

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

Shades of Hollywood Cerise #E50093

Tints of Hollywood Cerise #E50093

RGB

 RED value IS 229 (89.84% from 255) = 60.9%

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

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

R = 60.9%
G = 0%
B = 39.1%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.36

 K value IS 0.10

RGB Variations

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

Color information

#E50093 (or 0xE50093) is known color: Hollywood Cerise. HEX triplet: E5, 00 and 93. RGB value is (229,0,147). Sum of RGB (Red+Green+Blue) = 229+0+147=376 (49% of max value = 765). Red value is 229 (89.84% from 255 or 60.90% from 376); Green value is 0 (0.39% from 255 or 0% from 376); Blue value is 147 (57.81% from 255 or 39.10% from 376); Max value from RGB is 229 - color contains mainly: red. Hex color #E50093 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E50093 is #1AFF6C. Grayscale: #545454. Windows color (decimal): -1769325 or 9634021. OLE color: 9634021.

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

Color convert

RGB 229 0 147 -
CMYK 0 1 0.36 0.10
HSL 321.48º 1% 0.45% -
HSV(B) 321.48º 1% 0.9% -
XYZ 37.58 18.76 29.25 -
YUV 85.23 162.87 230.55 -
System Red Green Blue C M Y K H S L
Decimal 229 0 147 0 1 0.36 0.10 321.48 1 0.45
Hex E5 0 93 0 64 24 A 141 64 2D
Octal 345 0 223 0 144 44 12 501 144 55
Binary 11100101 0 10010011 0 1100100 100100 1010 101000001 1100100 101101

Color Harmonies of #E50093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50093

Black with #E50093

Text Example


Text Example

White with #E50093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50093; }

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

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

background-color css

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

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

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

border-color css

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

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

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