Shades of Plum #E690E0
Tints of Plum #E690E0
RGB
CMYK
RGB Variations
Color information
#E690E0 (or 0xE690E0) is known color: Plum. HEX triplet: E6, 90 and E0. RGB value is (230,144,224). Sum of RGB (Red+Green+Blue) = 230+144+224=598 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.46% from 598); Green value is 144 (56.64% from 255 or 24.08% from 598); Blue value is 224 (87.89% from 255 or 37.46% from 598); Max value from RGB is 230 - color contains mainly: red. Hex color #E690E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E690E0 is #196F1F. Grayscale: #B2B2B2. Windows color (decimal): -1666848 or 14717158. OLE color: 14717158.
HSL color Cylindrical-coordinate representation of color #E690E0: hue angle of 304.19º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E690E0 is Cyan = 0, Magento = 0.37, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 144 | 224 | - |
| CMYK | 0 | 0.37 | 0.03 | 0.10 |
| HSL | 304.19º | 0.63% | 0.73% | - |
| HSV(B) | 304.19º | 0.37% | 0.9% | - |
| XYZ | 56.06 | 42.15 | 75.7 | - |
| YUV | 178.83 | 153.49 | 164.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 144 | 224 | 0 | 0.37 | 0.03 | 0.10 | 304.19 | 0.63 | 0.73 |
| Hex | E6 | 90 | E0 | 0 | 25 | 3 | A | 130 | 3F | 49 |
| Octal | 346 | 220 | 340 | 0 | 45 | 3 | 12 | 460 | 77 | 111 |
| Binary | 11100110 | 10010000 | 11100000 | 0 | 100101 | 11 | 1010 | 100110000 | 111111 | 1001001 |
Color Harmonies of #E690E0
Complementary color
Monochromatic Colors of #E690E0
Black with #E690E0
Text Example
Text Example
White with #E690E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E690E0; }
p { color: rgb(230,144,224); }
H1.HeaderClassName
{
color: #E690E0;
}
.AnyTagClassName
{
color: #E690E0;
}
</style>
background-color css
<style>
a { background-color: #E690E0; }
a { background-color: rgb(230,144,224); }
div.DivClassName
{
background-color: #E690E0;
}
.BgClassName
{
background-color: #E690E0;
}
</style>
border-color css
<style>
span { border-color: #E690E0; }
span { border-color: rgb(230,144,224); }
td.TdClassName
{
border-color: #E690E0;
}
.TagClassName
{
border-color: #E690E0;
}
</style>