Shades of Pale Magenta #ED7BDB
Tints of Pale Magenta #ED7BDB
RGB
CMYK
RGB Variations
Color information
#ED7BDB (or 0xED7BDB) is known color: Pale Magenta. HEX triplet: ED, 7B and DB. RGB value is (237,123,219). Sum of RGB (Red+Green+Blue) = 237+123+219=579 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.93% from 579); Green value is 123 (48.44% from 255 or 21.24% from 579); Blue value is 219 (85.94% from 255 or 37.82% from 579); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7BDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED7BDB is #128424. Grayscale: #A7A7A7. Windows color (decimal): -1213477 or 14384109. OLE color: 14384109.
HSL color Cylindrical-coordinate representation of color #ED7BDB: hue angle of 309.47º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ED7BDB is Cyan = 0, Magento = 0.48, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 123 | 219 | - |
CMYK | 0 | 0.48 | 0.08 | 0.07 |
HSL | 309.47º | 0.76% | 0.71% | - |
HSV(B) | 309.47º | 0.48% | 0.93% | - |
XYZ | 54.79 | 37.28 | 71.33 | - |
YUV | 168.03 | 156.77 | 177.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 123 | 219 | 0 | 0.48 | 0.08 | 0.07 | 309.47 | 0.76 | 0.71 |
Hex | ED | 7B | DB | 0 | 30 | 8 | 7 | 135 | 4C | 47 |
Octal | 355 | 173 | 333 | 0 | 60 | 10 | 7 | 465 | 114 | 107 |
Binary | 11101101 | 1111011 | 11011011 | 0 | 110000 | 1000 | 111 | 100110101 | 1001100 | 1000111 |
Color Harmonies of #ED7BDB
Complementary color
Monochromatic Colors of #ED7BDB
Black with #ED7BDB
Text Example
Text Example
White with #ED7BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7BDB; }
p { color: rgb(237,123,219); }
H1.HeaderClassName
{
color: #ED7BDB;
}
.AnyTagClassName
{
color: #ED7BDB;
}
</style>
background-color css
<style>
a { background-color: #ED7BDB; }
a { background-color: rgb(237,123,219); }
div.DivClassName
{
background-color: #ED7BDB;
}
.BgClassName
{
background-color: #ED7BDB;
}
</style>
border-color css
<style>
span { border-color: #ED7BDB; }
span { border-color: rgb(237,123,219); }
td.TdClassName
{
border-color: #ED7BDB;
}
.TagClassName
{
border-color: #ED7BDB;
}
</style>