#EC18A2

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

Shades of Spicy Pink #EC18A2

Tints of Spicy Pink #EC18A2

Color information

#EC18A2 (or 0xEC18A2) is unknown color: approx Spicy Pink. HEX triplet: EC, 18 and A2. RGB value is (236,24,162). Sum of RGB (Red+Green+Blue) = 236+24+162=422 (55% of max value = 765). Red value is 236 (92.58% from 255 or 55.92% from 422); Green value is 24 (9.77% from 255 or 5.69% from 422); Blue value is 162 (63.67% from 255 or 38.39% from 422); Max value from RGB is 236 - color contains mainly: red. Hex color #EC18A2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC18A2 is #13E75D. Grayscale: #666666. Windows color (decimal): -1304414 or 10623212. OLE color: 10623212.

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

Color convert

RGB23624162-
CMYK00.900.310.07
HSL320.94º84.8%50.98%-
HSV(B)320.94º89.83%92.55%-
XYZ41.4421.0936.07-
YUV103.12161.24222.78-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 55.92%
GREEN value IS 24 (9.77% from 255) = 5.69%
BLUE value IS 162 (63.67% from 255) = 38.39%
R=55.92%
G=5.69%
B=38.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.31
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362416200.900.310.07320.9484.850.98
HexEC18A205A1F71415533
Octal35430242013237750112563
Binary11101100110001010001001011010111111111010000011010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC18A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC18A2; }

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

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

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

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

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

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

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

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