Shades of Plum #E18AD2
Tints of Plum #E18AD2
RGB
CMYK
RGB Variations
Color information
#E18AD2 (or 0xE18AD2) is known color: Plum. HEX triplet: E1, 8A and D2. RGB value is (225,138,210). Sum of RGB (Red+Green+Blue) = 225+138+210=573 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.27% from 573); Green value is 138 (54.30% from 255 or 24.08% from 573); Blue value is 210 (82.42% from 255 or 36.65% from 573); Max value from RGB is 225 - color contains mainly: red. Hex color #E18AD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E18AD2 is #1E752D. Grayscale: #ACACAC. Windows color (decimal): -1996078 or 13798113. OLE color: 13798113.
HSL color Cylindrical-coordinate representation of color #E18AD2: hue angle of 310.34º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E18AD2 is Cyan = 0, Magento = 0.39, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 138 | 210 | - |
| CMYK | 0 | 0.39 | 0.07 | 0.12 |
| HSL | 310.34º | 0.59% | 0.71% | - |
| HSV(B) | 310.34º | 0.39% | 0.88% | - |
| XYZ | 51.77 | 38.84 | 65.74 | - |
| YUV | 172.22 | 149.32 | 165.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 138 | 210 | 0 | 0.39 | 0.07 | 0.12 | 310.34 | 0.59 | 0.71 |
| Hex | E1 | 8A | D2 | 0 | 27 | 7 | C | 136 | 3B | 47 |
| Octal | 341 | 212 | 322 | 0 | 47 | 7 | 14 | 466 | 73 | 107 |
| Binary | 11100001 | 10001010 | 11010010 | 0 | 100111 | 111 | 1100 | 100110110 | 111011 | 1000111 |
Color Harmonies of #E18AD2
Complementary color
Monochromatic Colors of #E18AD2
Black with #E18AD2
Text Example
Text Example
White with #E18AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18AD2; }
p { color: rgb(225,138,210); }
H1.HeaderClassName
{
color: #E18AD2;
}
.AnyTagClassName
{
color: #E18AD2;
}
</style>
background-color css
<style>
a { background-color: #E18AD2; }
a { background-color: rgb(225,138,210); }
div.DivClassName
{
background-color: #E18AD2;
}
.BgClassName
{
background-color: #E18AD2;
}
</style>
border-color css
<style>
span { border-color: #E18AD2; }
span { border-color: rgb(225,138,210); }
td.TdClassName
{
border-color: #E18AD2;
}
.TagClassName
{
border-color: #E18AD2;
}
</style>