#EE12AC

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

Shades of Spicy Pink #EE12AC

Tints of Spicy Pink #EE12AC

Color information

#EE12AC (or 0xEE12AC) is unknown color: approx Spicy Pink. HEX triplet: EE, 12 and AC. RGB value is (238,18,172). Sum of RGB (Red+Green+Blue) = 238+18+172=428 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.61% from 428); Green value is 18 (7.42% from 255 or 4.21% from 428); Blue value is 172 (67.58% from 255 or 40.19% from 428); Max value from RGB is 238 - color contains mainly: red. Hex color #EE12AC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE12AC is #11ED53. Grayscale: #646464. Windows color (decimal): -1174868 or 11277038. OLE color: 11277038.

HSL color Cylindrical-coordinate representation of color #EE12AC: hue angle of 318º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EE12AC is Cyan = 0, Magento = 0.92, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB23818172-
CMYK00.920.280.07
HSL318º86.61%50.2%-
HSV(B)318º92.44%93.33%-
XYZ42.9221.5940.93-
YUV101.34167.89225.48-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 55.61%
GREEN value IS 18 (7.42% from 255) = 4.21%
BLUE value IS 172 (67.58% from 255) = 40.19%
R=55.61%
G=4.21%
B=40.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2381817200.920.280.0731886.6150.2
HexEE12AC05C1C713e5732
Octal35622254013434747612762
Binary11101110100101010110001011100111001111001111101010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE12AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE12AC; }

 p { color: rgb(238,18,172); }

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

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

 a { background-color: rgb(238,18,172); }

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

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

 span { border-color: rgb(238,18,172); }

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