Shades of Pale Magenta #EF7BDB
Tints of Pale Magenta #EF7BDB
RGB
CMYK
RGB Variations
Color information
#EF7BDB (or 0xEF7BDB) is known color: Pale Magenta. HEX triplet: EF, 7B and DB. RGB value is (239,123,219). Sum of RGB (Red+Green+Blue) = 239+123+219=581 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.14% from 581); Green value is 123 (48.44% from 255 or 21.17% from 581); Blue value is 219 (85.94% from 255 or 37.69% from 581); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7BDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF7BDB is #108424. Grayscale: #A8A8A8. Windows color (decimal): -1082405 or 14384111. OLE color: 14384111.
HSL color Cylindrical-coordinate representation of color #EF7BDB: hue angle of 310.34º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EF7BDB is Cyan = 0, Magento = 0.49, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 123 | 219 | - |
| CMYK | 0 | 0.49 | 0.08 | 0.06 |
| HSL | 310.34º | 0.78% | 0.71% | - |
| HSV(B) | 310.34º | 0.49% | 0.94% | - |
| XYZ | 55.47 | 37.63 | 71.36 | - |
| YUV | 168.63 | 156.43 | 178.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 123 | 219 | 0 | 0.49 | 0.08 | 0.06 | 310.34 | 0.78 | 0.71 |
| Hex | EF | 7B | DB | 0 | 31 | 8 | 6 | 136 | 4E | 47 |
| Octal | 357 | 173 | 333 | 0 | 61 | 10 | 6 | 466 | 116 | 107 |
| Binary | 11101111 | 1111011 | 11011011 | 0 | 110001 | 1000 | 110 | 100110110 | 1001110 | 1000111 |
Color Harmonies of #EF7BDB
Complementary color
Monochromatic Colors of #EF7BDB
Black with #EF7BDB
Text Example
Text Example
White with #EF7BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7BDB; }
p { color: rgb(239,123,219); }
H1.HeaderClassName
{
color: #EF7BDB;
}
.AnyTagClassName
{
color: #EF7BDB;
}
</style>
background-color css
<style>
a { background-color: #EF7BDB; }
a { background-color: rgb(239,123,219); }
div.DivClassName
{
background-color: #EF7BDB;
}
.BgClassName
{
background-color: #EF7BDB;
}
</style>
border-color css
<style>
span { border-color: #EF7BDB; }
span { border-color: rgb(239,123,219); }
td.TdClassName
{
border-color: #EF7BDB;
}
.TagClassName
{
border-color: #EF7BDB;
}
</style>