Shades of Pale Magenta #EE90D6
Tints of Pale Magenta #EE90D6
RGB
CMYK
RGB Variations
Color information
#EE90D6 (or 0xEE90D6) is known color: Pale Magenta. HEX triplet: EE, 90 and D6. RGB value is (238,144,214). Sum of RGB (Red+Green+Blue) = 238+144+214=596 (78% of max value = 765). Red value is 238 (93.36% from 255 or 39.93% from 596); Green value is 144 (56.64% from 255 or 24.16% from 596); Blue value is 214 (83.98% from 255 or 35.91% from 596); Max value from RGB is 238 - color contains mainly: red. Hex color #EE90D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE90D6 is #116F29. Grayscale: #B3B3B3. Windows color (decimal): -1142570 or 14061806. OLE color: 14061806.
HSL color Cylindrical-coordinate representation of color #EE90D6: hue angle of 315.32º 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 #EE90D6 is Cyan = 0, Magento = 0.39, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 144 | 214 | - |
| CMYK | 0 | 0.39 | 0.10 | 0.07 |
| HSL | 315.32º | 0.73% | 0.75% | - |
| HSV(B) | 315.32º | 0.39% | 0.93% | - |
| XYZ | 57.37 | 42.98 | 68.89 | - |
| YUV | 180.09 | 147.14 | 169.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 144 | 214 | 0 | 0.39 | 0.10 | 0.07 | 315.32 | 0.73 | 0.75 |
| Hex | EE | 90 | D6 | 0 | 27 | A | 7 | 13B | 49 | 4B |
| Octal | 356 | 220 | 326 | 0 | 47 | 12 | 7 | 473 | 111 | 113 |
| Binary | 11101110 | 10010000 | 11010110 | 0 | 100111 | 1010 | 111 | 100111011 | 1001001 | 1001011 |
Color Harmonies of #EE90D6
Complementary color
Monochromatic Colors of #EE90D6
Black with #EE90D6
Text Example
Text Example
White with #EE90D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE90D6; }
p { color: rgb(238,144,214); }
H1.HeaderClassName
{
color: #EE90D6;
}
.AnyTagClassName
{
color: #EE90D6;
}
</style>
background-color css
<style>
a { background-color: #EE90D6; }
a { background-color: rgb(238,144,214); }
div.DivClassName
{
background-color: #EE90D6;
}
.BgClassName
{
background-color: #EE90D6;
}
</style>
border-color css
<style>
span { border-color: #EE90D6; }
span { border-color: rgb(238,144,214); }
td.TdClassName
{
border-color: #EE90D6;
}
.TagClassName
{
border-color: #EE90D6;
}
</style>