Html Css Color HEX #E515AA Hollywood Cerise

📋 copy color: '#E515AA'

red 229 ◦ green 21 ◦ blue 170

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

Shades of Hollywood Cerise #E515AA

Tints of Hollywood Cerise #E515AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 40.48%

R = 54.52%
G = 5%
B = 40.48%

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

#E515AA (or 0xE515AA) is known color: Hollywood Cerise. HEX triplet: E5, 15 and AA. RGB value is (229,21,170). Sum of RGB (Red+Green+Blue) = 229+21+170=420 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.52% from 420); Green value is 21 (8.59% from 255 or 5% from 420); Blue value is 170 (66.80% from 255 or 40.48% from 420); Max value from RGB is 229 - color contains mainly: red. Hex color #E515AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E515AA is #1AEA55. Grayscale: #636363. Windows color (decimal): -1763926 or 11146725. OLE color: 11146725.

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

Color convert

RGB 229 21 170 -
CMYK 0 0.91 0.26 0.10
HSL 317.02º 0.83% 0.49% -
HSV(B) 317.02º 0.91% 0.9% -
XYZ 39.84 20.1 39.81 -
YUV 100.18 167.41 219.88 -
System Red Green Blue C M Y K H S L
Decimal 229 21 170 0 0.91 0.26 0.10 317.02 0.83 0.49
Hex E5 15 AA 0 5B 1A A 13D 53 31
Octal 345 25 252 0 133 32 12 475 123 61
Binary 11100101 10101 10101010 0 1011011 11010 1010 100111101 1010011 110001

Color Harmonies of #E515AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E515AA

Black with #E515AA

Text Example


Text Example

White with #E515AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E515AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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