Html Css Color HEX #E50594 Hollywood Cerise

📋 copy color: '#E50594'

red 229 ◦ green 5 ◦ blue 148

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

Shades of Hollywood Cerise #E50594

Tints of Hollywood Cerise #E50594

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.31%

 BLUE value IS 148 (58.2% from 255) = 38.74%

R = 59.95%
G = 1.31%
B = 38.74%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.35

 K value IS 0.10

RGB Variations

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

Color information

#E50594 (or 0xE50594) is known color: Hollywood Cerise. HEX triplet: E5, 05 and 94. RGB value is (229,5,148). Sum of RGB (Red+Green+Blue) = 229+5+148=382 (50% of max value = 765). Red value is 229 (89.84% from 255 or 59.95% from 382); Green value is 5 (2.34% from 255 or 1.31% from 382); Blue value is 148 (58.20% from 255 or 38.74% from 382); Max value from RGB is 229 - color contains mainly: red. Hex color #E50594 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E50594 is #1AFA6B. Grayscale: #575757. Windows color (decimal): -1768044 or 9700837. OLE color: 9700837.

HSL color Cylindrical-coordinate representation of color #E50594: hue angle of 321.7º degrees, saturation: 0.96, 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 #E50594 is Cyan = 0, Magento = 0.98, Yellow = 0.35 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 5 148 -
CMYK 0 0.98 0.35 0.10
HSL 321.7º 0.96% 0.46% -
HSV(B) 321.7º 0.98% 0.9% -
XYZ 37.71 18.9 29.68 -
YUV 88.28 161.71 228.37 -
System Red Green Blue C M Y K H S L
Decimal 229 5 148 0 0.98 0.35 0.10 321.7 0.96 0.46
Hex E5 5 94 0 62 23 A 142 60 2E
Octal 345 5 224 0 142 43 12 502 140 56
Binary 11100101 101 10010100 0 1100010 100011 1010 101000010 1100000 101110

Color Harmonies of #E50594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50594

Black with #E50594

Text Example


Text Example

White with #E50594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50594; }

 p { color: rgb(229,5,148); }

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

background-color css

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

 a { background-color: rgb(229,5,148); }

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

border-color css

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

 span { border-color: rgb(229,5,148); }

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