#e21ea4

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

Shades of Spicy Pink #E21EA4

Tints of Spicy Pink #E21EA4

Color information

#E21EA4 (or 0xE21EA4) is unknown color: approx Spicy Pink. HEX triplet: E2, 1E and A4. RGB value is (226,30,164). Sum of RGB (Red+Green+Blue) = 226+30+164=420 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.81% from 420); Green value is 30 (12.11% from 255 or 7.14% from 420); Blue value is 164 (64.45% from 255 or 39.05% from 420); Max value from RGB is 226 - color contains mainly: red. Hex color #E21EA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E21EA4 is #1DE15B. Grayscale: #676767. Windows color (decimal): -1958236 or 10755810. OLE color: 10755810.

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

Color convert

RGB22630164-
CMYK00.870.270.11
HSL318.98º77.17%50.2%-
HSV(B)318.98º86.73%88.63%-
XYZ38.5319.7836.91-
YUV103.88161.93215.1-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 53.81%
GREEN value IS 30 (12.11% from 255) = 7.14%
BLUE value IS 164 (64.45% from 255) = 39.05%
R=53.81%
G=7.14%
B=39.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.27
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2263016400.870.270.11318.9877.1750.2
HexE21EA40571BB13f4d32
Octal342362440127331347711562
Binary111000101111010100100010101111101110111001111111001101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e21ea4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e21ea4; }

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

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

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

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

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

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

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

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