Html Css Color HEX #E220AD Spicy Pink

📋 copy color: '#E220AD'

red 226 ◦ green 32 ◦ blue 173

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

Shades of Spicy Pink #E220AD

Tints of Spicy Pink #E220AD

RGB

 RED value IS 226 (88.67% from 255) = 52.44%

 GREEN value IS 32 (12.89% from 255) = 7.42%

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

R = 52.44%
G = 7.42%
B = 40.14%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.23

 K value IS 0.11

RGB Variations

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

Color information

#E220AD (or 0xE220AD) is known color: Spicy Pink. HEX triplet: E2, 20 and AD. RGB value is (226,32,173). Sum of RGB (Red+Green+Blue) = 226+32+173=431 (57% of max value = 765). Red value is 226 (88.67% from 255 or 52.44% from 431); Green value is 32 (12.89% from 255 or 7.42% from 431); Blue value is 173 (67.97% from 255 or 40.14% from 431); Max value from RGB is 226 - color contains mainly: red. Hex color #E220AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E220AD is #1DDF52. Grayscale: #696969. Windows color (decimal): -1957715 or 11346146. OLE color: 11346146.

HSL color Cylindrical-coordinate representation of color #E220AD: hue angle of 316.39º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E220AD is Cyan = 0, Magento = 0.86, Yellow = 0.23 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 32 173 -
CMYK 0 0.86 0.23 0.11
HSL 316.39º 0.77% 0.51% -
HSV(B) 316.39º 0.86% 0.89% -
XYZ 39.42 20.22 41.36 -
YUV 106.08 165.77 213.54 -
System Red Green Blue C M Y K H S L
Decimal 226 32 173 0 0.86 0.23 0.11 316.39 0.77 0.51
Hex E2 20 AD 0 56 17 B 13C 4D 33
Octal 342 40 255 0 126 27 13 474 115 63
Binary 11100010 100000 10101101 0 1010110 10111 1011 100111100 1001101 110011

Color Harmonies of #E220AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E220AD

Black with #E220AD

Text Example


Text Example

White with #E220AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E220AD; }

 p { color: rgb(226,32,173); }

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

background-color css

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

 a { background-color: rgb(226,32,173); }

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

border-color css

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

 span { border-color: rgb(226,32,173); }

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