Html Css Color HEX #E50392 Hollywood Cerise

📋 copy color: '#E50392'

red 229 ◦ green 3 ◦ blue 146

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

Shades of Hollywood Cerise #E50392

Tints of Hollywood Cerise #E50392

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.79%

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

R = 60.58%
G = 0.79%
B = 38.62%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.36

 K value IS 0.10

RGB Variations

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

Color information

#E50392 (or 0xE50392) is known color: Hollywood Cerise. HEX triplet: E5, 03 and 92. RGB value is (229,3,146). Sum of RGB (Red+Green+Blue) = 229+3+146=378 (50% of max value = 765). Red value is 229 (89.84% from 255 or 60.58% from 378); Green value is 3 (1.56% from 255 or 0.79% from 378); Blue value is 146 (57.42% from 255 or 38.62% from 378); Max value from RGB is 229 - color contains mainly: red. Hex color #E50392 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E50392 is #1AFC6D. Grayscale: #565656. Windows color (decimal): -1768558 or 9569253. OLE color: 9569253.

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

Color convert

RGB 229 3 146 -
CMYK 0 0.99 0.36 0.10
HSL 322.04º 0.97% 0.45% -
HSV(B) 322.04º 0.99% 0.9% -
XYZ 37.53 18.8 28.84 -
YUV 86.88 161.37 229.37 -
System Red Green Blue C M Y K H S L
Decimal 229 3 146 0 0.99 0.36 0.10 322.04 0.97 0.45
Hex E5 3 92 0 63 24 A 142 61 2D
Octal 345 3 222 0 143 44 12 502 141 55
Binary 11100101 11 10010010 0 1100011 100100 1010 101000010 1100001 101101

Color Harmonies of #E50392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50392

Black with #E50392

Text Example


Text Example

White with #E50392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50392; }

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

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

background-color css

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

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

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

border-color css

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

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

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