Shades of Pale Magenta #E880D3
Tints of Pale Magenta #E880D3
RGB
CMYK
RGB Variations
Color information
#E880D3 (or 0xE880D3) is known color: Pale Magenta. HEX triplet: E8, 80 and D3. RGB value is (232,128,211). Sum of RGB (Red+Green+Blue) = 232+128+211=571 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.63% from 571); Green value is 128 (50.39% from 255 or 22.42% from 571); Blue value is 211 (82.81% from 255 or 36.95% from 571); Max value from RGB is 232 - color contains mainly: red. Hex color #E880D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E880D3 is #177F2C. Grayscale: #A8A8A8. Windows color (decimal): -1539885 or 13861096. OLE color: 13861096.
HSL color Cylindrical-coordinate representation of color #E880D3: hue angle of 312.12º degrees, saturation: 0.69, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E880D3 is Cyan = 0, Magento = 0.45, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 128 | 211 | - |
| CMYK | 0 | 0.45 | 0.09 | 0.09 |
| HSL | 312.12º | 0.69% | 0.71% | - |
| HSV(B) | 312.12º | 0.45% | 0.91% | - |
| XYZ | 52.76 | 37.3 | 66.05 | - |
| YUV | 168.56 | 151.96 | 173.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 128 | 211 | 0 | 0.45 | 0.09 | 0.09 | 312.12 | 0.69 | 0.71 |
| Hex | E8 | 80 | D3 | 0 | 2D | 9 | 9 | 138 | 45 | 47 |
| Octal | 350 | 200 | 323 | 0 | 55 | 11 | 11 | 470 | 105 | 107 |
| Binary | 11101000 | 10000000 | 11010011 | 0 | 101101 | 1001 | 1001 | 100111000 | 1000101 | 1000111 |
Color Harmonies of #E880D3
Complementary color
Monochromatic Colors of #E880D3
Black with #E880D3
Text Example
Text Example
White with #E880D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E880D3; }
p { color: rgb(232,128,211); }
H1.HeaderClassName
{
color: #E880D3;
}
.AnyTagClassName
{
color: #E880D3;
}
</style>
background-color css
<style>
a { background-color: #E880D3; }
a { background-color: rgb(232,128,211); }
div.DivClassName
{
background-color: #E880D3;
}
.BgClassName
{
background-color: #E880D3;
}
</style>
border-color css
<style>
span { border-color: #E880D3; }
span { border-color: rgb(232,128,211); }
td.TdClassName
{
border-color: #E880D3;
}
.TagClassName
{
border-color: #E880D3;
}
</style>