Shades of Plum #E699D4
Tints of Plum #E699D4
RGB
CMYK
RGB Variations
Color information
#E699D4 (or 0xE699D4) is known color: Plum. HEX triplet: E6, 99 and D4. RGB value is (230,153,212). Sum of RGB (Red+Green+Blue) = 230+153+212=595 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.66% from 595); Green value is 153 (60.16% from 255 or 25.71% from 595); Blue value is 212 (83.20% from 255 or 35.63% from 595); Max value from RGB is 230 - color contains mainly: red. Hex color #E699D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E699D4 is #19662B. Grayscale: #B6B6B6. Windows color (decimal): -1664556 or 13933030. OLE color: 13933030.
HSL color Cylindrical-coordinate representation of color #E699D4: hue angle of 314.03º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E699D4 is Cyan = 0, Magento = 0.33, Yellow = 0.08 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 153 | 212 | - |
| CMYK | 0 | 0.33 | 0.08 | 0.10 |
| HSL | 314.03º | 0.61% | 0.75% | - |
| HSV(B) | 314.03º | 0.33% | 0.9% | - |
| XYZ | 55.91 | 44.36 | 67.9 | - |
| YUV | 182.75 | 144.51 | 161.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 153 | 212 | 0 | 0.33 | 0.08 | 0.10 | 314.03 | 0.61 | 0.75 |
| Hex | E6 | 99 | D4 | 0 | 21 | 8 | A | 13A | 3D | 4B |
| Octal | 346 | 231 | 324 | 0 | 41 | 10 | 12 | 472 | 75 | 113 |
| Binary | 11100110 | 10011001 | 11010100 | 0 | 100001 | 1000 | 1010 | 100111010 | 111101 | 1001011 |
Color Harmonies of #E699D4
Complementary color
Monochromatic Colors of #E699D4
Black with #E699D4
Text Example
Text Example
White with #E699D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E699D4; }
p { color: rgb(230,153,212); }
H1.HeaderClassName
{
color: #E699D4;
}
.AnyTagClassName
{
color: #E699D4;
}
</style>
background-color css
<style>
a { background-color: #E699D4; }
a { background-color: rgb(230,153,212); }
div.DivClassName
{
background-color: #E699D4;
}
.BgClassName
{
background-color: #E699D4;
}
</style>
border-color css
<style>
span { border-color: #E699D4; }
span { border-color: rgb(230,153,212); }
td.TdClassName
{
border-color: #E699D4;
}
.TagClassName
{
border-color: #E699D4;
}
</style>