Html Css Color HEX #E514A9 Hollywood Cerise

📋 copy color: '#E514A9'

red 229 ◦ green 20 ◦ blue 169

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

Shades of Hollywood Cerise #E514A9

Tints of Hollywood Cerise #E514A9

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.78%

 BLUE value IS 169 (66.41% from 255) = 40.43%

R = 54.78%
G = 4.78%
B = 40.43%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.26

 K value IS 0.10

RGB Variations

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

Color information

#E514A9 (or 0xE514A9) is known color: Hollywood Cerise. HEX triplet: E5, 14 and A9. RGB value is (229,20,169). Sum of RGB (Red+Green+Blue) = 229+20+169=418 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.78% from 418); Green value is 20 (8.20% from 255 or 4.78% from 418); Blue value is 169 (66.41% from 255 or 40.43% from 418); Max value from RGB is 229 - color contains mainly: red. Hex color #E514A9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E514A9 is #1AEB56. Grayscale: #636363. Windows color (decimal): -1764183 or 11080933. OLE color: 11080933.

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

Color convert

RGB 229 20 169 -
CMYK 0 0.91 0.26 0.10
HSL 317.22º 0.84% 0.49% -
HSV(B) 317.22º 0.91% 0.9% -
XYZ 39.72 20.02 39.31 -
YUV 99.48 167.24 220.38 -
System Red Green Blue C M Y K H S L
Decimal 229 20 169 0 0.91 0.26 0.10 317.22 0.84 0.49
Hex E5 14 A9 0 5B 1A A 13D 54 31
Octal 345 24 251 0 133 32 12 475 124 61
Binary 11100101 10100 10101001 0 1011011 11010 1010 100111101 1010100 110001

Color Harmonies of #E514A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E514A9

Black with #E514A9

Text Example


Text Example

White with #E514A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E514A9; }

 p { color: rgb(229,20,169); }

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

background-color css

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

 a { background-color: rgb(229,20,169); }

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

border-color css

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

 span { border-color: rgb(229,20,169); }

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