Shades of Pale Magenta #E992D6
Tints of Pale Magenta #E992D6
RGB
CMYK
RGB Variations
Color information
#E992D6 (or 0xE992D6) is known color: Pale Magenta. HEX triplet: E9, 92 and D6. RGB value is (233,146,214). Sum of RGB (Red+Green+Blue) = 233+146+214=593 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.29% from 593); Green value is 146 (57.42% from 255 or 24.62% from 593); Blue value is 214 (83.98% from 255 or 36.09% from 593); Max value from RGB is 233 - color contains mainly: red. Hex color #E992D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E992D6 is #166D29. Grayscale: #B3B3B3. Windows color (decimal): -1469738 or 14062313. OLE color: 14062313.
HSL color Cylindrical-coordinate representation of color #E992D6: hue angle of 313.1º 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 #E992D6 is Cyan = 0, Magento = 0.37, Yellow = 0.08 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 146 | 214 | - |
| CMYK | 0 | 0.37 | 0.08 | 0.09 |
| HSL | 313.1º | 0.66% | 0.74% | - |
| HSV(B) | 313.1º | 0.37% | 0.91% | - |
| XYZ | 56.02 | 42.74 | 68.91 | - |
| YUV | 179.77 | 147.32 | 165.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 146 | 214 | 0 | 0.37 | 0.08 | 0.09 | 313.1 | 0.66 | 0.74 |
| Hex | E9 | 92 | D6 | 0 | 25 | 8 | 9 | 139 | 42 | 4A |
| Octal | 351 | 222 | 326 | 0 | 45 | 10 | 11 | 471 | 102 | 112 |
| Binary | 11101001 | 10010010 | 11010110 | 0 | 100101 | 1000 | 1001 | 100111001 | 1000010 | 1001010 |
Color Harmonies of #E992D6
Complementary color
Monochromatic Colors of #E992D6
Black with #E992D6
Text Example
Text Example
White with #E992D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E992D6; }
p { color: rgb(233,146,214); }
H1.HeaderClassName
{
color: #E992D6;
}
.AnyTagClassName
{
color: #E992D6;
}
</style>
background-color css
<style>
a { background-color: #E992D6; }
a { background-color: rgb(233,146,214); }
div.DivClassName
{
background-color: #E992D6;
}
.BgClassName
{
background-color: #E992D6;
}
</style>
border-color css
<style>
span { border-color: #E992D6; }
span { border-color: rgb(233,146,214); }
td.TdClassName
{
border-color: #E992D6;
}
.TagClassName
{
border-color: #E992D6;
}
</style>