Shades of Pale Magenta #ED78DB
Tints of Pale Magenta #ED78DB
RGB
CMYK
RGB Variations
Color information
#ED78DB (or 0xED78DB) is known color: Pale Magenta. HEX triplet: ED, 78 and DB. RGB value is (237,120,219). Sum of RGB (Red+Green+Blue) = 237+120+219=576 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.15% from 576); Green value is 120 (47.27% from 255 or 20.83% from 576); Blue value is 219 (85.94% from 255 or 38.02% from 576); Max value from RGB is 237 - color contains mainly: red. Hex color #ED78DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED78DB is #128724. Grayscale: #A5A5A5. Windows color (decimal): -1214245 or 14383341. OLE color: 14383341.
HSL color Cylindrical-coordinate representation of color #ED78DB: hue angle of 309.23º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ED78DB is Cyan = 0, Magento = 0.49, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 120 | 219 | - |
| CMYK | 0 | 0.49 | 0.08 | 0.07 |
| HSL | 309.23º | 0.76% | 0.7% | - |
| HSV(B) | 309.23º | 0.49% | 0.93% | - |
| XYZ | 54.43 | 36.55 | 71.2 | - |
| YUV | 166.27 | 157.76 | 178.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 120 | 219 | 0 | 0.49 | 0.08 | 0.07 | 309.23 | 0.76 | 0.7 |
| Hex | ED | 78 | DB | 0 | 31 | 8 | 7 | 135 | 4C | 46 |
| Octal | 355 | 170 | 333 | 0 | 61 | 10 | 7 | 465 | 114 | 106 |
| Binary | 11101101 | 1111000 | 11011011 | 0 | 110001 | 1000 | 111 | 100110101 | 1001100 | 1000110 |
Color Harmonies of #ED78DB
Complementary color
Monochromatic Colors of #ED78DB
Black with #ED78DB
Text Example
Text Example
White with #ED78DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED78DB; }
p { color: rgb(237,120,219); }
H1.HeaderClassName
{
color: #ED78DB;
}
.AnyTagClassName
{
color: #ED78DB;
}
</style>
background-color css
<style>
a { background-color: #ED78DB; }
a { background-color: rgb(237,120,219); }
div.DivClassName
{
background-color: #ED78DB;
}
.BgClassName
{
background-color: #ED78DB;
}
</style>
border-color css
<style>
span { border-color: #ED78DB; }
span { border-color: rgb(237,120,219); }
td.TdClassName
{
border-color: #ED78DB;
}
.TagClassName
{
border-color: #ED78DB;
}
</style>