Shades of Plum #E699EF
Tints of Plum #E699EF
RGB
CMYK
RGB Variations
Color information
#E699EF (or 0xE699EF) is known color: Plum. HEX triplet: E6, 99 and EF. RGB value is (230,153,239). Sum of RGB (Red+Green+Blue) = 230+153+239=622 (82% of max value = 765). Red value is 230 (90.23% from 255 or 36.98% from 622); Green value is 153 (60.16% from 255 or 24.60% from 622); Blue value is 239 (93.75% from 255 or 38.42% from 622); Max value from RGB is 239 - color contains mainly: blue. Hex color #E699EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E699EF is #196610. Grayscale: #B9B9B9. Windows color (decimal): -1664529 or 15702502. OLE color: 15702502.
HSL color Cylindrical-coordinate representation of color #E699EF: hue angle of 293.72º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E699EF is Cyan = 0.04, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 230 | 153 | 239 | - |
| CMYK | 0.04 | 0.36 | 0 | 0.06 |
| HSL | 293.72º | 0.73% | 0.77% | - |
| HSV(B) | 293.72º | 0.36% | 0.94% | - |
| XYZ | 59.6 | 45.84 | 87.37 | - |
| YUV | 185.83 | 158.01 | 159.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 153 | 239 | 0.04 | 0.36 | 0 | 0.06 | 293.72 | 0.73 | 0.77 |
| Hex | E6 | 99 | EF | 4 | 24 | 0 | 6 | 126 | 49 | 4D |
| Octal | 346 | 231 | 357 | 4 | 44 | 0 | 6 | 446 | 111 | 115 |
| Binary | 11100110 | 10011001 | 11101111 | 100 | 100100 | 0 | 110 | 100100110 | 1001001 | 1001101 |
Color Harmonies of #E699EF
Complementary color
Monochromatic Colors of #E699EF
Black with #E699EF
Text Example
Text Example
White with #E699EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E699EF; }
p { color: rgb(230,153,239); }
H1.HeaderClassName
{
color: #E699EF;
}
.AnyTagClassName
{
color: #E699EF;
}
</style>
background-color css
<style>
a { background-color: #E699EF; }
a { background-color: rgb(230,153,239); }
div.DivClassName
{
background-color: #E699EF;
}
.BgClassName
{
background-color: #E699EF;
}
</style>
border-color css
<style>
span { border-color: #E699EF; }
span { border-color: rgb(230,153,239); }
td.TdClassName
{
border-color: #E699EF;
}
.TagClassName
{
border-color: #E699EF;
}
</style>