Shades of Pale Magenta #EE7FDC
Tints of Pale Magenta #EE7FDC
RGB
CMYK
RGB Variations
Color information
#EE7FDC (or 0xEE7FDC) is known color: Pale Magenta. HEX triplet: EE, 7F and DC. RGB value is (238,127,220). Sum of RGB (Red+Green+Blue) = 238+127+220=585 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.68% from 585); Green value is 127 (50% from 255 or 21.71% from 585); Blue value is 220 (86.33% from 255 or 37.61% from 585); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7FDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE7FDC is #118023. Grayscale: #AAAAAA. Windows color (decimal): -1146916 or 14450670. OLE color: 14450670.
HSL color Cylindrical-coordinate representation of color #EE7FDC: hue angle of 309.73º 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 #EE7FDC is Cyan = 0, Magento = 0.47, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 127 | 220 | - |
| CMYK | 0 | 0.47 | 0.08 | 0.07 |
| HSL | 309.73º | 0.77% | 0.72% | - |
| HSV(B) | 309.73º | 0.47% | 0.93% | - |
| XYZ | 55.77 | 38.52 | 72.21 | - |
| YUV | 170.79 | 155.77 | 175.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 127 | 220 | 0 | 0.47 | 0.08 | 0.07 | 309.73 | 0.77 | 0.72 |
| Hex | EE | 7F | DC | 0 | 2F | 8 | 7 | 136 | 4D | 48 |
| Octal | 356 | 177 | 334 | 0 | 57 | 10 | 7 | 466 | 115 | 110 |
| Binary | 11101110 | 1111111 | 11011100 | 0 | 101111 | 1000 | 111 | 100110110 | 1001101 | 1001000 |
Color Harmonies of #EE7FDC
Complementary color
Monochromatic Colors of #EE7FDC
Black with #EE7FDC
Text Example
Text Example
White with #EE7FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7FDC; }
p { color: rgb(238,127,220); }
H1.HeaderClassName
{
color: #EE7FDC;
}
.AnyTagClassName
{
color: #EE7FDC;
}
</style>
background-color css
<style>
a { background-color: #EE7FDC; }
a { background-color: rgb(238,127,220); }
div.DivClassName
{
background-color: #EE7FDC;
}
.BgClassName
{
background-color: #EE7FDC;
}
</style>
border-color css
<style>
span { border-color: #EE7FDC; }
span { border-color: rgb(238,127,220); }
td.TdClassName
{
border-color: #EE7FDC;
}
.TagClassName
{
border-color: #EE7FDC;
}
</style>