Html Css Color HEX #E221AD Spicy Pink

📋 copy color: '#E221AD'

red 226 ◦ green 33 ◦ blue 173

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

Shades of Spicy Pink #E221AD

Tints of Spicy Pink #E221AD

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.64%

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

R = 52.31%
G = 7.64%
B = 40.05%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.23

 K value IS 0.11

RGB Variations

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

Color information

#E221AD (or 0xE221AD) is known color: Spicy Pink. HEX triplet: E2, 21 and AD. RGB value is (226,33,173). Sum of RGB (Red+Green+Blue) = 226+33+173=432 (57% of max value = 765). Red value is 226 (88.67% from 255 or 52.31% from 432); Green value is 33 (13.28% from 255 or 7.64% from 432); Blue value is 173 (67.97% from 255 or 40.05% from 432); Max value from RGB is 226 - color contains mainly: red. Hex color #E221AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E221AD is #1DDE52. Grayscale: #6A6A6A. Windows color (decimal): -1957459 or 11346402. OLE color: 11346402.

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

Color convert

RGB 226 33 173 -
CMYK 0 0.85 0.23 0.11
HSL 316.48º 0.77% 0.51% -
HSV(B) 316.48º 0.85% 0.89% -
XYZ 39.45 20.27 41.37 -
YUV 106.67 165.44 213.12 -
System Red Green Blue C M Y K H S L
Decimal 226 33 173 0 0.85 0.23 0.11 316.48 0.77 0.51
Hex E2 21 AD 0 55 17 B 13C 4D 33
Octal 342 41 255 0 125 27 13 474 115 63
Binary 11100010 100001 10101101 0 1010101 10111 1011 100111100 1001101 110011

Color Harmonies of #E221AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E221AD

Black with #E221AD

Text Example


Text Example

White with #E221AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E221AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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