Shades of Plum #E697E4
Tints of Plum #E697E4
RGB
CMYK
RGB Variations
Color information
#E697E4 (or 0xE697E4) is known color: Plum. HEX triplet: E6, 97 and E4. RGB value is (230,151,228). Sum of RGB (Red+Green+Blue) = 230+151+228=609 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.77% from 609); Green value is 151 (59.38% from 255 or 24.79% from 609); Blue value is 228 (89.45% from 255 or 37.44% from 609); Max value from RGB is 230 - color contains mainly: red. Hex color #E697E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E697E4 is #19681B. Grayscale: #B7B7B7. Windows color (decimal): -1665052 or 14981094. OLE color: 14981094.
HSL color Cylindrical-coordinate representation of color #E697E4: hue angle of 301.52º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E697E4 is Cyan = 0, Magento = 0.34, Yellow = 0.01 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 151 | 228 | - |
| CMYK | 0 | 0.34 | 0.01 | 0.10 |
| HSL | 301.52º | 0.61% | 0.75% | - |
| HSV(B) | 301.52º | 0.34% | 0.9% | - |
| XYZ | 57.7 | 44.56 | 78.96 | - |
| YUV | 183.4 | 153.17 | 161.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 151 | 228 | 0 | 0.34 | 0.01 | 0.10 | 301.52 | 0.61 | 0.75 |
| Hex | E6 | 97 | E4 | 0 | 22 | 1 | A | 12E | 3D | 4B |
| Octal | 346 | 227 | 344 | 0 | 42 | 1 | 12 | 456 | 75 | 113 |
| Binary | 11100110 | 10010111 | 11100100 | 0 | 100010 | 1 | 1010 | 100101110 | 111101 | 1001011 |
Color Harmonies of #E697E4
Complementary color
Monochromatic Colors of #E697E4
Black with #E697E4
Text Example
Text Example
White with #E697E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E697E4; }
p { color: rgb(230,151,228); }
H1.HeaderClassName
{
color: #E697E4;
}
.AnyTagClassName
{
color: #E697E4;
}
</style>
background-color css
<style>
a { background-color: #E697E4; }
a { background-color: rgb(230,151,228); }
div.DivClassName
{
background-color: #E697E4;
}
.BgClassName
{
background-color: #E697E4;
}
</style>
border-color css
<style>
span { border-color: #E697E4; }
span { border-color: rgb(230,151,228); }
td.TdClassName
{
border-color: #E697E4;
}
.TagClassName
{
border-color: #E697E4;
}
</style>