Shades of Pale Magenta #EE90DD
Tints of Pale Magenta #EE90DD
RGB
CMYK
RGB Variations
Color information
#EE90DD (or 0xEE90DD) is known color: Pale Magenta. HEX triplet: EE, 90 and DD. RGB value is (238,144,221). Sum of RGB (Red+Green+Blue) = 238+144+221=603 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.47% from 603); Green value is 144 (56.64% from 255 or 23.88% from 603); Blue value is 221 (86.72% from 255 or 36.65% from 603); Max value from RGB is 238 - color contains mainly: red. Hex color #EE90DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE90DD is #116F22. Grayscale: #B4B4B4. Windows color (decimal): -1142563 or 14520558. OLE color: 14520558.
HSL color Cylindrical-coordinate representation of color #EE90DD: hue angle of 310.85º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EE90DD is Cyan = 0, Magento = 0.39, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 144 | 221 | - |
| CMYK | 0 | 0.39 | 0.07 | 0.07 |
| HSL | 310.85º | 0.73% | 0.75% | - |
| HSV(B) | 310.85º | 0.39% | 0.93% | - |
| XYZ | 58.28 | 43.34 | 73.7 | - |
| YUV | 180.88 | 150.64 | 168.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 144 | 221 | 0 | 0.39 | 0.07 | 0.07 | 310.85 | 0.73 | 0.75 |
| Hex | EE | 90 | DD | 0 | 27 | 7 | 7 | 137 | 49 | 4B |
| Octal | 356 | 220 | 335 | 0 | 47 | 7 | 7 | 467 | 111 | 113 |
| Binary | 11101110 | 10010000 | 11011101 | 0 | 100111 | 111 | 111 | 100110111 | 1001001 | 1001011 |
Color Harmonies of #EE90DD
Complementary color
Monochromatic Colors of #EE90DD
Black with #EE90DD
Text Example
Text Example
White with #EE90DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE90DD; }
p { color: rgb(238,144,221); }
H1.HeaderClassName
{
color: #EE90DD;
}
.AnyTagClassName
{
color: #EE90DD;
}
</style>
background-color css
<style>
a { background-color: #EE90DD; }
a { background-color: rgb(238,144,221); }
div.DivClassName
{
background-color: #EE90DD;
}
.BgClassName
{
background-color: #EE90DD;
}
</style>
border-color css
<style>
span { border-color: #EE90DD; }
span { border-color: rgb(238,144,221); }
td.TdClassName
{
border-color: #EE90DD;
}
.TagClassName
{
border-color: #EE90DD;
}
</style>