Shades of Pale Magenta #EE89DE
Tints of Pale Magenta #EE89DE
RGB
CMYK
RGB Variations
Color information
#EE89DE (or 0xEE89DE) is known color: Pale Magenta. HEX triplet: EE, 89 and DE. RGB value is (238,137,222). Sum of RGB (Red+Green+Blue) = 238+137+222=597 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.87% from 597); Green value is 137 (53.91% from 255 or 22.95% from 597); Blue value is 222 (87.11% from 255 or 37.19% from 597); Max value from RGB is 238 - color contains mainly: red. Hex color #EE89DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE89DE is #117621. Grayscale: #B0B0B0. Windows color (decimal): -1144354 or 14584302. OLE color: 14584302.
HSL color Cylindrical-coordinate representation of color #EE89DE: hue angle of 309.5º 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 #EE89DE is Cyan = 0, Magento = 0.42, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 137 | 222 | - |
| CMYK | 0 | 0.42 | 0.07 | 0.07 |
| HSL | 309.5º | 0.75% | 0.74% | - |
| HSV(B) | 309.5º | 0.42% | 0.93% | - |
| XYZ | 57.39 | 41.34 | 74.06 | - |
| YUV | 176.89 | 153.46 | 171.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 137 | 222 | 0 | 0.42 | 0.07 | 0.07 | 309.5 | 0.75 | 0.74 |
| Hex | EE | 89 | DE | 0 | 2A | 7 | 7 | 136 | 4B | 4A |
| Octal | 356 | 211 | 336 | 0 | 52 | 7 | 7 | 466 | 113 | 112 |
| Binary | 11101110 | 10001001 | 11011110 | 0 | 101010 | 111 | 111 | 100110110 | 1001011 | 1001010 |
Color Harmonies of #EE89DE
Complementary color
Monochromatic Colors of #EE89DE
Black with #EE89DE
Text Example
Text Example
White with #EE89DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE89DE; }
p { color: rgb(238,137,222); }
H1.HeaderClassName
{
color: #EE89DE;
}
.AnyTagClassName
{
color: #EE89DE;
}
</style>
background-color css
<style>
a { background-color: #EE89DE; }
a { background-color: rgb(238,137,222); }
div.DivClassName
{
background-color: #EE89DE;
}
.BgClassName
{
background-color: #EE89DE;
}
</style>
border-color css
<style>
span { border-color: #EE89DE; }
span { border-color: rgb(238,137,222); }
td.TdClassName
{
border-color: #EE89DE;
}
.TagClassName
{
border-color: #EE89DE;
}
</style>