Shades of Plum #E795E8
Tints of Plum #E795E8
RGB
CMYK
RGB Variations
Color information
#E795E8 (or 0xE795E8) is known color: Plum. HEX triplet: E7, 95 and E8. RGB value is (231,149,232). Sum of RGB (Red+Green+Blue) = 231+149+232=612 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.75% from 612); Green value is 149 (58.59% from 255 or 24.35% from 612); Blue value is 232 (91.02% from 255 or 37.91% from 612); Max value from RGB is 232 - color contains mainly: blue. Hex color #E795E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E795E8 is #186A17. Grayscale: #B6B6B6. Windows color (decimal): -1600024 or 15242727. OLE color: 15242727.
HSL color Cylindrical-coordinate representation of color #E795E8: hue angle of 299.28º 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 #E795E8 is Cyan = 0.00, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 149 | 232 | - |
| CMYK | 0.00 | 0.36 | 0 | 0.09 |
| HSL | 299.28º | 0.64% | 0.75% | - |
| HSV(B) | 299.28º | 0.36% | 0.91% | - |
| XYZ | 58.27 | 44.31 | 81.83 | - |
| YUV | 182.98 | 155.67 | 162.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 149 | 232 | 0.00 | 0.36 | 0 | 0.09 | 299.28 | 0.64 | 0.75 |
| Hex | E7 | 95 | E8 | 0 | 24 | 0 | 9 | 12B | 40 | 4B |
| Octal | 347 | 225 | 350 | 0 | 44 | 0 | 11 | 453 | 100 | 113 |
| Binary | 11100111 | 10010101 | 11101000 | 0 | 100100 | 0 | 1001 | 100101011 | 1000000 | 1001011 |
Color Harmonies of #E795E8
Complementary color
Monochromatic Colors of #E795E8
Black with #E795E8
Text Example
Text Example
White with #E795E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E795E8; }
p { color: rgb(231,149,232); }
H1.HeaderClassName
{
color: #E795E8;
}
.AnyTagClassName
{
color: #E795E8;
}
</style>
background-color css
<style>
a { background-color: #E795E8; }
a { background-color: rgb(231,149,232); }
div.DivClassName
{
background-color: #E795E8;
}
.BgClassName
{
background-color: #E795E8;
}
</style>
border-color css
<style>
span { border-color: #E795E8; }
span { border-color: rgb(231,149,232); }
td.TdClassName
{
border-color: #E795E8;
}
.TagClassName
{
border-color: #E795E8;
}
</style>