Shades of Pale Magenta #EE84DD
Tints of Pale Magenta #EE84DD
RGB
CMYK
RGB Variations
Color information
#EE84DD (or 0xEE84DD) is known color: Pale Magenta. HEX triplet: EE, 84 and DD. RGB value is (238,132,221). Sum of RGB (Red+Green+Blue) = 238+132+221=591 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.27% from 591); Green value is 132 (51.95% from 255 or 22.34% from 591); Blue value is 221 (86.72% from 255 or 37.39% from 591); Max value from RGB is 238 - color contains mainly: red. Hex color #EE84DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE84DD is #117B22. Grayscale: #ADADAD. Windows color (decimal): -1145635 or 14517486. OLE color: 14517486.
HSL color Cylindrical-coordinate representation of color #EE84DD: hue angle of 309.62º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EE84DD is Cyan = 0, Magento = 0.45, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 132 | 221 | - |
| CMYK | 0 | 0.45 | 0.07 | 0.07 |
| HSL | 309.62º | 0.76% | 0.73% | - |
| HSV(B) | 309.62º | 0.45% | 0.93% | - |
| XYZ | 56.56 | 39.9 | 73.13 | - |
| YUV | 173.84 | 154.62 | 173.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 132 | 221 | 0 | 0.45 | 0.07 | 0.07 | 309.62 | 0.76 | 0.73 |
| Hex | EE | 84 | DD | 0 | 2D | 7 | 7 | 136 | 4C | 49 |
| Octal | 356 | 204 | 335 | 0 | 55 | 7 | 7 | 466 | 114 | 111 |
| Binary | 11101110 | 10000100 | 11011101 | 0 | 101101 | 111 | 111 | 100110110 | 1001100 | 1001001 |
Color Harmonies of #EE84DD
Complementary color
Monochromatic Colors of #EE84DD
Black with #EE84DD
Text Example
Text Example
White with #EE84DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE84DD; }
p { color: rgb(238,132,221); }
H1.HeaderClassName
{
color: #EE84DD;
}
.AnyTagClassName
{
color: #EE84DD;
}
</style>
background-color css
<style>
a { background-color: #EE84DD; }
a { background-color: rgb(238,132,221); }
div.DivClassName
{
background-color: #EE84DD;
}
.BgClassName
{
background-color: #EE84DD;
}
</style>
border-color css
<style>
span { border-color: #EE84DD; }
span { border-color: rgb(238,132,221); }
td.TdClassName
{
border-color: #EE84DD;
}
.TagClassName
{
border-color: #EE84DD;
}
</style>