#E12AAF

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

Shades of Spicy Pink #E12AAF

Tints of Spicy Pink #E12AAF

Color information

#E12AAF (or 0xE12AAF) is unknown color: approx Spicy Pink. HEX triplet: E1, 2A and AF. RGB value is (225,42,175). Sum of RGB (Red+Green+Blue) = 225+42+175=442 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.90% from 442); Green value is 42 (16.80% from 255 or 9.50% from 442); Blue value is 175 (68.75% from 255 or 39.59% from 442); Max value from RGB is 225 - color contains mainly: red. Hex color #E12AAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E12AAF is #1ED550. Grayscale: #6F6F6F. Windows color (decimal): -2020689 or 11479777. OLE color: 11479777.

HSL color Cylindrical-coordinate representation of color #E12AAF: hue angle of 316.39º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E12AAF is Cyan = 0, Magento = 0.81, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB22542175-
CMYK00.810.220.12
HSL316.39º75.31%52.35%-
HSV(B)316.39º81.33%88.24%-
XYZ39.6220.7642.48-
YUV111.88163.63208.69-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 50.90%
GREEN value IS 42 (16.80% from 255) = 9.50%
BLUE value IS 175 (68.75% from 255) = 39.59%
R=50.90%
G=9.50%
B=39.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.22
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2254217500.810.220.12316.3975.3152.35
HexE12AAF05116C13c4b34
Octal341522570121261447411364
Binary1110000110101010101111010100011011011001001111001001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E12AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E12AAF; }

 p { color: rgb(225,42,175); }

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

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

 a { background-color: rgb(225,42,175); }

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

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

 span { border-color: rgb(225,42,175); }

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