Shades of Plum #E596E6
Tints of Plum #E596E6
RGB
CMYK
RGB Variations
Color information
#E596E6 (or 0xE596E6) is known color: Plum. HEX triplet: E5, 96 and E6. RGB value is (229,150,230). Sum of RGB (Red+Green+Blue) = 229+150+230=609 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.60% from 609); Green value is 150 (58.98% from 255 or 24.63% from 609); Blue value is 230 (90.23% from 255 or 37.77% from 609); Max value from RGB is 230 - color contains mainly: blue. Hex color #E596E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E596E6 is #1A6919. Grayscale: #B6B6B6. Windows color (decimal): -1730842 or 15111909. OLE color: 15111909.
HSL color Cylindrical-coordinate representation of color #E596E6: hue angle of 299.25º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E596E6 is Cyan = 0.00, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 150 | 230 | - |
| CMYK | 0.00 | 0.35 | 0 | 0.10 |
| HSL | 299.25º | 0.62% | 0.75% | - |
| HSV(B) | 299.25º | 0.35% | 0.9% | - |
| XYZ | 57.5 | 44.18 | 80.36 | - |
| YUV | 182.74 | 154.67 | 161 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 150 | 230 | 0.00 | 0.35 | 0 | 0.10 | 299.25 | 0.62 | 0.75 |
| Hex | E5 | 96 | E6 | 0 | 23 | 0 | A | 12B | 3E | 4B |
| Octal | 345 | 226 | 346 | 0 | 43 | 0 | 12 | 453 | 76 | 113 |
| Binary | 11100101 | 10010110 | 11100110 | 0 | 100011 | 0 | 1010 | 100101011 | 111110 | 1001011 |
Color Harmonies of #E596E6
Complementary color
Monochromatic Colors of #E596E6
Black with #E596E6
Text Example
Text Example
White with #E596E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E596E6; }
p { color: rgb(229,150,230); }
H1.HeaderClassName
{
color: #E596E6;
}
.AnyTagClassName
{
color: #E596E6;
}
</style>
background-color css
<style>
a { background-color: #E596E6; }
a { background-color: rgb(229,150,230); }
div.DivClassName
{
background-color: #E596E6;
}
.BgClassName
{
background-color: #E596E6;
}
</style>
border-color css
<style>
span { border-color: #E596E6; }
span { border-color: rgb(229,150,230); }
td.TdClassName
{
border-color: #E596E6;
}
.TagClassName
{
border-color: #E596E6;
}
</style>