Shades of Pale Magenta #E990D5
Tints of Pale Magenta #E990D5
RGB
CMYK
RGB Variations
Color information
#E990D5 (or 0xE990D5) is known color: Pale Magenta. HEX triplet: E9, 90 and D5. RGB value is (233,144,213). Sum of RGB (Red+Green+Blue) = 233+144+213=590 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.49% from 590); Green value is 144 (56.64% from 255 or 24.41% from 590); Blue value is 213 (83.59% from 255 or 36.10% from 590); Max value from RGB is 233 - color contains mainly: red. Hex color #E990D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E990D5 is #166F2A. Grayscale: #B2B2B2. Windows color (decimal): -1470251 or 13996265. OLE color: 13996265.
HSL color Cylindrical-coordinate representation of color #E990D5: hue angle of 313.48º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E990D5 is Cyan = 0, Magento = 0.38, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 144 | 213 | - |
| CMYK | 0 | 0.38 | 0.09 | 0.09 |
| HSL | 313.48º | 0.67% | 0.74% | - |
| HSV(B) | 313.48º | 0.38% | 0.91% | - |
| XYZ | 55.59 | 42.07 | 68.14 | - |
| YUV | 178.48 | 147.49 | 166.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 144 | 213 | 0 | 0.38 | 0.09 | 0.09 | 313.48 | 0.67 | 0.74 |
| Hex | E9 | 90 | D5 | 0 | 26 | 9 | 9 | 139 | 43 | 4A |
| Octal | 351 | 220 | 325 | 0 | 46 | 11 | 11 | 471 | 103 | 112 |
| Binary | 11101001 | 10010000 | 11010101 | 0 | 100110 | 1001 | 1001 | 100111001 | 1000011 | 1001010 |
Color Harmonies of #E990D5
Complementary color
Monochromatic Colors of #E990D5
Black with #E990D5
Text Example
Text Example
White with #E990D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E990D5; }
p { color: rgb(233,144,213); }
H1.HeaderClassName
{
color: #E990D5;
}
.AnyTagClassName
{
color: #E990D5;
}
</style>
background-color css
<style>
a { background-color: #E990D5; }
a { background-color: rgb(233,144,213); }
div.DivClassName
{
background-color: #E990D5;
}
.BgClassName
{
background-color: #E990D5;
}
</style>
border-color css
<style>
span { border-color: #E990D5; }
span { border-color: rgb(233,144,213); }
td.TdClassName
{
border-color: #E990D5;
}
.TagClassName
{
border-color: #E990D5;
}
</style>