Html Css Color HEX #E515A9 Hollywood Cerise

📋 copy color: '#E515A9'

red 229 ◦ green 21 ◦ blue 169

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

Shades of Hollywood Cerise #E515A9

Tints of Hollywood Cerise #E515A9

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.01%

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

R = 54.65%
G = 5.01%
B = 40.33%

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

#E515A9 (or 0xE515A9) is known color: Hollywood Cerise. HEX triplet: E5, 15 and A9. RGB value is (229,21,169). Sum of RGB (Red+Green+Blue) = 229+21+169=419 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.65% from 419); Green value is 21 (8.59% from 255 or 5.01% from 419); Blue value is 169 (66.41% from 255 or 40.33% from 419); Max value from RGB is 229 - color contains mainly: red. Hex color #E515A9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E515A9 is #1AEA56. Grayscale: #636363. Windows color (decimal): -1763927 or 11081189. OLE color: 11081189.

HSL color Cylindrical-coordinate representation of color #E515A9: hue angle of 317.31º degrees, saturation: 0.83, 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 #E515A9 is Cyan = 0, Magento = 0.91, Yellow = 0.26 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 21 169 -
CMYK 0 0.91 0.26 0.10
HSL 317.31º 0.83% 0.49% -
HSV(B) 317.31º 0.91% 0.9% -
XYZ 39.74 20.06 39.31 -
YUV 100.06 166.91 219.97 -
System Red Green Blue C M Y K H S L
Decimal 229 21 169 0 0.91 0.26 0.10 317.31 0.83 0.49
Hex E5 15 A9 0 5B 1A A 13D 53 31
Octal 345 25 251 0 133 32 12 475 123 61
Binary 11100101 10101 10101001 0 1011011 11010 1010 100111101 1010011 110001

Color Harmonies of #E515A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E515A9

Black with #E515A9

Text Example


Text Example

White with #E515A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E515A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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