Shades of Plum #E698D3
Tints of Plum #E698D3
RGB
CMYK
RGB Variations
Color information
#E698D3 (or 0xE698D3) is known color: Plum. HEX triplet: E6, 98 and D3. RGB value is (230,152,211). Sum of RGB (Red+Green+Blue) = 230+152+211=593 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.79% from 593); Green value is 152 (59.77% from 255 or 25.63% from 593); Blue value is 211 (82.81% from 255 or 35.58% from 593); Max value from RGB is 230 - color contains mainly: red. Hex color #E698D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E698D3 is #19672C. Grayscale: #B5B5B5. Windows color (decimal): -1664813 or 13867238. OLE color: 13867238.
HSL color Cylindrical-coordinate representation of color #E698D3: hue angle of 314.62º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E698D3 is Cyan = 0, Magento = 0.34, Yellow = 0.08 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 152 | 211 | - |
| CMYK | 0 | 0.34 | 0.08 | 0.10 |
| HSL | 314.62º | 0.61% | 0.75% | - |
| HSV(B) | 314.62º | 0.34% | 0.9% | - |
| XYZ | 55.62 | 43.98 | 67.19 | - |
| YUV | 182.05 | 144.34 | 162.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 152 | 211 | 0 | 0.34 | 0.08 | 0.10 | 314.62 | 0.61 | 0.75 |
| Hex | E6 | 98 | D3 | 0 | 22 | 8 | A | 13B | 3D | 4B |
| Octal | 346 | 230 | 323 | 0 | 42 | 10 | 12 | 473 | 75 | 113 |
| Binary | 11100110 | 10011000 | 11010011 | 0 | 100010 | 1000 | 1010 | 100111011 | 111101 | 1001011 |
Color Harmonies of #E698D3
Complementary color
Monochromatic Colors of #E698D3
Black with #E698D3
Text Example
Text Example
White with #E698D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E698D3; }
p { color: rgb(230,152,211); }
H1.HeaderClassName
{
color: #E698D3;
}
.AnyTagClassName
{
color: #E698D3;
}
</style>
background-color css
<style>
a { background-color: #E698D3; }
a { background-color: rgb(230,152,211); }
div.DivClassName
{
background-color: #E698D3;
}
.BgClassName
{
background-color: #E698D3;
}
</style>
border-color css
<style>
span { border-color: #E698D3; }
span { border-color: rgb(230,152,211); }
td.TdClassName
{
border-color: #E698D3;
}
.TagClassName
{
border-color: #E698D3;
}
</style>