Html Css Color HEX #E514AD Spicy Pink

📋 copy color: '#E514AD'

red 229 ◦ green 20 ◦ blue 173

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

Shades of Spicy Pink #E514AD

Tints of Spicy Pink #E514AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 41%

R = 54.27%
G = 4.74%
B = 41%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.24

 K value IS 0.10

RGB Variations

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

Color information

#E514AD (or 0xE514AD) is known color: Spicy Pink. HEX triplet: E5, 14 and AD. RGB value is (229,20,173). Sum of RGB (Red+Green+Blue) = 229+20+173=422 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.27% from 422); Green value is 20 (8.20% from 255 or 4.74% from 422); Blue value is 173 (67.97% from 255 or 41.00% from 422); Max value from RGB is 229 - color contains mainly: red. Hex color #E514AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E514AD is #1AEB52. Grayscale: #636363. Windows color (decimal): -1764179 or 11343077. OLE color: 11343077.

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

Color convert

RGB 229 20 173 -
CMYK 0 0.91 0.24 0.10
HSL 316.08º 0.84% 0.49% -
HSV(B) 316.08º 0.91% 0.9% -
XYZ 40.11 20.18 41.32 -
YUV 99.93 169.24 220.06 -
System Red Green Blue C M Y K H S L
Decimal 229 20 173 0 0.91 0.24 0.10 316.08 0.84 0.49
Hex E5 14 AD 0 5B 18 A 13C 54 31
Octal 345 24 255 0 133 30 12 474 124 61
Binary 11100101 10100 10101101 0 1011011 11000 1010 100111100 1010100 110001

Color Harmonies of #E514AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E514AD

Black with #E514AD

Text Example


Text Example

White with #E514AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E514AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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