#EC19A4

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

Shades of Spicy Pink #EC19A4

Tints of Spicy Pink #EC19A4

Color information

#EC19A4 (or 0xEC19A4) is unknown color: approx Spicy Pink. HEX triplet: EC, 19 and A4. RGB value is (236,25,164). Sum of RGB (Red+Green+Blue) = 236+25+164=425 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.53% from 425); Green value is 25 (10.16% from 255 or 5.88% from 425); Blue value is 164 (64.45% from 255 or 38.59% from 425); Max value from RGB is 236 - color contains mainly: red. Hex color #EC19A4 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC19A4 is #13E65B. Grayscale: #676767. Windows color (decimal): -1304156 or 10754540. OLE color: 10754540.

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

Color convert

RGB23625164-
CMYK00.890.310.07
HSL320.47º84.74%51.18%-
HSV(B)320.47º89.41%92.55%-
XYZ41.6421.2137.02-
YUV103.93161.9222.2-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 55.53%
GREEN value IS 25 (10.16% from 255) = 5.88%
BLUE value IS 164 (64.45% from 255) = 38.59%
R=55.53%
G=5.88%
B=38.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.31
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362516400.890.310.07320.4784.7451.18
HexEC19A40591F71405533
Octal35431244013137750012563
Binary11101100110011010010001011001111111111010000001010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC19A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC19A4; }

 p { color: rgb(236,25,164); }

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

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

 a { background-color: rgb(236,25,164); }

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

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

 span { border-color: rgb(236,25,164); }

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