Shades of Deep Pink #EC068B
Tints of Deep Pink #EC068B
RGB
CMYK
RGB Variations
Color information
#EC068B (or 0xEC068B) is known color: Deep Pink. HEX triplet: EC, 06 and 8B. RGB value is (236,6,139). Sum of RGB (Red+Green+Blue) = 236+6+139=381 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.94% from 381); Green value is 6 (2.73% from 255 or 1.57% from 381); Blue value is 139 (54.69% from 255 or 36.48% from 381); Max value from RGB is 236 - color contains mainly: red. Hex color #EC068B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC068B is #13F974. Grayscale: #595959. Windows color (decimal): -1309045 or 9111276. OLE color: 9111276.
HSL color Cylindrical-coordinate representation of color #EC068B: hue angle of 325.3º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EC068B is Cyan = 0, Magento = 0.97, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 6 | 139 | - |
| CMYK | 0 | 0.97 | 0.41 | 0.07 |
| HSL | 325.3º | 0.95% | 0.47% | - |
| HSV(B) | 325.3º | 0.97% | 0.93% | - |
| XYZ | 39.32 | 19.83 | 26.18 | - |
| YUV | 89.93 | 155.7 | 232.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 6 | 139 | 0 | 0.97 | 0.41 | 0.07 | 325.3 | 0.95 | 0.47 |
| Hex | EC | 6 | 8B | 0 | 61 | 29 | 7 | 145 | 5F | 2F |
| Octal | 354 | 6 | 213 | 0 | 141 | 51 | 7 | 505 | 137 | 57 |
| Binary | 11101100 | 110 | 10001011 | 0 | 1100001 | 101001 | 111 | 101000101 | 1011111 | 101111 |
Color Harmonies of #EC068B
Complementary color
Monochromatic Colors of #EC068B
Black with #EC068B
Text Example
Text Example
White with #EC068B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC068B; }
p { color: rgb(236,6,139); }
H1.HeaderClassName
{
color: #EC068B;
}
.AnyTagClassName
{
color: #EC068B;
}
</style>
background-color css
<style>
a { background-color: #EC068B; }
a { background-color: rgb(236,6,139); }
div.DivClassName
{
background-color: #EC068B;
}
.BgClassName
{
background-color: #EC068B;
}
</style>
border-color css
<style>
span { border-color: #EC068B; }
span { border-color: rgb(236,6,139); }
td.TdClassName
{
border-color: #EC068B;
}
.TagClassName
{
border-color: #EC068B;
}
</style>