Shades of Pale Magenta #EE89DC
Tints of Pale Magenta #EE89DC
RGB
CMYK
RGB Variations
Color information
#EE89DC (or 0xEE89DC) is known color: Pale Magenta. HEX triplet: EE, 89 and DC. RGB value is (238,137,220). Sum of RGB (Red+Green+Blue) = 238+137+220=595 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40% from 595); Green value is 137 (53.91% from 255 or 23.03% from 595); Blue value is 220 (86.33% from 255 or 36.97% from 595); Max value from RGB is 238 - color contains mainly: red. Hex color #EE89DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE89DC is #117623. Grayscale: #B0B0B0. Windows color (decimal): -1144356 or 14453230. OLE color: 14453230.
HSL color Cylindrical-coordinate representation of color #EE89DC: hue angle of 310.69º 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 #EE89DC is Cyan = 0, Magento = 0.42, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 137 | 220 | - |
| CMYK | 0 | 0.42 | 0.08 | 0.07 |
| HSL | 310.69º | 0.75% | 0.74% | - |
| HSV(B) | 310.69º | 0.42% | 0.93% | - |
| XYZ | 57.12 | 41.24 | 72.66 | - |
| YUV | 176.66 | 152.46 | 171.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 137 | 220 | 0 | 0.42 | 0.08 | 0.07 | 310.69 | 0.75 | 0.74 |
| Hex | EE | 89 | DC | 0 | 2A | 8 | 7 | 137 | 4B | 4A |
| Octal | 356 | 211 | 334 | 0 | 52 | 10 | 7 | 467 | 113 | 112 |
| Binary | 11101110 | 10001001 | 11011100 | 0 | 101010 | 1000 | 111 | 100110111 | 1001011 | 1001010 |
Color Harmonies of #EE89DC
Complementary color
Monochromatic Colors of #EE89DC
Black with #EE89DC
Text Example
Text Example
White with #EE89DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE89DC; }
p { color: rgb(238,137,220); }
H1.HeaderClassName
{
color: #EE89DC;
}
.AnyTagClassName
{
color: #EE89DC;
}
</style>
background-color css
<style>
a { background-color: #EE89DC; }
a { background-color: rgb(238,137,220); }
div.DivClassName
{
background-color: #EE89DC;
}
.BgClassName
{
background-color: #EE89DC;
}
</style>
border-color css
<style>
span { border-color: #EE89DC; }
span { border-color: rgb(238,137,220); }
td.TdClassName
{
border-color: #EE89DC;
}
.TagClassName
{
border-color: #EE89DC;
}
</style>