Shades of Pale Magenta #EE7FDF
Tints of Pale Magenta #EE7FDF
RGB
CMYK
RGB Variations
Color information
#EE7FDF (or 0xEE7FDF) is known color: Pale Magenta. HEX triplet: EE, 7F and DF. RGB value is (238,127,223). Sum of RGB (Red+Green+Blue) = 238+127+223=588 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.48% from 588); Green value is 127 (50% from 255 or 21.60% from 588); Blue value is 223 (87.5% from 255 or 37.93% from 588); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7FDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE7FDF is #118020. Grayscale: #AAAAAA. Windows color (decimal): -1146913 or 14647278. OLE color: 14647278.
HSL color Cylindrical-coordinate representation of color #EE7FDF: hue angle of 308.11º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EE7FDF is Cyan = 0, Magento = 0.47, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 127 | 223 | - |
| CMYK | 0 | 0.47 | 0.06 | 0.07 |
| HSL | 308.11º | 0.77% | 0.72% | - |
| HSV(B) | 308.11º | 0.47% | 0.93% | - |
| XYZ | 56.17 | 38.68 | 74.32 | - |
| YUV | 171.13 | 157.27 | 175.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 127 | 223 | 0 | 0.47 | 0.06 | 0.07 | 308.11 | 0.77 | 0.72 |
| Hex | EE | 7F | DF | 0 | 2F | 6 | 7 | 134 | 4D | 48 |
| Octal | 356 | 177 | 337 | 0 | 57 | 6 | 7 | 464 | 115 | 110 |
| Binary | 11101110 | 1111111 | 11011111 | 0 | 101111 | 110 | 111 | 100110100 | 1001101 | 1001000 |
Color Harmonies of #EE7FDF
Complementary color
Monochromatic Colors of #EE7FDF
Black with #EE7FDF
Text Example
Text Example
White with #EE7FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7FDF; }
p { color: rgb(238,127,223); }
H1.HeaderClassName
{
color: #EE7FDF;
}
.AnyTagClassName
{
color: #EE7FDF;
}
</style>
background-color css
<style>
a { background-color: #EE7FDF; }
a { background-color: rgb(238,127,223); }
div.DivClassName
{
background-color: #EE7FDF;
}
.BgClassName
{
background-color: #EE7FDF;
}
</style>
border-color css
<style>
span { border-color: #EE7FDF; }
span { border-color: rgb(238,127,223); }
td.TdClassName
{
border-color: #EE7FDF;
}
.TagClassName
{
border-color: #EE7FDF;
}
</style>