Shades of Pale Magenta #E992D8
Tints of Pale Magenta #E992D8
RGB
CMYK
RGB Variations
Color information
#E992D8 (or 0xE992D8) is known color: Pale Magenta. HEX triplet: E9, 92 and D8. RGB value is (233,146,216). Sum of RGB (Red+Green+Blue) = 233+146+216=595 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.16% from 595); Green value is 146 (57.42% from 255 or 24.54% from 595); Blue value is 216 (84.77% from 255 or 36.30% from 595); Max value from RGB is 233 - color contains mainly: red. Hex color #E992D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E992D8 is #166D27. Grayscale: #B3B3B3. Windows color (decimal): -1469736 or 14193385. OLE color: 14193385.
HSL color Cylindrical-coordinate representation of color #E992D8: hue angle of 311.72º degrees, saturation: 0.66, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E992D8 is Cyan = 0, Magento = 0.37, Yellow = 0.07 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 146 | 216 | - |
| CMYK | 0 | 0.37 | 0.07 | 0.09 |
| HSL | 311.72º | 0.66% | 0.74% | - |
| HSV(B) | 311.72º | 0.37% | 0.91% | - |
| XYZ | 56.28 | 42.84 | 70.27 | - |
| YUV | 179.99 | 148.32 | 165.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 146 | 216 | 0 | 0.37 | 0.07 | 0.09 | 311.72 | 0.66 | 0.74 |
| Hex | E9 | 92 | D8 | 0 | 25 | 7 | 9 | 138 | 42 | 4A |
| Octal | 351 | 222 | 330 | 0 | 45 | 7 | 11 | 470 | 102 | 112 |
| Binary | 11101001 | 10010010 | 11011000 | 0 | 100101 | 111 | 1001 | 100111000 | 1000010 | 1001010 |
Color Harmonies of #E992D8
Complementary color
Monochromatic Colors of #E992D8
Black with #E992D8
Text Example
Text Example
White with #E992D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E992D8; }
p { color: rgb(233,146,216); }
H1.HeaderClassName
{
color: #E992D8;
}
.AnyTagClassName
{
color: #E992D8;
}
</style>
background-color css
<style>
a { background-color: #E992D8; }
a { background-color: rgb(233,146,216); }
div.DivClassName
{
background-color: #E992D8;
}
.BgClassName
{
background-color: #E992D8;
}
</style>
border-color css
<style>
span { border-color: #E992D8; }
span { border-color: rgb(233,146,216); }
td.TdClassName
{
border-color: #E992D8;
}
.TagClassName
{
border-color: #E992D8;
}
</style>