Shades of Pale Magenta #E991D3
Tints of Pale Magenta #E991D3
RGB
CMYK
RGB Variations
Color information
#E991D3 (or 0xE991D3) is known color: Pale Magenta. HEX triplet: E9, 91 and D3. RGB value is (233,145,211). Sum of RGB (Red+Green+Blue) = 233+145+211=589 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.56% from 589); Green value is 145 (57.03% from 255 or 24.62% from 589); Blue value is 211 (82.81% from 255 or 35.82% from 589); Max value from RGB is 233 - color contains mainly: red. Hex color #E991D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E991D3 is #166E2C. Grayscale: #B2B2B2. Windows color (decimal): -1469997 or 13865449. OLE color: 13865449.
HSL color Cylindrical-coordinate representation of color #E991D3: hue angle of 315º 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 #E991D3 is Cyan = 0, Magento = 0.38, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 145 | 211 | - |
| CMYK | 0 | 0.38 | 0.09 | 0.09 |
| HSL | 315º | 0.67% | 0.74% | - |
| HSV(B) | 315º | 0.38% | 0.91% | - |
| XYZ | 55.49 | 42.28 | 66.86 | - |
| YUV | 178.84 | 146.15 | 166.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 145 | 211 | 0 | 0.38 | 0.09 | 0.09 | 315 | 0.67 | 0.74 |
| Hex | E9 | 91 | D3 | 0 | 26 | 9 | 9 | 13B | 43 | 4A |
| Octal | 351 | 221 | 323 | 0 | 46 | 11 | 11 | 473 | 103 | 112 |
| Binary | 11101001 | 10010001 | 11010011 | 0 | 100110 | 1001 | 1001 | 100111011 | 1000011 | 1001010 |
Color Harmonies of #E991D3
Complementary color
Monochromatic Colors of #E991D3
Black with #E991D3
Text Example
Text Example
White with #E991D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E991D3; }
p { color: rgb(233,145,211); }
H1.HeaderClassName
{
color: #E991D3;
}
.AnyTagClassName
{
color: #E991D3;
}
</style>
background-color css
<style>
a { background-color: #E991D3; }
a { background-color: rgb(233,145,211); }
div.DivClassName
{
background-color: #E991D3;
}
.BgClassName
{
background-color: #E991D3;
}
</style>
border-color css
<style>
span { border-color: #E991D3; }
span { border-color: rgb(233,145,211); }
td.TdClassName
{
border-color: #E991D3;
}
.TagClassName
{
border-color: #E991D3;
}
</style>