#E218AA

Color #E218AA Spicy Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spicy Pink #E218AA

Tints of Spicy Pink #E218AA

Color information

#E218AA (or 0xE218AA) is unknown color: approx Spicy Pink. HEX triplet: E2, 18 and AA. RGB value is (226,24,170). Sum of RGB (Red+Green+Blue) = 226+24+170=420 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.81% from 420); Green value is 24 (9.77% from 255 or 5.71% from 420); Blue value is 170 (66.80% from 255 or 40.48% from 420); Max value from RGB is 226 - color contains mainly: red. Hex color #E218AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E218AA is #1DE755. Grayscale: #646464. Windows color (decimal): -1959766 or 11147490. OLE color: 11147490.

HSL color Cylindrical-coordinate representation of color #E218AA: hue angle of 316.63º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E218AA is Cyan = 0, Magento = 0.89, Yellow = 0.25 and Black (K on CMYK) = 0.11.

Color convert

RGB22624170-
CMYK00.890.250.11
HSL316.63º80.8%49.02%-
HSV(B)316.63º89.38%88.63%-
XYZ38.9519.7239.78-
YUV101.04166.92217.13-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 53.81%
GREEN value IS 24 (9.77% from 255) = 5.71%
BLUE value IS 170 (66.80% from 255) = 40.48%
R=53.81%
G=5.71%
B=40.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.25
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2262417000.890.250.11316.6380.849.02
HexE218AA05919B13d5131
Octal342302520131311347512161
Binary111000101100010101010010110011100110111001111011010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E218AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E218AA; }

 p { color: rgb(226,24,170); }

 H1.HeaderClassName
 {
   color: #E218AA;
 }
 .AnyTagClassName
 {
   color: #E218AA;
 }
</style>
background-color css

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

 a { background-color: rgb(226,24,170); }

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

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

 span { border-color: rgb(226,24,170); }

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