#EC19AE

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

Shades of Spicy Pink #EC19AE

Tints of Spicy Pink #EC19AE

Color information

#EC19AE (or 0xEC19AE) is unknown color: approx Spicy Pink. HEX triplet: EC, 19 and AE. RGB value is (236,25,174). Sum of RGB (Red+Green+Blue) = 236+25+174=435 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.25% from 435); Green value is 25 (10.16% from 255 or 5.75% from 435); Blue value is 174 (68.36% from 255 or 40% from 435); Max value from RGB is 236 - color contains mainly: red. Hex color #EC19AE is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC19AE is #13E651. Grayscale: #686868. Windows color (decimal): -1304146 or 11409900. OLE color: 11409900.

HSL color Cylindrical-coordinate representation of color #EC19AE: hue angle of 317.63º 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 #EC19AE is Cyan = 0, Magento = 0.89, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB23625174-
CMYK00.890.260.07
HSL317.63º84.74%51.18%-
HSV(B)317.63º89.41%92.55%-
XYZ42.5821.5841.97-
YUV105.07166.9221.38-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 54.25%
GREEN value IS 25 (10.16% from 255) = 5.75%
BLUE value IS 174 (68.36% from 255) = 40%
R=54.25%
G=5.75%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362517400.890.260.07317.6384.7451.18
HexEC19AE0591A713e5533
Octal35431256013132747612563
Binary11101100110011010111001011001110101111001111101010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC19AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC19AE; }

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

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

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

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

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

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

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

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