Html Css Color HEX #E518AA Spicy Pink

📋 copy color: '#E518AA'

red 229 ◦ green 24 ◦ blue 170

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

Shades of Spicy Pink #E518AA

Tints of Spicy Pink #E518AA

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.67%

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

R = 54.14%
G = 5.67%
B = 40.19%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.26

 K value IS 0.10

RGB Variations

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

Color information

#E518AA (or 0xE518AA) is known color: Spicy Pink. HEX triplet: E5, 18 and AA. RGB value is (229,24,170). Sum of RGB (Red+Green+Blue) = 229+24+170=423 (56% of max value = 765). Red value is 229 (89.84% from 255 or 54.14% from 423); Green value is 24 (9.77% from 255 or 5.67% from 423); Blue value is 170 (66.80% from 255 or 40.19% from 423); Max value from RGB is 229 - color contains mainly: red. Hex color #E518AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E518AA is #1AE755. Grayscale: #656565. Windows color (decimal): -1763158 or 11147493. OLE color: 11147493.

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

Color convert

RGB 229 24 170 -
CMYK 0 0.90 0.26 0.10
HSL 317.27º 0.81% 0.5% -
HSV(B) 317.27º 0.9% 0.9% -
XYZ 39.9 20.21 39.83 -
YUV 101.94 166.42 218.63 -
System Red Green Blue C M Y K H S L
Decimal 229 24 170 0 0.90 0.26 0.10 317.27 0.81 0.5
Hex E5 18 AA 0 5A 1A A 13D 51 32
Octal 345 30 252 0 132 32 12 475 121 62
Binary 11100101 11000 10101010 0 1011010 11010 1010 100111101 1010001 110010

Color Harmonies of #E518AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E518AA

Black with #E518AA

Text Example


Text Example

White with #E518AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E518AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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