Html Css Color HEX #E50090 Hollywood Cerise

📋 copy color: '#E50090'

red 229 ◦ green 0 ◦ blue 144

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

Shades of Hollywood Cerise #E50090

Tints of Hollywood Cerise #E50090

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 144 (56.64% from 255) = 38.61%

R = 61.39%
G = 0%
B = 38.61%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.37

 K value IS 0.10

RGB Variations

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

Color information

#E50090 (or 0xE50090) is known color: Hollywood Cerise. HEX triplet: E5, 00 and 90. RGB value is (229,0,144). Sum of RGB (Red+Green+Blue) = 229+0+144=373 (49% of max value = 765). Red value is 229 (89.84% from 255 or 61.39% from 373); Green value is 0 (0.39% from 255 or 0% from 373); Blue value is 144 (56.64% from 255 or 38.61% from 373); Max value from RGB is 229 - color contains mainly: red. Hex color #E50090 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E50090 is #1AFF6F. Grayscale: #545454. Windows color (decimal): -1769328 or 9437413. OLE color: 9437413.

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

Color convert

RGB 229 0 144 -
CMYK 0 1 0.37 0.10
HSL 322.27º 1% 0.45% -
HSV(B) 322.27º 1% 0.9% -
XYZ 37.35 18.67 28.02 -
YUV 84.89 161.37 230.79 -
System Red Green Blue C M Y K H S L
Decimal 229 0 144 0 1 0.37 0.10 322.27 1 0.45
Hex E5 0 90 0 64 25 A 142 64 2D
Octal 345 0 220 0 144 45 12 502 144 55
Binary 11100101 0 10010000 0 1100100 100101 1010 101000010 1100100 101101

Color Harmonies of #E50090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50090

Black with #E50090

Text Example


Text Example

White with #E50090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50090; }

 p { color: rgb(229,0,144); }

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

background-color css

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

 a { background-color: rgb(229,0,144); }

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

border-color css

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

 span { border-color: rgb(229,0,144); }

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