Shades of Pale Magenta #EC7DDC
Tints of Pale Magenta #EC7DDC
RGB
CMYK
RGB Variations
Color information
#EC7DDC (or 0xEC7DDC) is known color: Pale Magenta. HEX triplet: EC, 7D and DC. RGB value is (236,125,220). Sum of RGB (Red+Green+Blue) = 236+125+220=581 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.62% from 581); Green value is 125 (49.22% from 255 or 21.51% from 581); Blue value is 220 (86.33% from 255 or 37.87% from 581); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7DDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7DDC is #138223. Grayscale: #A8A8A8. Windows color (decimal): -1278500 or 14450156. OLE color: 14450156.
HSL color Cylindrical-coordinate representation of color #EC7DDC: hue angle of 308.65º 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 #EC7DDC is Cyan = 0, Magento = 0.47, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 125 | 220 | - |
CMYK | 0 | 0.47 | 0.07 | 0.07 |
HSL | 308.65º | 0.74% | 0.71% | - |
HSV(B) | 308.65º | 0.47% | 0.93% | - |
XYZ | 54.84 | 37.67 | 72.09 | - |
YUV | 169.02 | 156.77 | 175.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 125 | 220 | 0 | 0.47 | 0.07 | 0.07 | 308.65 | 0.74 | 0.71 |
Hex | EC | 7D | DC | 0 | 2F | 7 | 7 | 135 | 4A | 47 |
Octal | 354 | 175 | 334 | 0 | 57 | 7 | 7 | 465 | 112 | 107 |
Binary | 11101100 | 1111101 | 11011100 | 0 | 101111 | 111 | 111 | 100110101 | 1001010 | 1000111 |
Color Harmonies of #EC7DDC
Complementary color
Monochromatic Colors of #EC7DDC
Black with #EC7DDC
Text Example
Text Example
White with #EC7DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7DDC; }
p { color: rgb(236,125,220); }
H1.HeaderClassName
{
color: #EC7DDC;
}
.AnyTagClassName
{
color: #EC7DDC;
}
</style>
background-color css
<style>
a { background-color: #EC7DDC; }
a { background-color: rgb(236,125,220); }
div.DivClassName
{
background-color: #EC7DDC;
}
.BgClassName
{
background-color: #EC7DDC;
}
</style>
border-color css
<style>
span { border-color: #EC7DDC; }
span { border-color: rgb(236,125,220); }
td.TdClassName
{
border-color: #EC7DDC;
}
.TagClassName
{
border-color: #EC7DDC;
}
</style>