Shades of Pale Magenta #E48BD6
Tints of Pale Magenta #E48BD6
RGB
CMYK
RGB Variations
Color information
#E48BD6 (or 0xE48BD6) is known color: Pale Magenta. HEX triplet: E4, 8B and D6. RGB value is (228,139,214). Sum of RGB (Red+Green+Blue) = 228+139+214=581 (76% of max value = 765). Red value is 228 (89.45% from 255 or 39.24% from 581); Green value is 139 (54.69% from 255 or 23.92% from 581); Blue value is 214 (83.98% from 255 or 36.83% from 581); Max value from RGB is 228 - color contains mainly: red. Hex color #E48BD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E48BD6 is #1B7429. Grayscale: #ADADAD. Windows color (decimal): -1799210 or 14060516. OLE color: 14060516.
HSL color Cylindrical-coordinate representation of color #E48BD6: hue angle of 309.44º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E48BD6 is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 139 | 214 | - |
| CMYK | 0 | 0.39 | 0.06 | 0.11 |
| HSL | 309.44º | 0.62% | 0.72% | - |
| HSV(B) | 309.44º | 0.39% | 0.89% | - |
| XYZ | 53.37 | 39.81 | 68.49 | - |
| YUV | 174.16 | 150.49 | 166.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 139 | 214 | 0 | 0.39 | 0.06 | 0.11 | 309.44 | 0.62 | 0.72 |
| Hex | E4 | 8B | D6 | 0 | 27 | 6 | B | 135 | 3E | 48 |
| Octal | 344 | 213 | 326 | 0 | 47 | 6 | 13 | 465 | 76 | 110 |
| Binary | 11100100 | 10001011 | 11010110 | 0 | 100111 | 110 | 1011 | 100110101 | 111110 | 1001000 |
Color Harmonies of #E48BD6
Complementary color
Monochromatic Colors of #E48BD6
Black with #E48BD6
Text Example
Text Example
White with #E48BD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48BD6; }
p { color: rgb(228,139,214); }
H1.HeaderClassName
{
color: #E48BD6;
}
.AnyTagClassName
{
color: #E48BD6;
}
</style>
background-color css
<style>
a { background-color: #E48BD6; }
a { background-color: rgb(228,139,214); }
div.DivClassName
{
background-color: #E48BD6;
}
.BgClassName
{
background-color: #E48BD6;
}
</style>
border-color css
<style>
span { border-color: #E48BD6; }
span { border-color: rgb(228,139,214); }
td.TdClassName
{
border-color: #E48BD6;
}
.TagClassName
{
border-color: #E48BD6;
}
</style>