Shades of Deep Pink #EC1298
Tints of Deep Pink #EC1298
RGB
CMYK
RGB Variations
Color information
#EC1298 (or 0xEC1298) is known color: Deep Pink. HEX triplet: EC, 12 and 98. RGB value is (236,18,152). Sum of RGB (Red+Green+Blue) = 236+18+152=406 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.13% from 406); Green value is 18 (7.42% from 255 or 4.43% from 406); Blue value is 152 (59.77% from 255 or 37.44% from 406); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1298 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC1298 is #13ED67. Grayscale: #626262. Windows color (decimal): -1305960 or 9966316. OLE color: 9966316.
HSL color Cylindrical-coordinate representation of color #EC1298: hue angle of 323.12º degrees, saturation: 0.86, 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 #EC1298 is Cyan = 0, Magento = 0.92, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 18 | 152 | - |
| CMYK | 0 | 0.92 | 0.36 | 0.07 |
| HSL | 323.12º | 0.86% | 0.5% | - |
| HSV(B) | 323.12º | 0.92% | 0.93% | - |
| XYZ | 40.48 | 20.53 | 31.54 | - |
| YUV | 98.46 | 158.22 | 226.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 18 | 152 | 0 | 0.92 | 0.36 | 0.07 | 323.12 | 0.86 | 0.5 |
| Hex | EC | 12 | 98 | 0 | 5C | 24 | 7 | 143 | 56 | 32 |
| Octal | 354 | 22 | 230 | 0 | 134 | 44 | 7 | 503 | 126 | 62 |
| Binary | 11101100 | 10010 | 10011000 | 0 | 1011100 | 100100 | 111 | 101000011 | 1010110 | 110010 |
Color Harmonies of #EC1298
Complementary color
Monochromatic Colors of #EC1298
Black with #EC1298
Text Example
Text Example
White with #EC1298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1298; }
p { color: rgb(236,18,152); }
H1.HeaderClassName
{
color: #EC1298;
}
.AnyTagClassName
{
color: #EC1298;
}
</style>
background-color css
<style>
a { background-color: #EC1298; }
a { background-color: rgb(236,18,152); }
div.DivClassName
{
background-color: #EC1298;
}
.BgClassName
{
background-color: #EC1298;
}
</style>
border-color css
<style>
span { border-color: #EC1298; }
span { border-color: rgb(236,18,152); }
td.TdClassName
{
border-color: #EC1298;
}
.TagClassName
{
border-color: #EC1298;
}
</style>