#EC16A2

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

Shades of Spicy Pink #EC16A2

Tints of Spicy Pink #EC16A2

Color information

#EC16A2 (or 0xEC16A2) is unknown color: approx Spicy Pink. HEX triplet: EC, 16 and A2. RGB value is (236,22,162). Sum of RGB (Red+Green+Blue) = 236+22+162=420 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.19% from 420); Green value is 22 (8.98% from 255 or 5.24% from 420); Blue value is 162 (63.67% from 255 or 38.57% from 420); Max value from RGB is 236 - color contains mainly: red. Hex color #EC16A2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC16A2 is #13E95D. Grayscale: #656565. Windows color (decimal): -1304926 or 10622700. OLE color: 10622700.

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

Color convert

RGB23622162-
CMYK00.910.310.07
HSL320.75º84.92%50.59%-
HSV(B)320.75º90.68%92.55%-
XYZ41.421.0236.06-
YUV101.95161.9223.62-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 56.19%
GREEN value IS 22 (8.98% from 255) = 5.24%
BLUE value IS 162 (63.67% from 255) = 38.57%
R=56.19%
G=5.24%
B=38.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.31
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362216200.910.310.07320.7584.9250.59
HexEC16A205B1F71415533
Octal35426242013337750112563
Binary11101100101101010001001011011111111111010000011010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC16A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC16A2; }

 p { color: rgb(236,22,162); }

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

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

 a { background-color: rgb(236,22,162); }

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

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

 span { border-color: rgb(236,22,162); }

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