Shades of Pale Magenta #EC77DF
Tints of Pale Magenta #EC77DF
RGB
CMYK
RGB Variations
Color information
#EC77DF (or 0xEC77DF) is known color: Pale Magenta. HEX triplet: EC, 77 and DF. RGB value is (236,119,223). Sum of RGB (Red+Green+Blue) = 236+119+223=578 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.83% from 578); Green value is 119 (46.88% from 255 or 20.59% from 578); Blue value is 223 (87.5% from 255 or 38.58% from 578); Max value from RGB is 236 - color contains mainly: red. Hex color #EC77DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC77DF is #138820. Grayscale: #A5A5A5. Windows color (decimal): -1280033 or 14645228. OLE color: 14645228.
HSL color Cylindrical-coordinate representation of color #EC77DF: hue angle of 306.67º 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 #EC77DF is Cyan = 0, Magento = 0.50, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 119 | 223 | - |
| CMYK | 0 | 0.50 | 0.06 | 0.07 |
| HSL | 306.67º | 0.75% | 0.7% | - |
| HSV(B) | 306.67º | 0.5% | 0.93% | - |
| XYZ | 54.51 | 36.35 | 73.96 | - |
| YUV | 165.84 | 160.26 | 178.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 119 | 223 | 0 | 0.50 | 0.06 | 0.07 | 306.67 | 0.75 | 0.7 |
| Hex | EC | 77 | DF | 0 | 32 | 6 | 7 | 133 | 4B | 46 |
| Octal | 354 | 167 | 337 | 0 | 62 | 6 | 7 | 463 | 113 | 106 |
| Binary | 11101100 | 1110111 | 11011111 | 0 | 110010 | 110 | 111 | 100110011 | 1001011 | 1000110 |
Color Harmonies of #EC77DF
Complementary color
Monochromatic Colors of #EC77DF
Black with #EC77DF
Text Example
Text Example
White with #EC77DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC77DF; }
p { color: rgb(236,119,223); }
H1.HeaderClassName
{
color: #EC77DF;
}
.AnyTagClassName
{
color: #EC77DF;
}
</style>
background-color css
<style>
a { background-color: #EC77DF; }
a { background-color: rgb(236,119,223); }
div.DivClassName
{
background-color: #EC77DF;
}
.BgClassName
{
background-color: #EC77DF;
}
</style>
border-color css
<style>
span { border-color: #EC77DF; }
span { border-color: rgb(236,119,223); }
td.TdClassName
{
border-color: #EC77DF;
}
.TagClassName
{
border-color: #EC77DF;
}
</style>