Shades of Pale Magenta #E88ADD
Tints of Pale Magenta #E88ADD
RGB
CMYK
RGB Variations
Color information
#E88ADD (or 0xE88ADD) is known color: Pale Magenta. HEX triplet: E8, 8A and DD. RGB value is (232,138,221). Sum of RGB (Red+Green+Blue) = 232+138+221=591 (78% of max value = 765). Red value is 232 (91.02% from 255 or 39.26% from 591); Green value is 138 (54.30% from 255 or 23.35% from 591); Blue value is 221 (86.72% from 255 or 37.39% from 591); Max value from RGB is 232 - color contains mainly: red. Hex color #E88ADD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E88ADD is #177522. Grayscale: #AFAFAF. Windows color (decimal): -1537315 or 14519016. OLE color: 14519016.
HSL color Cylindrical-coordinate representation of color #E88ADD: hue angle of 307.02º degrees, saturation: 0.67, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E88ADD is Cyan = 0, Magento = 0.41, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 138 | 221 | - |
| CMYK | 0 | 0.41 | 0.05 | 0.09 |
| HSL | 307.02º | 0.67% | 0.73% | - |
| HSV(B) | 307.02º | 0.41% | 0.91% | - |
| XYZ | 55.42 | 40.55 | 73.31 | - |
| YUV | 175.57 | 153.64 | 168.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 138 | 221 | 0 | 0.41 | 0.05 | 0.09 | 307.02 | 0.67 | 0.73 |
| Hex | E8 | 8A | DD | 0 | 29 | 5 | 9 | 133 | 43 | 49 |
| Octal | 350 | 212 | 335 | 0 | 51 | 5 | 11 | 463 | 103 | 111 |
| Binary | 11101000 | 10001010 | 11011101 | 0 | 101001 | 101 | 1001 | 100110011 | 1000011 | 1001001 |
Color Harmonies of #E88ADD
Complementary color
Monochromatic Colors of #E88ADD
Black with #E88ADD
Text Example
Text Example
White with #E88ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88ADD; }
p { color: rgb(232,138,221); }
H1.HeaderClassName
{
color: #E88ADD;
}
.AnyTagClassName
{
color: #E88ADD;
}
</style>
background-color css
<style>
a { background-color: #E88ADD; }
a { background-color: rgb(232,138,221); }
div.DivClassName
{
background-color: #E88ADD;
}
.BgClassName
{
background-color: #E88ADD;
}
</style>
border-color css
<style>
span { border-color: #E88ADD; }
span { border-color: rgb(232,138,221); }
td.TdClassName
{
border-color: #E88ADD;
}
.TagClassName
{
border-color: #E88ADD;
}
</style>