Shades of Deep Pink #EC0183
Tints of Deep Pink #EC0183
RGB
CMYK
RGB Variations
Color information
#EC0183 (or 0xEC0183) is known color: Deep Pink. HEX triplet: EC, 01 and 83. RGB value is (236,1,131). Sum of RGB (Red+Green+Blue) = 236+1+131=368 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.13% from 368); Green value is 1 (0.78% from 255 or 0.27% from 368); Blue value is 131 (51.56% from 255 or 35.60% from 368); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0183 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC0183 is #13FE7C. Grayscale: #555555. Windows color (decimal): -1310333 or 8585708. OLE color: 8585708.
HSL color Cylindrical-coordinate representation of color #EC0183: hue angle of 326.81º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC0183 is Cyan = 0, Magento = 1.00, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 1 | 131 | - |
| CMYK | 0 | 1.00 | 0.44 | 0.07 |
| HSL | 326.81º | 0.99% | 0.46% | - |
| HSV(B) | 326.81º | 1% | 0.93% | - |
| XYZ | 38.7 | 19.49 | 23.2 | - |
| YUV | 86.09 | 153.36 | 234.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 1 | 131 | 0 | 1.00 | 0.44 | 0.07 | 326.81 | 0.99 | 0.46 |
| Hex | EC | 1 | 83 | 0 | 64 | 2C | 7 | 147 | 63 | 2E |
| Octal | 354 | 1 | 203 | 0 | 144 | 54 | 7 | 507 | 143 | 56 |
| Binary | 11101100 | 1 | 10000011 | 0 | 1100100 | 101100 | 111 | 101000111 | 1100011 | 101110 |
Color Harmonies of #EC0183
Complementary color
Monochromatic Colors of #EC0183
Black with #EC0183
Text Example
Text Example
White with #EC0183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0183; }
p { color: rgb(236,1,131); }
H1.HeaderClassName
{
color: #EC0183;
}
.AnyTagClassName
{
color: #EC0183;
}
</style>
background-color css
<style>
a { background-color: #EC0183; }
a { background-color: rgb(236,1,131); }
div.DivClassName
{
background-color: #EC0183;
}
.BgClassName
{
background-color: #EC0183;
}
</style>
border-color css
<style>
span { border-color: #EC0183; }
span { border-color: rgb(236,1,131); }
td.TdClassName
{
border-color: #EC0183;
}
.TagClassName
{
border-color: #EC0183;
}
</style>