Shades of Pale Magenta #EE89DB
Tints of Pale Magenta #EE89DB
RGB
CMYK
RGB Variations
Color information
#EE89DB (or 0xEE89DB) is known color: Pale Magenta. HEX triplet: EE, 89 and DB. RGB value is (238,137,219). Sum of RGB (Red+Green+Blue) = 238+137+219=594 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.07% from 594); Green value is 137 (53.91% from 255 or 23.06% from 594); Blue value is 219 (85.94% from 255 or 36.87% from 594); Max value from RGB is 238 - color contains mainly: red. Hex color #EE89DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE89DB is #117624. Grayscale: #B0B0B0. Windows color (decimal): -1144357 or 14387694. OLE color: 14387694.
HSL color Cylindrical-coordinate representation of color #EE89DB: hue angle of 311.29º 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 #EE89DB is Cyan = 0, Magento = 0.42, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 137 | 219 | - |
| CMYK | 0 | 0.42 | 0.08 | 0.07 |
| HSL | 311.29º | 0.75% | 0.74% | - |
| HSV(B) | 311.29º | 0.42% | 0.93% | - |
| XYZ | 56.99 | 41.18 | 71.96 | - |
| YUV | 176.55 | 151.96 | 171.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 137 | 219 | 0 | 0.42 | 0.08 | 0.07 | 311.29 | 0.75 | 0.74 |
| Hex | EE | 89 | DB | 0 | 2A | 8 | 7 | 137 | 4B | 4A |
| Octal | 356 | 211 | 333 | 0 | 52 | 10 | 7 | 467 | 113 | 112 |
| Binary | 11101110 | 10001001 | 11011011 | 0 | 101010 | 1000 | 111 | 100110111 | 1001011 | 1001010 |
Color Harmonies of #EE89DB
Complementary color
Monochromatic Colors of #EE89DB
Black with #EE89DB
Text Example
Text Example
White with #EE89DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE89DB; }
p { color: rgb(238,137,219); }
H1.HeaderClassName
{
color: #EE89DB;
}
.AnyTagClassName
{
color: #EE89DB;
}
</style>
background-color css
<style>
a { background-color: #EE89DB; }
a { background-color: rgb(238,137,219); }
div.DivClassName
{
background-color: #EE89DB;
}
.BgClassName
{
background-color: #EE89DB;
}
</style>
border-color css
<style>
span { border-color: #EE89DB; }
span { border-color: rgb(238,137,219); }
td.TdClassName
{
border-color: #EE89DB;
}
.TagClassName
{
border-color: #EE89DB;
}
</style>