Shades of Deep Pink #EC1397
Tints of Deep Pink #EC1397
RGB
CMYK
RGB Variations
Color information
#EC1397 (or 0xEC1397) is known color: Deep Pink. HEX triplet: EC, 13 and 97. RGB value is (236,19,151). Sum of RGB (Red+Green+Blue) = 236+19+151=406 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.13% from 406); Green value is 19 (7.81% from 255 or 4.68% from 406); Blue value is 151 (59.38% from 255 or 37.19% from 406); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1397 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC1397 is #13EC68. Grayscale: #626262. Windows color (decimal): -1305705 or 9901036. OLE color: 9901036.
HSL color Cylindrical-coordinate representation of color #EC1397: hue angle of 323.5º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EC1397 is Cyan = 0, Magento = 0.92, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 19 | 151 | - |
| CMYK | 0 | 0.92 | 0.36 | 0.07 |
| HSL | 323.5º | 0.85% | 0.5% | - |
| HSV(B) | 323.5º | 0.92% | 0.93% | - |
| XYZ | 40.41 | 20.53 | 31.11 | - |
| YUV | 98.93 | 157.39 | 225.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 19 | 151 | 0 | 0.92 | 0.36 | 0.07 | 323.5 | 0.85 | 0.5 |
| Hex | EC | 13 | 97 | 0 | 5C | 24 | 7 | 144 | 55 | 32 |
| Octal | 354 | 23 | 227 | 0 | 134 | 44 | 7 | 504 | 125 | 62 |
| Binary | 11101100 | 10011 | 10010111 | 0 | 1011100 | 100100 | 111 | 101000100 | 1010101 | 110010 |
Color Harmonies of #EC1397
Complementary color
Monochromatic Colors of #EC1397
Black with #EC1397
Text Example
Text Example
White with #EC1397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1397; }
p { color: rgb(236,19,151); }
H1.HeaderClassName
{
color: #EC1397;
}
.AnyTagClassName
{
color: #EC1397;
}
</style>
background-color css
<style>
a { background-color: #EC1397; }
a { background-color: rgb(236,19,151); }
div.DivClassName
{
background-color: #EC1397;
}
.BgClassName
{
background-color: #EC1397;
}
</style>
border-color css
<style>
span { border-color: #EC1397; }
span { border-color: rgb(236,19,151); }
td.TdClassName
{
border-color: #EC1397;
}
.TagClassName
{
border-color: #EC1397;
}
</style>