Shades of Pale Magenta #EC77DE
Tints of Pale Magenta #EC77DE
RGB
CMYK
RGB Variations
Color information
#EC77DE (or 0xEC77DE) is known color: Pale Magenta. HEX triplet: EC, 77 and DE. RGB value is (236,119,222). Sum of RGB (Red+Green+Blue) = 236+119+222=577 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.90% from 577); Green value is 119 (46.88% from 255 or 20.62% from 577); Blue value is 222 (87.11% from 255 or 38.47% from 577); Max value from RGB is 236 - color contains mainly: red. Hex color #EC77DE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC77DE is #138821. Grayscale: #A5A5A5. Windows color (decimal): -1280034 or 14579692. OLE color: 14579692.
HSL color Cylindrical-coordinate representation of color #EC77DE: hue angle of 307.18º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EC77DE is Cyan = 0, Magento = 0.50, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 119 | 222 | - |
| CMYK | 0 | 0.50 | 0.06 | 0.07 |
| HSL | 307.18º | 0.75% | 0.7% | - |
| HSV(B) | 307.18º | 0.5% | 0.93% | - |
| XYZ | 54.37 | 36.3 | 73.25 | - |
| YUV | 165.73 | 159.76 | 178.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 119 | 222 | 0 | 0.50 | 0.06 | 0.07 | 307.18 | 0.75 | 0.7 |
| Hex | EC | 77 | DE | 0 | 32 | 6 | 7 | 133 | 4B | 46 |
| Octal | 354 | 167 | 336 | 0 | 62 | 6 | 7 | 463 | 113 | 106 |
| Binary | 11101100 | 1110111 | 11011110 | 0 | 110010 | 110 | 111 | 100110011 | 1001011 | 1000110 |
Color Harmonies of #EC77DE
Complementary color
Monochromatic Colors of #EC77DE
Black with #EC77DE
Text Example
Text Example
White with #EC77DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC77DE; }
p { color: rgb(236,119,222); }
H1.HeaderClassName
{
color: #EC77DE;
}
.AnyTagClassName
{
color: #EC77DE;
}
</style>
background-color css
<style>
a { background-color: #EC77DE; }
a { background-color: rgb(236,119,222); }
div.DivClassName
{
background-color: #EC77DE;
}
.BgClassName
{
background-color: #EC77DE;
}
</style>
border-color css
<style>
span { border-color: #EC77DE; }
span { border-color: rgb(236,119,222); }
td.TdClassName
{
border-color: #EC77DE;
}
.TagClassName
{
border-color: #EC77DE;
}
</style>