Html Css Color HEX #E50B90 Hollywood Cerise

📋 copy color: '#E50B90'

red 229 ◦ green 11 ◦ blue 144

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

Shades of Hollywood Cerise #E50B90

Tints of Hollywood Cerise #E50B90

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.86%

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

R = 59.64%
G = 2.86%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.37

 K value IS 0.10

RGB Variations

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

Color information

#E50B90 (or 0xE50B90) is known color: Hollywood Cerise. HEX triplet: E5, 0B and 90. RGB value is (229,11,144). Sum of RGB (Red+Green+Blue) = 229+11+144=384 (50% of max value = 765). Red value is 229 (89.84% from 255 or 59.64% from 384); Green value is 11 (4.69% from 255 or 2.86% from 384); Blue value is 144 (56.64% from 255 or 37.5% from 384); Max value from RGB is 229 - color contains mainly: red. Hex color #E50B90 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E50B90 is #1AF46F. Grayscale: #5B5B5B. Windows color (decimal): -1766512 or 9440229. OLE color: 9440229.

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

Color convert

RGB 229 11 144 -
CMYK 0 0.95 0.37 0.10
HSL 323.39º 0.91% 0.47% -
HSV(B) 323.39º 0.95% 0.9% -
XYZ 37.47 18.91 28.06 -
YUV 91.34 157.72 226.19 -
System Red Green Blue C M Y K H S L
Decimal 229 11 144 0 0.95 0.37 0.10 323.39 0.91 0.47
Hex E5 B 90 0 5F 25 A 143 5B 2F
Octal 345 13 220 0 137 45 12 503 133 57
Binary 11100101 1011 10010000 0 1011111 100101 1010 101000011 1011011 101111

Color Harmonies of #E50B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50B90

Black with #E50B90

Text Example


Text Example

White with #E50B90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50B90; }

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

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

background-color css

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

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

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

border-color css

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

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

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