Shades of Plum #E69BF2
Tints of Plum #E69BF2
RGB
CMYK
RGB Variations
Color information
#E69BF2 (or 0xE69BF2) is known color: Plum. HEX triplet: E6, 9B and F2. RGB value is (230,155,242). Sum of RGB (Red+Green+Blue) = 230+155+242=627 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.68% from 627); Green value is 155 (60.94% from 255 or 24.72% from 627); Blue value is 242 (94.92% from 255 or 38.60% from 627); Max value from RGB is 242 - color contains mainly: blue. Hex color #E69BF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E69BF2 is #19640D. Grayscale: #BBBBBB. Windows color (decimal): -1664014 or 15899622. OLE color: 15899622.
HSL color Cylindrical-coordinate representation of color #E69BF2: hue angle of 291.72º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E69BF2 is Cyan = 0.05, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 230 | 155 | 242 | - |
| CMYK | 0.05 | 0.36 | 0 | 0.05 |
| HSL | 291.72º | 0.77% | 0.78% | - |
| HSV(B) | 291.72º | 0.36% | 0.95% | - |
| XYZ | 60.38 | 46.68 | 89.83 | - |
| YUV | 187.34 | 158.85 | 158.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 155 | 242 | 0.05 | 0.36 | 0 | 0.05 | 291.72 | 0.77 | 0.78 |
| Hex | E6 | 9B | F2 | 5 | 24 | 0 | 5 | 124 | 4D | 4E |
| Octal | 346 | 233 | 362 | 5 | 44 | 0 | 5 | 444 | 115 | 116 |
| Binary | 11100110 | 10011011 | 11110010 | 101 | 100100 | 0 | 101 | 100100100 | 1001101 | 1001110 |
Color Harmonies of #E69BF2
Complementary color
Monochromatic Colors of #E69BF2
Black with #E69BF2
Text Example
Text Example
White with #E69BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69BF2; }
p { color: rgb(230,155,242); }
H1.HeaderClassName
{
color: #E69BF2;
}
.AnyTagClassName
{
color: #E69BF2;
}
</style>
background-color css
<style>
a { background-color: #E69BF2; }
a { background-color: rgb(230,155,242); }
div.DivClassName
{
background-color: #E69BF2;
}
.BgClassName
{
background-color: #E69BF2;
}
</style>
border-color css
<style>
span { border-color: #E69BF2; }
span { border-color: rgb(230,155,242); }
td.TdClassName
{
border-color: #E69BF2;
}
.TagClassName
{
border-color: #E69BF2;
}
</style>