Shades of Pale Magenta #E991DA
Tints of Pale Magenta #E991DA
RGB
CMYK
RGB Variations
Color information
#E991DA (or 0xE991DA) is known color: Pale Magenta. HEX triplet: E9, 91 and DA. RGB value is (233,145,218). Sum of RGB (Red+Green+Blue) = 233+145+218=596 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.09% from 596); Green value is 145 (57.03% from 255 or 24.33% from 596); Blue value is 218 (85.55% from 255 or 36.58% from 596); Max value from RGB is 233 - color contains mainly: red. Hex color #E991DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E991DA is #166E25. Grayscale: #B3B3B3. Windows color (decimal): -1469990 or 14324201. OLE color: 14324201.
HSL color Cylindrical-coordinate representation of color #E991DA: hue angle of 310.23º 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 #E991DA is Cyan = 0, Magento = 0.38, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 145 | 218 | - |
| CMYK | 0 | 0.38 | 0.06 | 0.09 |
| HSL | 310.23º | 0.67% | 0.74% | - |
| HSV(B) | 310.23º | 0.38% | 0.91% | - |
| XYZ | 56.38 | 42.64 | 71.59 | - |
| YUV | 179.63 | 149.65 | 166.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 145 | 218 | 0 | 0.38 | 0.06 | 0.09 | 310.23 | 0.67 | 0.74 |
| Hex | E9 | 91 | DA | 0 | 26 | 6 | 9 | 136 | 43 | 4A |
| Octal | 351 | 221 | 332 | 0 | 46 | 6 | 11 | 466 | 103 | 112 |
| Binary | 11101001 | 10010001 | 11011010 | 0 | 100110 | 110 | 1001 | 100110110 | 1000011 | 1001010 |
Color Harmonies of #E991DA
Complementary color
Monochromatic Colors of #E991DA
Black with #E991DA
Text Example
Text Example
White with #E991DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E991DA; }
p { color: rgb(233,145,218); }
H1.HeaderClassName
{
color: #E991DA;
}
.AnyTagClassName
{
color: #E991DA;
}
</style>
background-color css
<style>
a { background-color: #E991DA; }
a { background-color: rgb(233,145,218); }
div.DivClassName
{
background-color: #E991DA;
}
.BgClassName
{
background-color: #E991DA;
}
</style>
border-color css
<style>
span { border-color: #E991DA; }
span { border-color: rgb(233,145,218); }
td.TdClassName
{
border-color: #E991DA;
}
.TagClassName
{
border-color: #E991DA;
}
</style>