Html Css Color HEX #E5119A Hollywood Cerise

📋 copy color: '#E5119A'

red 229 ◦ green 17 ◦ blue 154

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

Shades of Hollywood Cerise #E5119A

Tints of Hollywood Cerise #E5119A

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.25%

 BLUE value IS 154 (60.55% from 255) = 38.5%

R = 57.25%
G = 4.25%
B = 38.5%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.33

 K value IS 0.10

RGB Variations

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

Color information

#E5119A (or 0xE5119A) is known color: Hollywood Cerise. HEX triplet: E5, 11 and 9A. RGB value is (229,17,154). Sum of RGB (Red+Green+Blue) = 229+17+154=400 (52% of max value = 765). Red value is 229 (89.84% from 255 or 57.25% from 400); Green value is 17 (7.03% from 255 or 4.25% from 400); Blue value is 154 (60.55% from 255 or 38.5% from 400); Max value from RGB is 229 - color contains mainly: red. Hex color #E5119A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E5119A is #1AEE65. Grayscale: #5F5F5F. Windows color (decimal): -1764966 or 10097125. OLE color: 10097125.

HSL color Cylindrical-coordinate representation of color #E5119A: hue angle of 321.23º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E5119A is Cyan = 0, Magento = 0.93, Yellow = 0.33 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 17 154 -
CMYK 0 0.93 0.33 0.10
HSL 321.23º 0.86% 0.48% -
HSV(B) 321.23º 0.93% 0.9% -
XYZ 38.35 19.39 32.29 -
YUV 96.01 160.74 222.86 -
System Red Green Blue C M Y K H S L
Decimal 229 17 154 0 0.93 0.33 0.10 321.23 0.86 0.48
Hex E5 11 9A 0 5D 21 A 141 56 30
Octal 345 21 232 0 135 41 12 501 126 60
Binary 11100101 10001 10011010 0 1011101 100001 1010 101000001 1010110 110000

Color Harmonies of #E5119A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5119A

Black with #E5119A

Text Example


Text Example

White with #E5119A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5119A; }

 p { color: rgb(229,17,154); }

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

background-color css

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

 a { background-color: rgb(229,17,154); }

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

border-color css

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

 span { border-color: rgb(229,17,154); }

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