Shades of Pale Magenta #EC77DB
Tints of Pale Magenta #EC77DB
RGB
CMYK
RGB Variations
Color information
#EC77DB (or 0xEC77DB) is known color: Pale Magenta. HEX triplet: EC, 77 and DB. RGB value is (236,119,219). Sum of RGB (Red+Green+Blue) = 236+119+219=574 (76% of max value = 765). Red value is 236 (92.58% from 255 or 41.11% from 574); Green value is 119 (46.88% from 255 or 20.73% from 574); Blue value is 219 (85.94% from 255 or 38.15% from 574); Max value from RGB is 236 - color contains mainly: red. Hex color #EC77DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC77DB is #138824. Grayscale: #A5A5A5. Windows color (decimal): -1280037 or 14383084. OLE color: 14383084.
HSL color Cylindrical-coordinate representation of color #EC77DB: hue angle of 308.72º 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 #EC77DB is Cyan = 0, Magento = 0.50, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 119 | 219 | - |
| CMYK | 0 | 0.50 | 0.07 | 0.07 |
| HSL | 308.72º | 0.75% | 0.7% | - |
| HSV(B) | 308.72º | 0.5% | 0.93% | - |
| XYZ | 53.98 | 36.14 | 71.15 | - |
| YUV | 165.38 | 158.26 | 178.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 119 | 219 | 0 | 0.50 | 0.07 | 0.07 | 308.72 | 0.75 | 0.7 |
| Hex | EC | 77 | DB | 0 | 32 | 7 | 7 | 135 | 4B | 46 |
| Octal | 354 | 167 | 333 | 0 | 62 | 7 | 7 | 465 | 113 | 106 |
| Binary | 11101100 | 1110111 | 11011011 | 0 | 110010 | 111 | 111 | 100110101 | 1001011 | 1000110 |
Color Harmonies of #EC77DB
Complementary color
Monochromatic Colors of #EC77DB
Black with #EC77DB
Text Example
Text Example
White with #EC77DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC77DB; }
p { color: rgb(236,119,219); }
H1.HeaderClassName
{
color: #EC77DB;
}
.AnyTagClassName
{
color: #EC77DB;
}
</style>
background-color css
<style>
a { background-color: #EC77DB; }
a { background-color: rgb(236,119,219); }
div.DivClassName
{
background-color: #EC77DB;
}
.BgClassName
{
background-color: #EC77DB;
}
</style>
border-color css
<style>
span { border-color: #EC77DB; }
span { border-color: rgb(236,119,219); }
td.TdClassName
{
border-color: #EC77DB;
}
.TagClassName
{
border-color: #EC77DB;
}
</style>