Shades of Pale Magenta #EF72DD
Tints of Pale Magenta #EF72DD
RGB
CMYK
RGB Variations
Color information
#EF72DD (or 0xEF72DD) is known color: Pale Magenta. HEX triplet: EF, 72 and DD. RGB value is (239,114,221). Sum of RGB (Red+Green+Blue) = 239+114+221=574 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.64% from 574); Green value is 114 (44.92% from 255 or 19.86% from 574); Blue value is 221 (86.72% from 255 or 38.50% from 574); Max value from RGB is 239 - color contains mainly: red. Hex color #EF72DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF72DD is #108D22. Grayscale: #A3A3A3. Windows color (decimal): -1084707 or 14512879. OLE color: 14512879.
HSL color Cylindrical-coordinate representation of color #EF72DD: hue angle of 308.64º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EF72DD is Cyan = 0, Magento = 0.52, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 114 | 221 | - |
| CMYK | 0 | 0.52 | 0.08 | 0.06 |
| HSL | 308.64º | 0.8% | 0.69% | - |
| HSV(B) | 308.64º | 0.52% | 0.94% | - |
| XYZ | 54.67 | 35.61 | 72.4 | - |
| YUV | 163.57 | 160.41 | 181.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 114 | 221 | 0 | 0.52 | 0.08 | 0.06 | 308.64 | 0.8 | 0.69 |
| Hex | EF | 72 | DD | 0 | 34 | 8 | 6 | 135 | 50 | 45 |
| Octal | 357 | 162 | 335 | 0 | 64 | 10 | 6 | 465 | 120 | 105 |
| Binary | 11101111 | 1110010 | 11011101 | 0 | 110100 | 1000 | 110 | 100110101 | 1010000 | 1000101 |
Color Harmonies of #EF72DD
Complementary color
Monochromatic Colors of #EF72DD
Black with #EF72DD
Text Example
Text Example
White with #EF72DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF72DD; }
p { color: rgb(239,114,221); }
H1.HeaderClassName
{
color: #EF72DD;
}
.AnyTagClassName
{
color: #EF72DD;
}
</style>
background-color css
<style>
a { background-color: #EF72DD; }
a { background-color: rgb(239,114,221); }
div.DivClassName
{
background-color: #EF72DD;
}
.BgClassName
{
background-color: #EF72DD;
}
</style>
border-color css
<style>
span { border-color: #EF72DD; }
span { border-color: rgb(239,114,221); }
td.TdClassName
{
border-color: #EF72DD;
}
.TagClassName
{
border-color: #EF72DD;
}
</style>