Shades of Pale Magenta #EE89DA
Tints of Pale Magenta #EE89DA
RGB
CMYK
RGB Variations
Color information
#EE89DA (or 0xEE89DA) is known color: Pale Magenta. HEX triplet: EE, 89 and DA. RGB value is (238,137,218). Sum of RGB (Red+Green+Blue) = 238+137+218=593 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.13% from 593); Green value is 137 (53.91% from 255 or 23.10% from 593); Blue value is 218 (85.55% from 255 or 36.76% from 593); Max value from RGB is 238 - color contains mainly: red. Hex color #EE89DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE89DA is #117625. Grayscale: #B0B0B0. Windows color (decimal): -1144358 or 14322158. OLE color: 14322158.
HSL color Cylindrical-coordinate representation of color #EE89DA: hue angle of 311.88º 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 #EE89DA is Cyan = 0, Magento = 0.42, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 137 | 218 | - |
| CMYK | 0 | 0.42 | 0.08 | 0.07 |
| HSL | 311.88º | 0.75% | 0.74% | - |
| HSV(B) | 311.88º | 0.42% | 0.93% | - |
| XYZ | 56.86 | 41.13 | 71.27 | - |
| YUV | 176.43 | 151.46 | 171.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 137 | 218 | 0 | 0.42 | 0.08 | 0.07 | 311.88 | 0.75 | 0.74 |
| Hex | EE | 89 | DA | 0 | 2A | 8 | 7 | 138 | 4B | 4A |
| Octal | 356 | 211 | 332 | 0 | 52 | 10 | 7 | 470 | 113 | 112 |
| Binary | 11101110 | 10001001 | 11011010 | 0 | 101010 | 1000 | 111 | 100111000 | 1001011 | 1001010 |
Color Harmonies of #EE89DA
Complementary color
Monochromatic Colors of #EE89DA
Black with #EE89DA
Text Example
Text Example
White with #EE89DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE89DA; }
p { color: rgb(238,137,218); }
H1.HeaderClassName
{
color: #EE89DA;
}
.AnyTagClassName
{
color: #EE89DA;
}
</style>
background-color css
<style>
a { background-color: #EE89DA; }
a { background-color: rgb(238,137,218); }
div.DivClassName
{
background-color: #EE89DA;
}
.BgClassName
{
background-color: #EE89DA;
}
</style>
border-color css
<style>
span { border-color: #EE89DA; }
span { border-color: rgb(238,137,218); }
td.TdClassName
{
border-color: #EE89DA;
}
.TagClassName
{
border-color: #EE89DA;
}
</style>