Shades of Pale Magenta #EC7DDB
Tints of Pale Magenta #EC7DDB
RGB
CMYK
RGB Variations
Color information
#EC7DDB (or 0xEC7DDB) is known color: Pale Magenta. HEX triplet: EC, 7D and DB. RGB value is (236,125,219). Sum of RGB (Red+Green+Blue) = 236+125+219=580 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.69% from 580); Green value is 125 (49.22% from 255 or 21.55% from 580); Blue value is 219 (85.94% from 255 or 37.76% from 580); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7DDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7DDB is #138224. Grayscale: #A8A8A8. Windows color (decimal): -1278501 or 14384620. OLE color: 14384620.
HSL color Cylindrical-coordinate representation of color #EC7DDB: hue angle of 309.19º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EC7DDB is Cyan = 0, Magento = 0.47, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 125 | 219 | - |
| CMYK | 0 | 0.47 | 0.07 | 0.07 |
| HSL | 309.19º | 0.74% | 0.71% | - |
| HSV(B) | 309.19º | 0.47% | 0.93% | - |
| XYZ | 54.71 | 37.61 | 71.39 | - |
| YUV | 168.91 | 156.27 | 175.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 125 | 219 | 0 | 0.47 | 0.07 | 0.07 | 309.19 | 0.74 | 0.71 |
| Hex | EC | 7D | DB | 0 | 2F | 7 | 7 | 135 | 4A | 47 |
| Octal | 354 | 175 | 333 | 0 | 57 | 7 | 7 | 465 | 112 | 107 |
| Binary | 11101100 | 1111101 | 11011011 | 0 | 101111 | 111 | 111 | 100110101 | 1001010 | 1000111 |
Color Harmonies of #EC7DDB
Complementary color
Monochromatic Colors of #EC7DDB
Black with #EC7DDB
Text Example
Text Example
White with #EC7DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7DDB; }
p { color: rgb(236,125,219); }
H1.HeaderClassName
{
color: #EC7DDB;
}
.AnyTagClassName
{
color: #EC7DDB;
}
</style>
background-color css
<style>
a { background-color: #EC7DDB; }
a { background-color: rgb(236,125,219); }
div.DivClassName
{
background-color: #EC7DDB;
}
.BgClassName
{
background-color: #EC7DDB;
}
</style>
border-color css
<style>
span { border-color: #EC7DDB; }
span { border-color: rgb(236,125,219); }
td.TdClassName
{
border-color: #EC7DDB;
}
.TagClassName
{
border-color: #EC7DDB;
}
</style>