Shades of Plum #E69FEA
Tints of Plum #E69FEA
RGB
CMYK
RGB Variations
Color information
#E69FEA (or 0xE69FEA) is known color: Plum. HEX triplet: E6, 9F and EA. RGB value is (230,159,234). Sum of RGB (Red+Green+Blue) = 230+159+234=623 (82% of max value = 765). Red value is 230 (90.23% from 255 or 36.92% from 623); Green value is 159 (62.5% from 255 or 25.52% from 623); Blue value is 234 (91.80% from 255 or 37.56% from 623); Max value from RGB is 234 - color contains mainly: blue. Hex color #E69FEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E69FEA is #196015. Grayscale: #BCBCBC. Windows color (decimal): -1662998 or 15376358. OLE color: 15376358.
HSL color Cylindrical-coordinate representation of color #E69FEA: hue angle of 296.8º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E69FEA is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 230 | 159 | 234 | - |
| CMYK | 0.02 | 0.32 | 0 | 0.08 |
| HSL | 296.8º | 0.64% | 0.77% | - |
| HSV(B) | 296.8º | 0.32% | 0.92% | - |
| XYZ | 59.88 | 47.56 | 83.87 | - |
| YUV | 188.78 | 153.52 | 157.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 159 | 234 | 0.02 | 0.32 | 0 | 0.08 | 296.8 | 0.64 | 0.77 |
| Hex | E6 | 9F | EA | 2 | 20 | 0 | 8 | 129 | 40 | 4D |
| Octal | 346 | 237 | 352 | 2 | 40 | 0 | 10 | 451 | 100 | 115 |
| Binary | 11100110 | 10011111 | 11101010 | 10 | 100000 | 0 | 1000 | 100101001 | 1000000 | 1001101 |
Color Harmonies of #E69FEA
Complementary color
Monochromatic Colors of #E69FEA
Black with #E69FEA
Text Example
Text Example
White with #E69FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69FEA; }
p { color: rgb(230,159,234); }
H1.HeaderClassName
{
color: #E69FEA;
}
.AnyTagClassName
{
color: #E69FEA;
}
</style>
background-color css
<style>
a { background-color: #E69FEA; }
a { background-color: rgb(230,159,234); }
div.DivClassName
{
background-color: #E69FEA;
}
.BgClassName
{
background-color: #E69FEA;
}
</style>
border-color css
<style>
span { border-color: #E69FEA; }
span { border-color: rgb(230,159,234); }
td.TdClassName
{
border-color: #E69FEA;
}
.TagClassName
{
border-color: #E69FEA;
}
</style>