Shades of Plum #E295E8
Tints of Plum #E295E8
RGB
CMYK
RGB Variations
Color information
#E295E8 (or 0xE295E8) is known color: Plum. HEX triplet: E2, 95 and E8. RGB value is (226,149,232). Sum of RGB (Red+Green+Blue) = 226+149+232=607 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.23% from 607); Green value is 149 (58.59% from 255 or 24.55% from 607); Blue value is 232 (91.02% from 255 or 38.22% from 607); Max value from RGB is 232 - color contains mainly: blue. Hex color #E295E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E295E8 is #1D6A17. Grayscale: #B5B5B5. Windows color (decimal): -1927704 or 15242722. OLE color: 15242722.
HSL color Cylindrical-coordinate representation of color #E295E8: hue angle of 295.66º degrees, saturation: 0.64, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E295E8 is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 226 | 149 | 232 | - |
| CMYK | 0.03 | 0.36 | 0 | 0.09 |
| HSL | 295.66º | 0.64% | 0.75% | - |
| HSV(B) | 295.66º | 0.36% | 0.91% | - |
| XYZ | 56.68 | 43.49 | 81.75 | - |
| YUV | 181.49 | 156.51 | 159.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 149 | 232 | 0.03 | 0.36 | 0 | 0.09 | 295.66 | 0.64 | 0.75 |
| Hex | E2 | 95 | E8 | 3 | 24 | 0 | 9 | 128 | 40 | 4B |
| Octal | 342 | 225 | 350 | 3 | 44 | 0 | 11 | 450 | 100 | 113 |
| Binary | 11100010 | 10010101 | 11101000 | 11 | 100100 | 0 | 1001 | 100101000 | 1000000 | 1001011 |
Color Harmonies of #E295E8
Complementary color
Monochromatic Colors of #E295E8
Black with #E295E8
Text Example
Text Example
White with #E295E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E295E8; }
p { color: rgb(226,149,232); }
H1.HeaderClassName
{
color: #E295E8;
}
.AnyTagClassName
{
color: #E295E8;
}
</style>
background-color css
<style>
a { background-color: #E295E8; }
a { background-color: rgb(226,149,232); }
div.DivClassName
{
background-color: #E295E8;
}
.BgClassName
{
background-color: #E295E8;
}
</style>
border-color css
<style>
span { border-color: #E295E8; }
span { border-color: rgb(226,149,232); }
td.TdClassName
{
border-color: #E295E8;
}
.TagClassName
{
border-color: #E295E8;
}
</style>