Shades of Deep Pink #EC027E
Tints of Deep Pink #EC027E
RGB
CMYK
RGB Variations
Color information
#EC027E (or 0xEC027E) is known color: Deep Pink. HEX triplet: EC, 02 and 7E. RGB value is (236,2,126). Sum of RGB (Red+Green+Blue) = 236+2+126=364 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.84% from 364); Green value is 2 (1.17% from 255 or 0.55% from 364); Blue value is 126 (49.61% from 255 or 34.62% from 364); Max value from RGB is 236 - color contains mainly: red. Hex color #EC027E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC027E is #13FD81. Grayscale: #555555. Windows color (decimal): -1310082 or 8258284. OLE color: 8258284.
HSL color Cylindrical-coordinate representation of color #EC027E: hue angle of 328.21º 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 #EC027E is Cyan = 0, Magento = 0.99, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 2 | 126 | - |
| CMYK | 0 | 0.99 | 0.47 | 0.07 |
| HSL | 328.21º | 0.98% | 0.47% | - |
| HSV(B) | 328.21º | 0.99% | 0.93% | - |
| XYZ | 38.38 | 19.38 | 21.46 | - |
| YUV | 86.1 | 150.52 | 234.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 2 | 126 | 0 | 0.99 | 0.47 | 0.07 | 328.21 | 0.98 | 0.47 |
| Hex | EC | 2 | 7E | 0 | 63 | 2F | 7 | 148 | 62 | 2F |
| Octal | 354 | 2 | 176 | 0 | 143 | 57 | 7 | 510 | 142 | 57 |
| Binary | 11101100 | 10 | 1111110 | 0 | 1100011 | 101111 | 111 | 101001000 | 1100010 | 101111 |
Color Harmonies of #EC027E
Complementary color
Monochromatic Colors of #EC027E
Black with #EC027E
Text Example
Text Example
White with #EC027E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC027E; }
p { color: rgb(236,2,126); }
H1.HeaderClassName
{
color: #EC027E;
}
.AnyTagClassName
{
color: #EC027E;
}
</style>
background-color css
<style>
a { background-color: #EC027E; }
a { background-color: rgb(236,2,126); }
div.DivClassName
{
background-color: #EC027E;
}
.BgClassName
{
background-color: #EC027E;
}
</style>
border-color css
<style>
span { border-color: #EC027E; }
span { border-color: rgb(236,2,126); }
td.TdClassName
{
border-color: #EC027E;
}
.TagClassName
{
border-color: #EC027E;
}
</style>