Shades of Pale Magenta #EC7BDF
Tints of Pale Magenta #EC7BDF
RGB
CMYK
RGB Variations
Color information
#EC7BDF (or 0xEC7BDF) is known color: Pale Magenta. HEX triplet: EC, 7B and DF. RGB value is (236,123,223). Sum of RGB (Red+Green+Blue) = 236+123+223=582 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.55% from 582); Green value is 123 (48.44% from 255 or 21.13% from 582); Blue value is 223 (87.5% from 255 or 38.32% from 582); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7BDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7BDF is #138420. Grayscale: #A7A7A7. Windows color (decimal): -1279009 or 14646252. OLE color: 14646252.
HSL color Cylindrical-coordinate representation of color #EC7BDF: hue angle of 306.9º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EC7BDF is Cyan = 0, Magento = 0.48, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 123 | 223 | - |
| CMYK | 0 | 0.48 | 0.06 | 0.07 |
| HSL | 306.9º | 0.75% | 0.7% | - |
| HSV(B) | 306.9º | 0.48% | 0.93% | - |
| XYZ | 54.99 | 37.33 | 74.12 | - |
| YUV | 168.19 | 158.94 | 176.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 123 | 223 | 0 | 0.48 | 0.06 | 0.07 | 306.9 | 0.75 | 0.7 |
| Hex | EC | 7B | DF | 0 | 30 | 6 | 7 | 133 | 4B | 46 |
| Octal | 354 | 173 | 337 | 0 | 60 | 6 | 7 | 463 | 113 | 106 |
| Binary | 11101100 | 1111011 | 11011111 | 0 | 110000 | 110 | 111 | 100110011 | 1001011 | 1000110 |
Color Harmonies of #EC7BDF
Complementary color
Monochromatic Colors of #EC7BDF
Black with #EC7BDF
Text Example
Text Example
White with #EC7BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7BDF; }
p { color: rgb(236,123,223); }
H1.HeaderClassName
{
color: #EC7BDF;
}
.AnyTagClassName
{
color: #EC7BDF;
}
</style>
background-color css
<style>
a { background-color: #EC7BDF; }
a { background-color: rgb(236,123,223); }
div.DivClassName
{
background-color: #EC7BDF;
}
.BgClassName
{
background-color: #EC7BDF;
}
</style>
border-color css
<style>
span { border-color: #EC7BDF; }
span { border-color: rgb(236,123,223); }
td.TdClassName
{
border-color: #EC7BDF;
}
.TagClassName
{
border-color: #EC7BDF;
}
</style>