Shades of Plum #E694E4
Tints of Plum #E694E4
RGB
CMYK
RGB Variations
Color information
#E694E4 (or 0xE694E4) is known color: Plum. HEX triplet: E6, 94 and E4. RGB value is (230,148,228). Sum of RGB (Red+Green+Blue) = 230+148+228=606 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.95% from 606); Green value is 148 (58.20% from 255 or 24.42% from 606); Blue value is 228 (89.45% from 255 or 37.62% from 606); Max value from RGB is 230 - color contains mainly: red. Hex color #E694E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E694E4 is #196B1B. Grayscale: #B5B5B5. Windows color (decimal): -1665820 or 14980326. OLE color: 14980326.
HSL color Cylindrical-coordinate representation of color #E694E4: hue angle of 301.46º 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 #E694E4 is Cyan = 0, Magento = 0.36, Yellow = 0.01 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 148 | 228 | - |
| CMYK | 0 | 0.36 | 0.01 | 0.10 |
| HSL | 301.46º | 0.62% | 0.74% | - |
| HSV(B) | 301.46º | 0.36% | 0.9% | - |
| XYZ | 57.23 | 43.6 | 78.8 | - |
| YUV | 181.64 | 154.17 | 162.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 148 | 228 | 0 | 0.36 | 0.01 | 0.10 | 301.46 | 0.62 | 0.74 |
| Hex | E6 | 94 | E4 | 0 | 24 | 1 | A | 12D | 3E | 4A |
| Octal | 346 | 224 | 344 | 0 | 44 | 1 | 12 | 455 | 76 | 112 |
| Binary | 11100110 | 10010100 | 11100100 | 0 | 100100 | 1 | 1010 | 100101101 | 111110 | 1001010 |
Color Harmonies of #E694E4
Complementary color
Monochromatic Colors of #E694E4
Black with #E694E4
Text Example
Text Example
White with #E694E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E694E4; }
p { color: rgb(230,148,228); }
H1.HeaderClassName
{
color: #E694E4;
}
.AnyTagClassName
{
color: #E694E4;
}
</style>
background-color css
<style>
a { background-color: #E694E4; }
a { background-color: rgb(230,148,228); }
div.DivClassName
{
background-color: #E694E4;
}
.BgClassName
{
background-color: #E694E4;
}
</style>
border-color css
<style>
span { border-color: #E694E4; }
span { border-color: rgb(230,148,228); }
td.TdClassName
{
border-color: #E694E4;
}
.TagClassName
{
border-color: #E694E4;
}
</style>