Shades of Pale Magenta #EF72DF
Tints of Pale Magenta #EF72DF
RGB
CMYK
RGB Variations
Color information
#EF72DF (or 0xEF72DF) is known color: Pale Magenta. HEX triplet: EF, 72 and DF. RGB value is (239,114,223). Sum of RGB (Red+Green+Blue) = 239+114+223=576 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.49% from 576); Green value is 114 (44.92% from 255 or 19.79% from 576); Blue value is 223 (87.5% from 255 or 38.72% from 576); Max value from RGB is 239 - color contains mainly: red. Hex color #EF72DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF72DF is #108D20. Grayscale: #A3A3A3. Windows color (decimal): -1084705 or 14643951. OLE color: 14643951.
HSL color Cylindrical-coordinate representation of color #EF72DF: hue angle of 307.68º 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 #EF72DF is Cyan = 0, Magento = 0.52, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 114 | 223 | - |
| CMYK | 0 | 0.52 | 0.07 | 0.06 |
| HSL | 307.68º | 0.8% | 0.69% | - |
| HSV(B) | 307.68º | 0.52% | 0.94% | - |
| XYZ | 54.93 | 35.71 | 73.81 | - |
| YUV | 163.8 | 161.41 | 181.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 114 | 223 | 0 | 0.52 | 0.07 | 0.06 | 307.68 | 0.8 | 0.69 |
| Hex | EF | 72 | DF | 0 | 34 | 7 | 6 | 134 | 50 | 45 |
| Octal | 357 | 162 | 337 | 0 | 64 | 7 | 6 | 464 | 120 | 105 |
| Binary | 11101111 | 1110010 | 11011111 | 0 | 110100 | 111 | 110 | 100110100 | 1010000 | 1000101 |
Color Harmonies of #EF72DF
Complementary color
Monochromatic Colors of #EF72DF
Black with #EF72DF
Text Example
Text Example
White with #EF72DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF72DF; }
p { color: rgb(239,114,223); }
H1.HeaderClassName
{
color: #EF72DF;
}
.AnyTagClassName
{
color: #EF72DF;
}
</style>
background-color css
<style>
a { background-color: #EF72DF; }
a { background-color: rgb(239,114,223); }
div.DivClassName
{
background-color: #EF72DF;
}
.BgClassName
{
background-color: #EF72DF;
}
</style>
border-color css
<style>
span { border-color: #EF72DF; }
span { border-color: rgb(239,114,223); }
td.TdClassName
{
border-color: #EF72DF;
}
.TagClassName
{
border-color: #EF72DF;
}
</style>