Html Css Color HEX #E016AD Spicy Pink

📋 copy color: '#E016AD'

red 224 ◦ green 22 ◦ blue 173

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

Shades of Spicy Pink #E016AD

Tints of Spicy Pink #E016AD

RGB

 RED value IS 224 (87.89% from 255) = 53.46%

 GREEN value IS 22 (8.98% from 255) = 5.25%

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

R = 53.46%
G = 5.25%
B = 41.29%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.23

 K value IS 0.12

RGB Variations

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

Color information

#E016AD (or 0xE016AD) is known color: Spicy Pink. HEX triplet: E0, 16 and AD. RGB value is (224,22,173). Sum of RGB (Red+Green+Blue) = 224+22+173=419 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.46% from 419); Green value is 22 (8.98% from 255 or 5.25% from 419); Blue value is 173 (67.97% from 255 or 41.29% from 419); Max value from RGB is 224 - color contains mainly: red. Hex color #E016AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E016AD is #1FE952. Grayscale: #636363. Windows color (decimal): -2091347 or 11343584. OLE color: 11343584.

HSL color Cylindrical-coordinate representation of color #E016AD: hue angle of 315.15º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E016AD is Cyan = 0, Magento = 0.90, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 22 173 -
CMYK 0 0.90 0.23 0.12
HSL 315.15º 0.82% 0.48% -
HSV(B) 315.15º 0.9% 0.88% -
XYZ 38.57 19.44 41.25 -
YUV 99.61 169.42 216.72 -
System Red Green Blue C M Y K H S L
Decimal 224 22 173 0 0.90 0.23 0.12 315.15 0.82 0.48
Hex E0 16 AD 0 5A 17 C 13B 52 30
Octal 340 26 255 0 132 27 14 473 122 60
Binary 11100000 10110 10101101 0 1011010 10111 1100 100111011 1010010 110000

Color Harmonies of #E016AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E016AD

Black with #E016AD

Text Example


Text Example

White with #E016AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E016AD; }

 p { color: rgb(224,22,173); }

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

background-color css

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

 a { background-color: rgb(224,22,173); }

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

border-color css

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

 span { border-color: rgb(224,22,173); }

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