#e21ea8

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

Shades of Spicy Pink #E21EA8

Tints of Spicy Pink #E21EA8

Color information

#E21EA8 (or 0xE21EA8) is unknown color: approx Spicy Pink. HEX triplet: E2, 1E and A8. RGB value is (226,30,168). Sum of RGB (Red+Green+Blue) = 226+30+168=424 (56% of max value = 765). Red value is 226 (88.67% from 255 or 53.30% from 424); Green value is 30 (12.11% from 255 or 7.08% from 424); Blue value is 168 (66.02% from 255 or 39.62% from 424); Max value from RGB is 226 - color contains mainly: red. Hex color #E21EA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E21EA8 is #1DE157. Grayscale: #676767. Windows color (decimal): -1958232 or 11017954. OLE color: 11017954.

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

Color convert

RGB22630168-
CMYK00.870.260.11
HSL317.76º77.17%50.2%-
HSV(B)317.76º86.73%88.63%-
XYZ38.919.9238.84-
YUV104.34163.93214.78-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 53.30%
GREEN value IS 30 (12.11% from 255) = 7.08%
BLUE value IS 168 (66.02% from 255) = 39.62%
R=53.30%
G=7.08%
B=39.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.26
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2263016800.870.260.11317.7677.1750.2
HexE21EA80571AB13e4d32
Octal342362500127321347611562
Binary111000101111010101000010101111101010111001111101001101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e21ea8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e21ea8; }

 p { color: rgb(226,30,168); }

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

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

 a { background-color: rgb(226,30,168); }

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

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

 span { border-color: rgb(226,30,168); }

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