#E01EAF

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

Shades of Spicy Pink #E01EAF

Tints of Spicy Pink #E01EAF

Color information

#E01EAF (or 0xE01EAF) is unknown color: approx Spicy Pink. HEX triplet: E0, 1E and AF. RGB value is (224,30,175). Sum of RGB (Red+Green+Blue) = 224+30+175=429 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.21% from 429); Green value is 30 (12.11% from 255 or 6.99% from 429); Blue value is 175 (68.75% from 255 or 40.79% from 429); Max value from RGB is 224 - color contains mainly: red. Hex color #E01EAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E01EAF is #1FE150. Grayscale: #686868. Windows color (decimal): -2089297 or 11476704. OLE color: 11476704.

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

Color convert

RGB22430175-
CMYK00.870.220.12
HSL315.15º76.38%49.8%-
HSV(B)315.15º86.61%87.84%-
XYZ38.9419.8742.34-
YUV104.54167.77213.21-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 52.21%
GREEN value IS 30 (12.11% from 255) = 6.99%
BLUE value IS 175 (68.75% from 255) = 40.79%
R=52.21%
G=6.99%
B=40.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.22
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2243017500.870.220.12315.1576.3849.8
HexE01EAF05716C13b4c32
Octal340362570127261447311462
Binary111000001111010101111010101111011011001001110111001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E01EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E01EAF; }

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

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

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

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

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

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

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

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