Shades of Pale Magenta #EC7DDE
Tints of Pale Magenta #EC7DDE
RGB
CMYK
RGB Variations
Color information
#EC7DDE (or 0xEC7DDE) is known color: Pale Magenta. HEX triplet: EC, 7D and DE. RGB value is (236,125,222). Sum of RGB (Red+Green+Blue) = 236+125+222=583 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.48% from 583); Green value is 125 (49.22% from 255 or 21.44% from 583); Blue value is 222 (87.11% from 255 or 38.08% from 583); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7DDE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7DDE is #138221. Grayscale: #A8A8A8. Windows color (decimal): -1278498 or 14581228. OLE color: 14581228.
HSL color Cylindrical-coordinate representation of color #EC7DDE: hue angle of 307.57º 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 #EC7DDE is Cyan = 0, Magento = 0.47, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 125 | 222 | - |
| CMYK | 0 | 0.47 | 0.06 | 0.07 |
| HSL | 307.57º | 0.74% | 0.71% | - |
| HSV(B) | 307.57º | 0.47% | 0.93% | - |
| XYZ | 55.11 | 37.77 | 73.49 | - |
| YUV | 169.25 | 157.77 | 175.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 125 | 222 | 0 | 0.47 | 0.06 | 0.07 | 307.57 | 0.74 | 0.71 |
| Hex | EC | 7D | DE | 0 | 2F | 6 | 7 | 134 | 4A | 47 |
| Octal | 354 | 175 | 336 | 0 | 57 | 6 | 7 | 464 | 112 | 107 |
| Binary | 11101100 | 1111101 | 11011110 | 0 | 101111 | 110 | 111 | 100110100 | 1001010 | 1000111 |
Color Harmonies of #EC7DDE
Complementary color
Monochromatic Colors of #EC7DDE
Black with #EC7DDE
Text Example
Text Example
White with #EC7DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7DDE; }
p { color: rgb(236,125,222); }
H1.HeaderClassName
{
color: #EC7DDE;
}
.AnyTagClassName
{
color: #EC7DDE;
}
</style>
background-color css
<style>
a { background-color: #EC7DDE; }
a { background-color: rgb(236,125,222); }
div.DivClassName
{
background-color: #EC7DDE;
}
.BgClassName
{
background-color: #EC7DDE;
}
</style>
border-color css
<style>
span { border-color: #EC7DDE; }
span { border-color: rgb(236,125,222); }
td.TdClassName
{
border-color: #EC7DDE;
}
.TagClassName
{
border-color: #EC7DDE;
}
</style>