#E21EB4

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

Shades of Spicy Pink #E21EB4

Tints of Spicy Pink #E21EB4

Color information

#E21EB4 (or 0xE21EB4) is unknown color: approx Spicy Pink. HEX triplet: E2, 1E and B4. RGB value is (226,30,180). Sum of RGB (Red+Green+Blue) = 226+30+180=436 (57% of max value = 765). Red value is 226 (88.67% from 255 or 51.83% from 436); Green value is 30 (12.11% from 255 or 6.88% from 436); Blue value is 180 (70.70% from 255 or 41.28% from 436); Max value from RGB is 226 - color contains mainly: red. Hex color #E21EB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E21EB4 is #1DE14B. Grayscale: #696969. Windows color (decimal): -1958220 or 11804386. OLE color: 11804386.

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

Color convert

RGB22630180-
CMYK00.870.200.11
HSL314.08º77.17%50.2%-
HSV(B)314.08º86.73%88.63%-
XYZ40.0720.3945-
YUV105.7169.93213.8-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 51.83%
GREEN value IS 30 (12.11% from 255) = 6.88%
BLUE value IS 180 (70.70% from 255) = 41.28%
R=51.83%
G=6.88%
B=41.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.20
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2263018000.870.200.11314.0877.1750.2
HexE21EB405714B13a4d32
Octal342362640127241347211562
Binary111000101111010110100010101111010010111001110101001101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E21EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E21EB4; }

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

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

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

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

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

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

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

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