Shades of Pale Magenta #E983DD
Tints of Pale Magenta #E983DD
RGB
CMYK
RGB Variations
Color information
#E983DD (or 0xE983DD) is known color: Pale Magenta. HEX triplet: E9, 83 and DD. RGB value is (233,131,221). Sum of RGB (Red+Green+Blue) = 233+131+221=585 (77% of max value = 765). Red value is 233 (91.41% from 255 or 39.83% from 585); Green value is 131 (51.56% from 255 or 22.39% from 585); Blue value is 221 (86.72% from 255 or 37.78% from 585); Max value from RGB is 233 - color contains mainly: red. Hex color #E983DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E983DD is #167C22. Grayscale: #ABABAB. Windows color (decimal): -1473571 or 14517225. OLE color: 14517225.
HSL color Cylindrical-coordinate representation of color #E983DD: hue angle of 307.06º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E983DD is Cyan = 0, Magento = 0.44, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 131 | 221 | - |
| CMYK | 0 | 0.44 | 0.05 | 0.09 |
| HSL | 307.06º | 0.7% | 0.71% | - |
| HSV(B) | 307.06º | 0.44% | 0.91% | - |
| XYZ | 54.77 | 38.78 | 73 | - |
| YUV | 171.76 | 155.79 | 171.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 131 | 221 | 0 | 0.44 | 0.05 | 0.09 | 307.06 | 0.7 | 0.71 |
| Hex | E9 | 83 | DD | 0 | 2C | 5 | 9 | 133 | 46 | 47 |
| Octal | 351 | 203 | 335 | 0 | 54 | 5 | 11 | 463 | 106 | 107 |
| Binary | 11101001 | 10000011 | 11011101 | 0 | 101100 | 101 | 1001 | 100110011 | 1000110 | 1000111 |
Color Harmonies of #E983DD
Complementary color
Monochromatic Colors of #E983DD
Black with #E983DD
Text Example
Text Example
White with #E983DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E983DD; }
p { color: rgb(233,131,221); }
H1.HeaderClassName
{
color: #E983DD;
}
.AnyTagClassName
{
color: #E983DD;
}
</style>
background-color css
<style>
a { background-color: #E983DD; }
a { background-color: rgb(233,131,221); }
div.DivClassName
{
background-color: #E983DD;
}
.BgClassName
{
background-color: #E983DD;
}
</style>
border-color css
<style>
span { border-color: #E983DD; }
span { border-color: rgb(233,131,221); }
td.TdClassName
{
border-color: #E983DD;
}
.TagClassName
{
border-color: #E983DD;
}
</style>