Shades of Deep Pink #EC1695
Tints of Deep Pink #EC1695
RGB
CMYK
RGB Variations
Color information
#EC1695 (or 0xEC1695) is known color: Deep Pink. HEX triplet: EC, 16 and 95. RGB value is (236,22,149). Sum of RGB (Red+Green+Blue) = 236+22+149=407 (53% of max value = 765). Red value is 236 (92.58% from 255 or 57.99% from 407); Green value is 22 (8.98% from 255 or 5.41% from 407); Blue value is 149 (58.59% from 255 or 36.61% from 407); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1695 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC1695 is #13E96A. Grayscale: #646464. Windows color (decimal): -1304939 or 9770732. OLE color: 9770732.
HSL color Cylindrical-coordinate representation of color #EC1695: hue angle of 324.39º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EC1695 is Cyan = 0, Magento = 0.91, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 22 | 149 | - |
| CMYK | 0 | 0.91 | 0.37 | 0.07 |
| HSL | 324.39º | 0.85% | 0.51% | - |
| HSV(B) | 324.39º | 0.91% | 0.93% | - |
| XYZ | 40.3 | 20.58 | 30.28 | - |
| YUV | 100.46 | 155.4 | 224.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 22 | 149 | 0 | 0.91 | 0.37 | 0.07 | 324.39 | 0.85 | 0.51 |
| Hex | EC | 16 | 95 | 0 | 5B | 25 | 7 | 144 | 55 | 33 |
| Octal | 354 | 26 | 225 | 0 | 133 | 45 | 7 | 504 | 125 | 63 |
| Binary | 11101100 | 10110 | 10010101 | 0 | 1011011 | 100101 | 111 | 101000100 | 1010101 | 110011 |
Color Harmonies of #EC1695
Complementary color
Monochromatic Colors of #EC1695
Black with #EC1695
Text Example
Text Example
White with #EC1695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1695; }
p { color: rgb(236,22,149); }
H1.HeaderClassName
{
color: #EC1695;
}
.AnyTagClassName
{
color: #EC1695;
}
</style>
background-color css
<style>
a { background-color: #EC1695; }
a { background-color: rgb(236,22,149); }
div.DivClassName
{
background-color: #EC1695;
}
.BgClassName
{
background-color: #EC1695;
}
</style>
border-color css
<style>
span { border-color: #EC1695; }
span { border-color: rgb(236,22,149); }
td.TdClassName
{
border-color: #EC1695;
}
.TagClassName
{
border-color: #EC1695;
}
</style>