Shades of Pale Magenta #EE89DD
Tints of Pale Magenta #EE89DD
RGB
CMYK
RGB Variations
Color information
#EE89DD (or 0xEE89DD) is known color: Pale Magenta. HEX triplet: EE, 89 and DD. RGB value is (238,137,221). Sum of RGB (Red+Green+Blue) = 238+137+221=596 (78% of max value = 765). Red value is 238 (93.36% from 255 or 39.93% from 596); Green value is 137 (53.91% from 255 or 22.99% from 596); Blue value is 221 (86.72% from 255 or 37.08% from 596); Max value from RGB is 238 - color contains mainly: red. Hex color #EE89DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE89DD is #117622. Grayscale: #B0B0B0. Windows color (decimal): -1144355 or 14518766. OLE color: 14518766.
HSL color Cylindrical-coordinate representation of color #EE89DD: hue angle of 310.1º degrees, saturation: 0.75, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EE89DD is Cyan = 0, Magento = 0.42, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 137 | 221 | - |
| CMYK | 0 | 0.42 | 0.07 | 0.07 |
| HSL | 310.1º | 0.75% | 0.74% | - |
| HSV(B) | 310.1º | 0.42% | 0.93% | - |
| XYZ | 57.26 | 41.29 | 73.36 | - |
| YUV | 176.78 | 152.96 | 171.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 137 | 221 | 0 | 0.42 | 0.07 | 0.07 | 310.1 | 0.75 | 0.74 |
| Hex | EE | 89 | DD | 0 | 2A | 7 | 7 | 136 | 4B | 4A |
| Octal | 356 | 211 | 335 | 0 | 52 | 7 | 7 | 466 | 113 | 112 |
| Binary | 11101110 | 10001001 | 11011101 | 0 | 101010 | 111 | 111 | 100110110 | 1001011 | 1001010 |
Color Harmonies of #EE89DD
Complementary color
Monochromatic Colors of #EE89DD
Black with #EE89DD
Text Example
Text Example
White with #EE89DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE89DD; }
p { color: rgb(238,137,221); }
H1.HeaderClassName
{
color: #EE89DD;
}
.AnyTagClassName
{
color: #EE89DD;
}
</style>
background-color css
<style>
a { background-color: #EE89DD; }
a { background-color: rgb(238,137,221); }
div.DivClassName
{
background-color: #EE89DD;
}
.BgClassName
{
background-color: #EE89DD;
}
</style>
border-color css
<style>
span { border-color: #EE89DD; }
span { border-color: rgb(238,137,221); }
td.TdClassName
{
border-color: #EE89DD;
}
.TagClassName
{
border-color: #EE89DD;
}
</style>