#EE14AC

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

Shades of Spicy Pink #EE14AC

Tints of Spicy Pink #EE14AC

Color information

#EE14AC (or 0xEE14AC) is unknown color: approx Spicy Pink. HEX triplet: EE, 14 and AC. RGB value is (238,20,172). Sum of RGB (Red+Green+Blue) = 238+20+172=430 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.35% from 430); Green value is 20 (8.20% from 255 or 4.65% from 430); Blue value is 172 (67.58% from 255 or 40% from 430); Max value from RGB is 238 - color contains mainly: red. Hex color #EE14AC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE14AC is #11EB53. Grayscale: #666666. Windows color (decimal): -1174356 or 11277550. OLE color: 11277550.

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

Color convert

RGB23820172-
CMYK00.920.280.07
HSL318.17º86.51%50.59%-
HSV(B)318.17º91.6%93.33%-
XYZ42.9621.6640.95-
YUV102.51167.22224.64-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 55.35%
GREEN value IS 20 (8.20% from 255) = 4.65%
BLUE value IS 172 (67.58% from 255) = 40%
R=55.35%
G=4.65%
B=40%

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
Decimal2382017200.920.280.07318.1786.5150.59
HexEE14AC05C1C713e5733
Octal35624254013434747612763
Binary11101110101001010110001011100111001111001111101010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE14AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE14AC; }

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

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

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

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

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

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

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

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