Shades of Plum #E694E5
Tints of Plum #E694E5
RGB
CMYK
RGB Variations
Color information
#E694E5 (or 0xE694E5) is known color: Plum. HEX triplet: E6, 94 and E5. RGB value is (230,148,229). Sum of RGB (Red+Green+Blue) = 230+148+229=607 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.89% from 607); Green value is 148 (58.20% from 255 or 24.38% from 607); Blue value is 229 (89.84% from 255 or 37.73% from 607); Max value from RGB is 230 - color contains mainly: red. Hex color #E694E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E694E5 is #196B1A. Grayscale: #B5B5B5. Windows color (decimal): -1665819 or 15045862. OLE color: 15045862.
HSL color Cylindrical-coordinate representation of color #E694E5: hue angle of 300.73º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E694E5 is Cyan = 0, Magento = 0.36, Yellow = 0.00 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 148 | 229 | - |
| CMYK | 0 | 0.36 | 0.00 | 0.10 |
| HSL | 300.73º | 0.62% | 0.74% | - |
| HSV(B) | 300.73º | 0.36% | 0.9% | - |
| XYZ | 57.37 | 43.66 | 79.53 | - |
| YUV | 181.75 | 154.67 | 162.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 148 | 229 | 0 | 0.36 | 0.00 | 0.10 | 300.73 | 0.62 | 0.74 |
| Hex | E6 | 94 | E5 | 0 | 24 | 0 | A | 12D | 3E | 4A |
| Octal | 346 | 224 | 345 | 0 | 44 | 0 | 12 | 455 | 76 | 112 |
| Binary | 11100110 | 10010100 | 11100101 | 0 | 100100 | 0 | 1010 | 100101101 | 111110 | 1001010 |
Color Harmonies of #E694E5
Complementary color
Monochromatic Colors of #E694E5
Black with #E694E5
Text Example
Text Example
White with #E694E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E694E5; }
p { color: rgb(230,148,229); }
H1.HeaderClassName
{
color: #E694E5;
}
.AnyTagClassName
{
color: #E694E5;
}
</style>
background-color css
<style>
a { background-color: #E694E5; }
a { background-color: rgb(230,148,229); }
div.DivClassName
{
background-color: #E694E5;
}
.BgClassName
{
background-color: #E694E5;
}
</style>
border-color css
<style>
span { border-color: #E694E5; }
span { border-color: rgb(230,148,229); }
td.TdClassName
{
border-color: #E694E5;
}
.TagClassName
{
border-color: #E694E5;
}
</style>