Html Css Color HEX #E50992 Hollywood Cerise

📋 copy color: '#E50992'

red 229 ◦ green 9 ◦ blue 146

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

Shades of Hollywood Cerise #E50992

Tints of Hollywood Cerise #E50992

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.34%

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

R = 59.64%
G = 2.34%
B = 38.02%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.36

 K value IS 0.10

RGB Variations

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

Color information

#E50992 (or 0xE50992) is known color: Hollywood Cerise. HEX triplet: E5, 09 and 92. RGB value is (229,9,146). Sum of RGB (Red+Green+Blue) = 229+9+146=384 (50% of max value = 765). Red value is 229 (89.84% from 255 or 59.64% from 384); Green value is 9 (3.91% from 255 or 2.34% from 384); Blue value is 146 (57.42% from 255 or 38.02% from 384); Max value from RGB is 229 - color contains mainly: red. Hex color #E50992 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E50992 is #1AF66D. Grayscale: #5A5A5A. Windows color (decimal): -1767022 or 9570789. OLE color: 9570789.

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

Color convert

RGB 229 9 146 -
CMYK 0 0.96 0.36 0.10
HSL 322.64º 0.92% 0.47% -
HSV(B) 322.64º 0.96% 0.9% -
XYZ 37.6 18.93 28.87 -
YUV 90.4 159.39 226.86 -
System Red Green Blue C M Y K H S L
Decimal 229 9 146 0 0.96 0.36 0.10 322.64 0.92 0.47
Hex E5 9 92 0 60 24 A 143 5C 2F
Octal 345 11 222 0 140 44 12 503 134 57
Binary 11100101 1001 10010010 0 1100000 100100 1010 101000011 1011100 101111

Color Harmonies of #E50992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50992

Black with #E50992

Text Example


Text Example

White with #E50992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50992; }

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

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

background-color css

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

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

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

border-color css

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

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

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