Shades of Pale Magenta #EE88DD
Tints of Pale Magenta #EE88DD
RGB
CMYK
RGB Variations
Color information
#EE88DD (or 0xEE88DD) is known color: Pale Magenta. HEX triplet: EE, 88 and DD. RGB value is (238,136,221). Sum of RGB (Red+Green+Blue) = 238+136+221=595 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40% from 595); Green value is 136 (53.52% from 255 or 22.86% from 595); Blue value is 221 (86.72% from 255 or 37.14% from 595); Max value from RGB is 238 - color contains mainly: red. Hex color #EE88DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE88DD is #117722. Grayscale: #AFAFAF. Windows color (decimal): -1144611 or 14518510. OLE color: 14518510.
HSL color Cylindrical-coordinate representation of color #EE88DD: hue angle of 310º degrees, saturation: 0.75, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EE88DD is Cyan = 0, Magento = 0.43, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 136 | 221 | - |
| CMYK | 0 | 0.43 | 0.07 | 0.07 |
| HSL | 310º | 0.75% | 0.73% | - |
| HSV(B) | 310º | 0.43% | 0.93% | - |
| XYZ | 57.12 | 41.01 | 73.31 | - |
| YUV | 176.19 | 153.29 | 172.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 136 | 221 | 0 | 0.43 | 0.07 | 0.07 | 310 | 0.75 | 0.73 |
| Hex | EE | 88 | DD | 0 | 2B | 7 | 7 | 136 | 4B | 49 |
| Octal | 356 | 210 | 335 | 0 | 53 | 7 | 7 | 466 | 113 | 111 |
| Binary | 11101110 | 10001000 | 11011101 | 0 | 101011 | 111 | 111 | 100110110 | 1001011 | 1001001 |
Color Harmonies of #EE88DD
Complementary color
Monochromatic Colors of #EE88DD
Black with #EE88DD
Text Example
Text Example
White with #EE88DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE88DD; }
p { color: rgb(238,136,221); }
H1.HeaderClassName
{
color: #EE88DD;
}
.AnyTagClassName
{
color: #EE88DD;
}
</style>
background-color css
<style>
a { background-color: #EE88DD; }
a { background-color: rgb(238,136,221); }
div.DivClassName
{
background-color: #EE88DD;
}
.BgClassName
{
background-color: #EE88DD;
}
</style>
border-color css
<style>
span { border-color: #EE88DD; }
span { border-color: rgb(238,136,221); }
td.TdClassName
{
border-color: #EE88DD;
}
.TagClassName
{
border-color: #EE88DD;
}
</style>