Shades of Pale Magenta #E990DA
Tints of Pale Magenta #E990DA
RGB
CMYK
RGB Variations
Color information
#E990DA (or 0xE990DA) is known color: Pale Magenta. HEX triplet: E9, 90 and DA. RGB value is (233,144,218). Sum of RGB (Red+Green+Blue) = 233+144+218=595 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.16% from 595); Green value is 144 (56.64% from 255 or 24.20% from 595); Blue value is 218 (85.55% from 255 or 36.64% from 595); Max value from RGB is 233 - color contains mainly: red. Hex color #E990DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E990DA is #166F25. Grayscale: #B2B2B2. Windows color (decimal): -1470246 or 14323945. OLE color: 14323945.
HSL color Cylindrical-coordinate representation of color #E990DA: hue angle of 310.11º 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 #E990DA is Cyan = 0, Magento = 0.38, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 144 | 218 | - |
| CMYK | 0 | 0.38 | 0.06 | 0.09 |
| HSL | 310.11º | 0.67% | 0.74% | - |
| HSV(B) | 310.11º | 0.38% | 0.91% | - |
| XYZ | 56.23 | 42.33 | 71.54 | - |
| YUV | 179.05 | 149.99 | 166.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 144 | 218 | 0 | 0.38 | 0.06 | 0.09 | 310.11 | 0.67 | 0.74 |
| Hex | E9 | 90 | DA | 0 | 26 | 6 | 9 | 136 | 43 | 4A |
| Octal | 351 | 220 | 332 | 0 | 46 | 6 | 11 | 466 | 103 | 112 |
| Binary | 11101001 | 10010000 | 11011010 | 0 | 100110 | 110 | 1001 | 100110110 | 1000011 | 1001010 |
Color Harmonies of #E990DA
Complementary color
Monochromatic Colors of #E990DA
Black with #E990DA
Text Example
Text Example
White with #E990DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E990DA; }
p { color: rgb(233,144,218); }
H1.HeaderClassName
{
color: #E990DA;
}
.AnyTagClassName
{
color: #E990DA;
}
</style>
background-color css
<style>
a { background-color: #E990DA; }
a { background-color: rgb(233,144,218); }
div.DivClassName
{
background-color: #E990DA;
}
.BgClassName
{
background-color: #E990DA;
}
</style>
border-color css
<style>
span { border-color: #E990DA; }
span { border-color: rgb(233,144,218); }
td.TdClassName
{
border-color: #E990DA;
}
.TagClassName
{
border-color: #E990DA;
}
</style>