#E01EAE

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

Shades of Spicy Pink #E01EAE

Tints of Spicy Pink #E01EAE

Color information

#E01EAE (or 0xE01EAE) is unknown color: approx Spicy Pink. HEX triplet: E0, 1E and AE. RGB value is (224,30,174). Sum of RGB (Red+Green+Blue) = 224+30+174=428 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.34% from 428); Green value is 30 (12.11% from 255 or 7.01% from 428); Blue value is 174 (68.36% from 255 or 40.65% from 428); Max value from RGB is 224 - color contains mainly: red. Hex color #E01EAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E01EAE is #1FE151. Grayscale: #686868. Windows color (decimal): -2089298 or 11411168. OLE color: 11411168.

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

Color convert

RGB22430174-
CMYK00.870.220.12
HSL315.46º76.38%49.8%-
HSV(B)315.46º86.61%87.84%-
XYZ38.8419.8341.82-
YUV104.42167.27213.29-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 52.34%
GREEN value IS 30 (12.11% from 255) = 7.01%
BLUE value IS 174 (68.36% from 255) = 40.65%
R=52.34%
G=7.01%
B=40.65%

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
Decimal2243017400.870.220.12315.4676.3849.8
HexE01EAE05716C13b4c32
Octal340362560127261447311462
Binary111000001111010101110010101111011011001001110111001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E01EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E01EAE; }

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

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

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

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

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

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

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

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