Shades of Deep Pink #EC1B98
Tints of Deep Pink #EC1B98
RGB
CMYK
RGB Variations
Color information
#EC1B98 (or 0xEC1B98) is known color: Deep Pink. HEX triplet: EC, 1B and 98. RGB value is (236,27,152). Sum of RGB (Red+Green+Blue) = 236+27+152=415 (54% of max value = 765). Red value is 236 (92.58% from 255 or 56.87% from 415); Green value is 27 (10.94% from 255 or 6.51% from 415); Blue value is 152 (59.77% from 255 or 36.63% from 415); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1B98 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC1B98 is #13E467. Grayscale: #676767. Windows color (decimal): -1303656 or 9968620. OLE color: 9968620.
HSL color Cylindrical-coordinate representation of color #EC1B98: hue angle of 324.11º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EC1B98 is Cyan = 0, Magento = 0.89, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 27 | 152 | - |
| CMYK | 0 | 0.89 | 0.36 | 0.07 |
| HSL | 324.11º | 0.85% | 0.52% | - |
| HSV(B) | 324.11º | 0.89% | 0.93% | - |
| XYZ | 40.65 | 20.88 | 31.59 | - |
| YUV | 103.74 | 155.24 | 222.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 27 | 152 | 0 | 0.89 | 0.36 | 0.07 | 324.11 | 0.85 | 0.52 |
| Hex | EC | 1B | 98 | 0 | 59 | 24 | 7 | 144 | 55 | 34 |
| Octal | 354 | 33 | 230 | 0 | 131 | 44 | 7 | 504 | 125 | 64 |
| Binary | 11101100 | 11011 | 10011000 | 0 | 1011001 | 100100 | 111 | 101000100 | 1010101 | 110100 |
Color Harmonies of #EC1B98
Complementary color
Monochromatic Colors of #EC1B98
Black with #EC1B98
Text Example
Text Example
White with #EC1B98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1B98; }
p { color: rgb(236,27,152); }
H1.HeaderClassName
{
color: #EC1B98;
}
.AnyTagClassName
{
color: #EC1B98;
}
</style>
background-color css
<style>
a { background-color: #EC1B98; }
a { background-color: rgb(236,27,152); }
div.DivClassName
{
background-color: #EC1B98;
}
.BgClassName
{
background-color: #EC1B98;
}
</style>
border-color css
<style>
span { border-color: #EC1B98; }
span { border-color: rgb(236,27,152); }
td.TdClassName
{
border-color: #EC1B98;
}
.TagClassName
{
border-color: #EC1B98;
}
</style>