Shades of Pale Magenta #EF7BDD
Tints of Pale Magenta #EF7BDD
RGB
CMYK
RGB Variations
Color information
#EF7BDD (or 0xEF7BDD) is known color: Pale Magenta. HEX triplet: EF, 7B and DD. RGB value is (239,123,221). Sum of RGB (Red+Green+Blue) = 239+123+221=583 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.99% from 583); Green value is 123 (48.44% from 255 or 21.10% from 583); Blue value is 221 (86.72% from 255 or 37.91% from 583); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7BDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF7BDD is #108422. Grayscale: #A8A8A8. Windows color (decimal): -1082403 or 14515183. OLE color: 14515183.
HSL color Cylindrical-coordinate representation of color #EF7BDD: hue angle of 309.31º 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 #EF7BDD is Cyan = 0, Magento = 0.49, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 123 | 221 | - |
| CMYK | 0 | 0.49 | 0.08 | 0.06 |
| HSL | 309.31º | 0.78% | 0.71% | - |
| HSV(B) | 309.31º | 0.49% | 0.94% | - |
| XYZ | 55.73 | 37.74 | 72.75 | - |
| YUV | 168.86 | 157.43 | 178.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 123 | 221 | 0 | 0.49 | 0.08 | 0.06 | 309.31 | 0.78 | 0.71 |
| Hex | EF | 7B | DD | 0 | 31 | 8 | 6 | 135 | 4E | 47 |
| Octal | 357 | 173 | 335 | 0 | 61 | 10 | 6 | 465 | 116 | 107 |
| Binary | 11101111 | 1111011 | 11011101 | 0 | 110001 | 1000 | 110 | 100110101 | 1001110 | 1000111 |
Color Harmonies of #EF7BDD
Complementary color
Monochromatic Colors of #EF7BDD
Black with #EF7BDD
Text Example
Text Example
White with #EF7BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7BDD; }
p { color: rgb(239,123,221); }
H1.HeaderClassName
{
color: #EF7BDD;
}
.AnyTagClassName
{
color: #EF7BDD;
}
</style>
background-color css
<style>
a { background-color: #EF7BDD; }
a { background-color: rgb(239,123,221); }
div.DivClassName
{
background-color: #EF7BDD;
}
.BgClassName
{
background-color: #EF7BDD;
}
</style>
border-color css
<style>
span { border-color: #EF7BDD; }
span { border-color: rgb(239,123,221); }
td.TdClassName
{
border-color: #EF7BDD;
}
.TagClassName
{
border-color: #EF7BDD;
}
</style>