Html Css Color HEX #E50592 Hollywood Cerise

📋 copy color: '#E50592'

red 229 ◦ green 5 ◦ blue 146

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

Shades of Hollywood Cerise #E50592

Tints of Hollywood Cerise #E50592

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 38.42%

R = 60.26%
G = 1.32%
B = 38.42%

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

#E50592 (or 0xE50592) is known color: Hollywood Cerise. HEX triplet: E5, 05 and 92. RGB value is (229,5,146). Sum of RGB (Red+Green+Blue) = 229+5+146=380 (50% of max value = 765). Red value is 229 (89.84% from 255 or 60.26% from 380); Green value is 5 (2.34% from 255 or 1.32% from 380); Blue value is 146 (57.42% from 255 or 38.42% from 380); Max value from RGB is 229 - color contains mainly: red. Hex color #E50592 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E50592 is #1AFA6D. Grayscale: #575757. Windows color (decimal): -1768046 or 9569765. OLE color: 9569765.

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

Color convert

RGB 229 5 146 -
CMYK 0 0.98 0.36 0.10
HSL 322.23º 0.96% 0.46% -
HSV(B) 322.23º 0.98% 0.9% -
XYZ 37.56 18.84 28.85 -
YUV 88.05 160.71 228.54 -
System Red Green Blue C M Y K H S L
Decimal 229 5 146 0 0.98 0.36 0.10 322.23 0.96 0.46
Hex E5 5 92 0 62 24 A 142 60 2E
Octal 345 5 222 0 142 44 12 502 140 56
Binary 11100101 101 10010010 0 1100010 100100 1010 101000010 1100000 101110

Color Harmonies of #E50592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50592

Black with #E50592

Text Example


Text Example

White with #E50592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50592; }

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

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

background-color css

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

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

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

border-color css

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

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

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