#E01EA8

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

Shades of Spicy Pink #E01EA8

Tints of Spicy Pink #E01EA8

Color information

#E01EA8 (or 0xE01EA8) is unknown color: approx Spicy Pink. HEX triplet: E0, 1E and A8. RGB value is (224,30,168). Sum of RGB (Red+Green+Blue) = 224+30+168=422 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.08% from 422); Green value is 30 (12.11% from 255 or 7.11% from 422); Blue value is 168 (66.02% from 255 or 39.81% from 422); Max value from RGB is 224 - color contains mainly: red. Hex color #E01EA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E01EA8 is #1FE157. Grayscale: #676767. Windows color (decimal): -2089304 or 11017952. OLE color: 11017952.

HSL color Cylindrical-coordinate representation of color #E01EA8: hue angle of 317.32º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E01EA8 is Cyan = 0, Magento = 0.87, Yellow = 0.25 and Black (K on CMYK) = 0.12.

Color convert

RGB22430168-
CMYK00.870.250.12
HSL317.32º76.38%49.8%-
HSV(B)317.32º86.61%87.84%-
XYZ38.2719.638.81-
YUV103.74164.27213.78-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 53.08%
GREEN value IS 30 (12.11% from 255) = 7.11%
BLUE value IS 168 (66.02% from 255) = 39.81%
R=53.08%
G=7.11%
B=39.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.25
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2243016800.870.250.12317.3276.3849.8
HexE01EA805719C13d4c32
Octal340362500127311447511462
Binary111000001111010101000010101111100111001001111011001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E01EA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E01EA8; }

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

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

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

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

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

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

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

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