Shades of Pale Magenta #EF7EDB
Tints of Pale Magenta #EF7EDB
RGB
CMYK
RGB Variations
Color information
#EF7EDB (or 0xEF7EDB) is known color: Pale Magenta. HEX triplet: EF, 7E and DB. RGB value is (239,126,219). Sum of RGB (Red+Green+Blue) = 239+126+219=584 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.92% from 584); Green value is 126 (49.61% from 255 or 21.58% from 584); Blue value is 219 (85.94% from 255 or 37.5% from 584); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7EDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF7EDB is #108124. Grayscale: #AAAAAA. Windows color (decimal): -1081637 or 14384879. OLE color: 14384879.
HSL color Cylindrical-coordinate representation of color #EF7EDB: hue angle of 310.62º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EF7EDB is Cyan = 0, Magento = 0.47, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 126 | 219 | - |
| CMYK | 0 | 0.47 | 0.08 | 0.06 |
| HSL | 310.62º | 0.78% | 0.72% | - |
| HSV(B) | 310.62º | 0.47% | 0.94% | - |
| XYZ | 55.84 | 38.39 | 71.48 | - |
| YUV | 170.39 | 155.44 | 176.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 126 | 219 | 0 | 0.47 | 0.08 | 0.06 | 310.62 | 0.78 | 0.72 |
| Hex | EF | 7E | DB | 0 | 2F | 8 | 6 | 137 | 4E | 48 |
| Octal | 357 | 176 | 333 | 0 | 57 | 10 | 6 | 467 | 116 | 110 |
| Binary | 11101111 | 1111110 | 11011011 | 0 | 101111 | 1000 | 110 | 100110111 | 1001110 | 1001000 |
Color Harmonies of #EF7EDB
Complementary color
Monochromatic Colors of #EF7EDB
Black with #EF7EDB
Text Example
Text Example
White with #EF7EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7EDB; }
p { color: rgb(239,126,219); }
H1.HeaderClassName
{
color: #EF7EDB;
}
.AnyTagClassName
{
color: #EF7EDB;
}
</style>
background-color css
<style>
a { background-color: #EF7EDB; }
a { background-color: rgb(239,126,219); }
div.DivClassName
{
background-color: #EF7EDB;
}
.BgClassName
{
background-color: #EF7EDB;
}
</style>
border-color css
<style>
span { border-color: #EF7EDB; }
span { border-color: rgb(239,126,219); }
td.TdClassName
{
border-color: #EF7EDB;
}
.TagClassName
{
border-color: #EF7EDB;
}
</style>