Shades of Plum #E694D4
Tints of Plum #E694D4
RGB
CMYK
RGB Variations
Color information
#E694D4 (or 0xE694D4) is known color: Plum. HEX triplet: E6, 94 and D4. RGB value is (230,148,212). Sum of RGB (Red+Green+Blue) = 230+148+212=590 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.98% from 590); Green value is 148 (58.20% from 255 or 25.08% from 590); Blue value is 212 (83.20% from 255 or 35.93% from 590); Max value from RGB is 230 - color contains mainly: red. Hex color #E694D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E694D4 is #196B2B. Grayscale: #B3B3B3. Windows color (decimal): -1665836 or 13931750. OLE color: 13931750.
HSL color Cylindrical-coordinate representation of color #E694D4: hue angle of 313.17º 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 #E694D4 is Cyan = 0, Magento = 0.36, Yellow = 0.08 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 148 | 212 | - |
| CMYK | 0 | 0.36 | 0.08 | 0.10 |
| HSL | 313.17º | 0.62% | 0.74% | - |
| HSV(B) | 313.17º | 0.36% | 0.9% | - |
| XYZ | 55.11 | 42.76 | 67.64 | - |
| YUV | 179.81 | 146.17 | 163.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 148 | 212 | 0 | 0.36 | 0.08 | 0.10 | 313.17 | 0.62 | 0.74 |
| Hex | E6 | 94 | D4 | 0 | 24 | 8 | A | 139 | 3E | 4A |
| Octal | 346 | 224 | 324 | 0 | 44 | 10 | 12 | 471 | 76 | 112 |
| Binary | 11100110 | 10010100 | 11010100 | 0 | 100100 | 1000 | 1010 | 100111001 | 111110 | 1001010 |
Color Harmonies of #E694D4
Complementary color
Monochromatic Colors of #E694D4
Black with #E694D4
Text Example
Text Example
White with #E694D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E694D4; }
p { color: rgb(230,148,212); }
H1.HeaderClassName
{
color: #E694D4;
}
.AnyTagClassName
{
color: #E694D4;
}
</style>
background-color css
<style>
a { background-color: #E694D4; }
a { background-color: rgb(230,148,212); }
div.DivClassName
{
background-color: #E694D4;
}
.BgClassName
{
background-color: #E694D4;
}
</style>
border-color css
<style>
span { border-color: #E694D4; }
span { border-color: rgb(230,148,212); }
td.TdClassName
{
border-color: #E694D4;
}
.TagClassName
{
border-color: #E694D4;
}
</style>