Shades of Deep Pink #EC0181
Tints of Deep Pink #EC0181
RGB
CMYK
RGB Variations
Color information
#EC0181 (or 0xEC0181) is known color: Deep Pink. HEX triplet: EC, 01 and 81. RGB value is (236,1,129). Sum of RGB (Red+Green+Blue) = 236+1+129=366 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.48% from 366); Green value is 1 (0.78% from 255 or 0.27% from 366); Blue value is 129 (50.78% from 255 or 35.25% from 366); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0181 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC0181 is #13FE7E. Grayscale: #555555. Windows color (decimal): -1310335 or 8454636. OLE color: 8454636.
HSL color Cylindrical-coordinate representation of color #EC0181: hue angle of 327.32º 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 #EC0181 is Cyan = 0, Magento = 1.00, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 1 | 129 | - |
| CMYK | 0 | 1.00 | 0.45 | 0.07 |
| HSL | 327.32º | 0.99% | 0.46% | - |
| HSV(B) | 327.32º | 1% | 0.93% | - |
| XYZ | 38.57 | 19.44 | 22.49 | - |
| YUV | 85.86 | 152.36 | 235.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 1 | 129 | 0 | 1.00 | 0.45 | 0.07 | 327.32 | 0.99 | 0.46 |
| Hex | EC | 1 | 81 | 0 | 64 | 2D | 7 | 147 | 63 | 2E |
| Octal | 354 | 1 | 201 | 0 | 144 | 55 | 7 | 507 | 143 | 56 |
| Binary | 11101100 | 1 | 10000001 | 0 | 1100100 | 101101 | 111 | 101000111 | 1100011 | 101110 |
Color Harmonies of #EC0181
Complementary color
Monochromatic Colors of #EC0181
Black with #EC0181
Text Example
Text Example
White with #EC0181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0181; }
p { color: rgb(236,1,129); }
H1.HeaderClassName
{
color: #EC0181;
}
.AnyTagClassName
{
color: #EC0181;
}
</style>
background-color css
<style>
a { background-color: #EC0181; }
a { background-color: rgb(236,1,129); }
div.DivClassName
{
background-color: #EC0181;
}
.BgClassName
{
background-color: #EC0181;
}
</style>
border-color css
<style>
span { border-color: #EC0181; }
span { border-color: rgb(236,1,129); }
td.TdClassName
{
border-color: #EC0181;
}
.TagClassName
{
border-color: #EC0181;
}
</style>