Shades of Plum #E69CEB
Tints of Plum #E69CEB
RGB
CMYK
RGB Variations
Color information
#E69CEB (or 0xE69CEB) is known color: Plum. HEX triplet: E6, 9C and EB. RGB value is (230,156,235). Sum of RGB (Red+Green+Blue) = 230+156+235=621 (82% of max value = 765). Red value is 230 (90.23% from 255 or 37.04% from 621); Green value is 156 (61.33% from 255 or 25.12% from 621); Blue value is 235 (92.19% from 255 or 37.84% from 621); Max value from RGB is 235 - color contains mainly: blue. Hex color #E69CEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E69CEB is #196314. Grayscale: #BABABA. Windows color (decimal): -1663765 or 15441126. OLE color: 15441126.
HSL color Cylindrical-coordinate representation of color #E69CEB: hue angle of 296.2º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E69CEB is Cyan = 0.02, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 230 | 156 | 235 | - |
| CMYK | 0.02 | 0.34 | 0 | 0.08 |
| HSL | 296.2º | 0.66% | 0.77% | - |
| HSV(B) | 296.2º | 0.34% | 0.92% | - |
| XYZ | 59.52 | 46.6 | 84.45 | - |
| YUV | 187.13 | 155.02 | 158.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 156 | 235 | 0.02 | 0.34 | 0 | 0.08 | 296.2 | 0.66 | 0.77 |
| Hex | E6 | 9C | EB | 2 | 22 | 0 | 8 | 128 | 42 | 4D |
| Octal | 346 | 234 | 353 | 2 | 42 | 0 | 10 | 450 | 102 | 115 |
| Binary | 11100110 | 10011100 | 11101011 | 10 | 100010 | 0 | 1000 | 100101000 | 1000010 | 1001101 |
Color Harmonies of #E69CEB
Complementary color
Monochromatic Colors of #E69CEB
Black with #E69CEB
Text Example
Text Example
White with #E69CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69CEB; }
p { color: rgb(230,156,235); }
H1.HeaderClassName
{
color: #E69CEB;
}
.AnyTagClassName
{
color: #E69CEB;
}
</style>
background-color css
<style>
a { background-color: #E69CEB; }
a { background-color: rgb(230,156,235); }
div.DivClassName
{
background-color: #E69CEB;
}
.BgClassName
{
background-color: #E69CEB;
}
</style>
border-color css
<style>
span { border-color: #E69CEB; }
span { border-color: rgb(230,156,235); }
td.TdClassName
{
border-color: #E69CEB;
}
.TagClassName
{
border-color: #E69CEB;
}
</style>