Html Css Color HEX #E221AB Spicy Pink

📋 copy color: '#E221AB'

red 226 ◦ green 33 ◦ blue 171

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

Shades of Spicy Pink #E221AB

Tints of Spicy Pink #E221AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 39.77%

R = 52.56%
G = 7.67%
B = 39.77%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.24

 K value IS 0.11

RGB Variations

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

Color information

#E221AB (or 0xE221AB) is known color: Spicy Pink. HEX triplet: E2, 21 and AB. RGB value is (226,33,171). Sum of RGB (Red+Green+Blue) = 226+33+171=430 (56% of max value = 765). Red value is 226 (88.67% from 255 or 52.56% from 430); Green value is 33 (13.28% from 255 or 7.67% from 430); Blue value is 171 (67.19% from 255 or 39.77% from 430); Max value from RGB is 226 - color contains mainly: red. Hex color #E221AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E221AB is #1DDE54. Grayscale: #6A6A6A. Windows color (decimal): -1957461 or 11215330. OLE color: 11215330.

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

Color convert

RGB 226 33 171 -
CMYK 0 0.85 0.24 0.11
HSL 317.1º 0.77% 0.51% -
HSV(B) 317.1º 0.85% 0.89% -
XYZ 39.26 20.2 40.36 -
YUV 106.44 164.44 213.28 -
System Red Green Blue C M Y K H S L
Decimal 226 33 171 0 0.85 0.24 0.11 317.1 0.77 0.51
Hex E2 21 AB 0 55 18 B 13D 4D 33
Octal 342 41 253 0 125 30 13 475 115 63
Binary 11100010 100001 10101011 0 1010101 11000 1011 100111101 1001101 110011

Color Harmonies of #E221AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E221AB

Black with #E221AB

Text Example


Text Example

White with #E221AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E221AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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