Shades of Plum #E699F0
Tints of Plum #E699F0
RGB
CMYK
RGB Variations
Color information
#E699F0 (or 0xE699F0) is known color: Plum. HEX triplet: E6, 99 and F0. RGB value is (230,153,240). Sum of RGB (Red+Green+Blue) = 230+153+240=623 (82% of max value = 765). Red value is 230 (90.23% from 255 or 36.92% from 623); Green value is 153 (60.16% from 255 or 24.56% from 623); Blue value is 240 (94.14% from 255 or 38.52% from 623); Max value from RGB is 240 - color contains mainly: blue. Hex color #E699F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E699F0 is #19660F. Grayscale: #B9B9B9. Windows color (decimal): -1664528 or 15768038. OLE color: 15768038.
HSL color Cylindrical-coordinate representation of color #E699F0: hue angle of 293.1º degrees, saturation: 0.74, 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 #E699F0 is Cyan = 0.04, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 230 | 153 | 240 | - |
| CMYK | 0.04 | 0.36 | 0 | 0.06 |
| HSL | 293.1º | 0.74% | 0.77% | - |
| HSV(B) | 293.1º | 0.36% | 0.94% | - |
| XYZ | 59.75 | 45.9 | 88.15 | - |
| YUV | 185.94 | 158.51 | 159.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 153 | 240 | 0.04 | 0.36 | 0 | 0.06 | 293.1 | 0.74 | 0.77 |
| Hex | E6 | 99 | F0 | 4 | 24 | 0 | 6 | 125 | 4A | 4D |
| Octal | 346 | 231 | 360 | 4 | 44 | 0 | 6 | 445 | 112 | 115 |
| Binary | 11100110 | 10011001 | 11110000 | 100 | 100100 | 0 | 110 | 100100101 | 1001010 | 1001101 |
Color Harmonies of #E699F0
Complementary color
Monochromatic Colors of #E699F0
Black with #E699F0
Text Example
Text Example
White with #E699F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E699F0; }
p { color: rgb(230,153,240); }
H1.HeaderClassName
{
color: #E699F0;
}
.AnyTagClassName
{
color: #E699F0;
}
</style>
background-color css
<style>
a { background-color: #E699F0; }
a { background-color: rgb(230,153,240); }
div.DivClassName
{
background-color: #E699F0;
}
.BgClassName
{
background-color: #E699F0;
}
</style>
border-color css
<style>
span { border-color: #E699F0; }
span { border-color: rgb(230,153,240); }
td.TdClassName
{
border-color: #E699F0;
}
.TagClassName
{
border-color: #E699F0;
}
</style>