Shades of Pale Magenta #E88AD2
Tints of Pale Magenta #E88AD2
RGB
CMYK
RGB Variations
Color information
#E88AD2 (or 0xE88AD2) is known color: Pale Magenta. HEX triplet: E8, 8A and D2. RGB value is (232,138,210). Sum of RGB (Red+Green+Blue) = 232+138+210=580 (76% of max value = 765). Red value is 232 (91.02% from 255 or 40% from 580); Green value is 138 (54.30% from 255 or 23.79% from 580); Blue value is 210 (82.42% from 255 or 36.21% from 580); Max value from RGB is 232 - color contains mainly: red. Hex color #E88AD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E88AD2 is #17752D. Grayscale: #AEAEAE. Windows color (decimal): -1537326 or 13798120. OLE color: 13798120.
HSL color Cylindrical-coordinate representation of color #E88AD2: hue angle of 314.04º 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 #E88AD2 is Cyan = 0, Magento = 0.41, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 138 | 210 | - |
| CMYK | 0 | 0.41 | 0.09 | 0.09 |
| HSL | 314.04º | 0.67% | 0.73% | - |
| HSV(B) | 314.04º | 0.41% | 0.91% | - |
| XYZ | 54 | 39.99 | 65.84 | - |
| YUV | 174.31 | 148.14 | 169.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 138 | 210 | 0 | 0.41 | 0.09 | 0.09 | 314.04 | 0.67 | 0.73 |
| Hex | E8 | 8A | D2 | 0 | 29 | 9 | 9 | 13A | 43 | 49 |
| Octal | 350 | 212 | 322 | 0 | 51 | 11 | 11 | 472 | 103 | 111 |
| Binary | 11101000 | 10001010 | 11010010 | 0 | 101001 | 1001 | 1001 | 100111010 | 1000011 | 1001001 |
Color Harmonies of #E88AD2
Complementary color
Monochromatic Colors of #E88AD2
Black with #E88AD2
Text Example
Text Example
White with #E88AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88AD2; }
p { color: rgb(232,138,210); }
H1.HeaderClassName
{
color: #E88AD2;
}
.AnyTagClassName
{
color: #E88AD2;
}
</style>
background-color css
<style>
a { background-color: #E88AD2; }
a { background-color: rgb(232,138,210); }
div.DivClassName
{
background-color: #E88AD2;
}
.BgClassName
{
background-color: #E88AD2;
}
</style>
border-color css
<style>
span { border-color: #E88AD2; }
span { border-color: rgb(232,138,210); }
td.TdClassName
{
border-color: #E88AD2;
}
.TagClassName
{
border-color: #E88AD2;
}
</style>