Html Css Color HEX #E50493 Hollywood Cerise

📋 copy color: '#E50493'

red 229 ◦ green 4 ◦ blue 147

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

Shades of Hollywood Cerise #E50493

Tints of Hollywood Cerise #E50493

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.05%

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

R = 60.26%
G = 1.05%
B = 38.68%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.36

 K value IS 0.10

RGB Variations

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

Color information

#E50493 (or 0xE50493) is known color: Hollywood Cerise. HEX triplet: E5, 04 and 93. RGB value is (229,4,147). Sum of RGB (Red+Green+Blue) = 229+4+147=380 (50% of max value = 765). Red value is 229 (89.84% from 255 or 60.26% from 380); Green value is 4 (1.95% from 255 or 1.05% from 380); Blue value is 147 (57.81% from 255 or 38.68% from 380); Max value from RGB is 229 - color contains mainly: red. Hex color #E50493 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E50493 is #1AFB6C. Grayscale: #575757. Windows color (decimal): -1768301 or 9635045. OLE color: 9635045.

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

Color convert

RGB 229 4 147 -
CMYK 0 0.98 0.36 0.10
HSL 321.87º 0.97% 0.46% -
HSV(B) 321.87º 0.98% 0.9% -
XYZ 37.62 18.85 29.26 -
YUV 87.58 161.54 228.87 -
System Red Green Blue C M Y K H S L
Decimal 229 4 147 0 0.98 0.36 0.10 321.87 0.97 0.46
Hex E5 4 93 0 62 24 A 142 61 2E
Octal 345 4 223 0 142 44 12 502 141 56
Binary 11100101 100 10010011 0 1100010 100100 1010 101000010 1100001 101110

Color Harmonies of #E50493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50493

Black with #E50493

Text Example


Text Example

White with #E50493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50493; }

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

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

background-color css

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

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

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

border-color css

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

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

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