Shades of Deep Pink #EC027D
Tints of Deep Pink #EC027D
RGB
CMYK
RGB Variations
Color information
#EC027D (or 0xEC027D) is known color: Deep Pink. HEX triplet: EC, 02 and 7D. RGB value is (236,2,125). Sum of RGB (Red+Green+Blue) = 236+2+125=363 (48% of max value = 765). Red value is 236 (92.58% from 255 or 65.01% from 363); Green value is 2 (1.17% from 255 or 0.55% from 363); Blue value is 125 (49.22% from 255 or 34.44% from 363); Max value from RGB is 236 - color contains mainly: red. Hex color #EC027D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC027D is #13FD82. Grayscale: #555555. Windows color (decimal): -1310083 or 8192748. OLE color: 8192748.
HSL color Cylindrical-coordinate representation of color #EC027D: hue angle of 328.46º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EC027D is Cyan = 0, Magento = 0.99, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 2 | 125 | - |
| CMYK | 0 | 0.99 | 0.47 | 0.07 |
| HSL | 328.46º | 0.98% | 0.47% | - |
| HSV(B) | 328.46º | 0.99% | 0.93% | - |
| XYZ | 38.32 | 19.36 | 21.12 | - |
| YUV | 85.99 | 150.02 | 235 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 2 | 125 | 0 | 0.99 | 0.47 | 0.07 | 328.46 | 0.98 | 0.47 |
| Hex | EC | 2 | 7D | 0 | 63 | 2F | 7 | 148 | 62 | 2F |
| Octal | 354 | 2 | 175 | 0 | 143 | 57 | 7 | 510 | 142 | 57 |
| Binary | 11101100 | 10 | 1111101 | 0 | 1100011 | 101111 | 111 | 101001000 | 1100010 | 101111 |
Color Harmonies of #EC027D
Complementary color
Monochromatic Colors of #EC027D
Black with #EC027D
Text Example
Text Example
White with #EC027D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC027D; }
p { color: rgb(236,2,125); }
H1.HeaderClassName
{
color: #EC027D;
}
.AnyTagClassName
{
color: #EC027D;
}
</style>
background-color css
<style>
a { background-color: #EC027D; }
a { background-color: rgb(236,2,125); }
div.DivClassName
{
background-color: #EC027D;
}
.BgClassName
{
background-color: #EC027D;
}
</style>
border-color css
<style>
span { border-color: #EC027D; }
span { border-color: rgb(236,2,125); }
td.TdClassName
{
border-color: #EC027D;
}
.TagClassName
{
border-color: #EC027D;
}
</style>