Shades of Deep Pink #EC0B7F
Tints of Deep Pink #EC0B7F
RGB
CMYK
RGB Variations
Color information
#EC0B7F (or 0xEC0B7F) is known color: Deep Pink. HEX triplet: EC, 0B and 7F. RGB value is (236,11,127). Sum of RGB (Red+Green+Blue) = 236+11+127=374 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.10% from 374); Green value is 11 (4.69% from 255 or 2.94% from 374); Blue value is 127 (50% from 255 or 33.96% from 374); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0B7F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC0B7F is #13F480. Grayscale: #5B5B5B. Windows color (decimal): -1307777 or 8326124. OLE color: 8326124.
HSL color Cylindrical-coordinate representation of color #EC0B7F: hue angle of 329.07º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EC0B7F is Cyan = 0, Magento = 0.95, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 11 | 127 | - |
| CMYK | 0 | 0.95 | 0.46 | 0.07 |
| HSL | 329.07º | 0.91% | 0.48% | - |
| HSV(B) | 329.07º | 0.95% | 0.93% | - |
| XYZ | 38.54 | 19.6 | 21.83 | - |
| YUV | 91.5 | 148.04 | 231.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 11 | 127 | 0 | 0.95 | 0.46 | 0.07 | 329.07 | 0.91 | 0.48 |
| Hex | EC | B | 7F | 0 | 5F | 2E | 7 | 149 | 5B | 30 |
| Octal | 354 | 13 | 177 | 0 | 137 | 56 | 7 | 511 | 133 | 60 |
| Binary | 11101100 | 1011 | 1111111 | 0 | 1011111 | 101110 | 111 | 101001001 | 1011011 | 110000 |
Color Harmonies of #EC0B7F
Complementary color
Monochromatic Colors of #EC0B7F
Black with #EC0B7F
Text Example
Text Example
White with #EC0B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0B7F; }
p { color: rgb(236,11,127); }
H1.HeaderClassName
{
color: #EC0B7F;
}
.AnyTagClassName
{
color: #EC0B7F;
}
</style>
background-color css
<style>
a { background-color: #EC0B7F; }
a { background-color: rgb(236,11,127); }
div.DivClassName
{
background-color: #EC0B7F;
}
.BgClassName
{
background-color: #EC0B7F;
}
</style>
border-color css
<style>
span { border-color: #EC0B7F; }
span { border-color: rgb(236,11,127); }
td.TdClassName
{
border-color: #EC0B7F;
}
.TagClassName
{
border-color: #EC0B7F;
}
</style>