Shades of Pale Magenta #EE85DC
Tints of Pale Magenta #EE85DC
RGB
CMYK
RGB Variations
Color information
#EE85DC (or 0xEE85DC) is known color: Pale Magenta. HEX triplet: EE, 85 and DC. RGB value is (238,133,220). Sum of RGB (Red+Green+Blue) = 238+133+220=591 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.27% from 591); Green value is 133 (52.34% from 255 or 22.50% from 591); Blue value is 220 (86.33% from 255 or 37.23% from 591); Max value from RGB is 238 - color contains mainly: red. Hex color #EE85DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE85DC is #117A23. Grayscale: #AEAEAE. Windows color (decimal): -1145380 or 14452206. OLE color: 14452206.
HSL color Cylindrical-coordinate representation of color #EE85DC: hue angle of 310.29º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EE85DC is Cyan = 0, Magento = 0.44, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 133 | 220 | - |
| CMYK | 0 | 0.44 | 0.08 | 0.07 |
| HSL | 310.29º | 0.76% | 0.73% | - |
| HSV(B) | 310.29º | 0.44% | 0.93% | - |
| XYZ | 56.57 | 40.12 | 72.47 | - |
| YUV | 174.31 | 153.79 | 173.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 133 | 220 | 0 | 0.44 | 0.08 | 0.07 | 310.29 | 0.76 | 0.73 |
| Hex | EE | 85 | DC | 0 | 2C | 8 | 7 | 136 | 4C | 49 |
| Octal | 356 | 205 | 334 | 0 | 54 | 10 | 7 | 466 | 114 | 111 |
| Binary | 11101110 | 10000101 | 11011100 | 0 | 101100 | 1000 | 111 | 100110110 | 1001100 | 1001001 |
Color Harmonies of #EE85DC
Complementary color
Monochromatic Colors of #EE85DC
Black with #EE85DC
Text Example
Text Example
White with #EE85DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE85DC; }
p { color: rgb(238,133,220); }
H1.HeaderClassName
{
color: #EE85DC;
}
.AnyTagClassName
{
color: #EE85DC;
}
</style>
background-color css
<style>
a { background-color: #EE85DC; }
a { background-color: rgb(238,133,220); }
div.DivClassName
{
background-color: #EE85DC;
}
.BgClassName
{
background-color: #EE85DC;
}
</style>
border-color css
<style>
span { border-color: #EE85DC; }
span { border-color: rgb(238,133,220); }
td.TdClassName
{
border-color: #EE85DC;
}
.TagClassName
{
border-color: #EE85DC;
}
</style>