Shades of Plum #E097E8
Tints of Plum #E097E8
RGB
CMYK
RGB Variations
Color information
#E097E8 (or 0xE097E8) is known color: Plum. HEX triplet: E0, 97 and E8. RGB value is (224,151,232). Sum of RGB (Red+Green+Blue) = 224+151+232=607 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.90% from 607); Green value is 151 (59.38% from 255 or 24.88% 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 #E097E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E097E8 is #1F6817. Grayscale: #B5B5B5. Windows color (decimal): -2058264 or 15243232. OLE color: 15243232.
HSL color Cylindrical-coordinate representation of color #E097E8: hue angle of 294.07º degrees, saturation: 0.64, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E097E8 is Cyan = 0.03, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 224 | 151 | 232 | - |
| CMYK | 0.03 | 0.35 | 0 | 0.09 |
| HSL | 294.07º | 0.64% | 0.75% | - |
| HSV(B) | 294.07º | 0.35% | 0.91% | - |
| XYZ | 56.37 | 43.81 | 81.83 | - |
| YUV | 182.06 | 156.18 | 157.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 151 | 232 | 0.03 | 0.35 | 0 | 0.09 | 294.07 | 0.64 | 0.75 |
| Hex | E0 | 97 | E8 | 3 | 23 | 0 | 9 | 126 | 40 | 4B |
| Octal | 340 | 227 | 350 | 3 | 43 | 0 | 11 | 446 | 100 | 113 |
| Binary | 11100000 | 10010111 | 11101000 | 11 | 100011 | 0 | 1001 | 100100110 | 1000000 | 1001011 |
Color Harmonies of #E097E8
Complementary color
Monochromatic Colors of #E097E8
Black with #E097E8
Text Example
Text Example
White with #E097E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E097E8; }
p { color: rgb(224,151,232); }
H1.HeaderClassName
{
color: #E097E8;
}
.AnyTagClassName
{
color: #E097E8;
}
</style>
background-color css
<style>
a { background-color: #E097E8; }
a { background-color: rgb(224,151,232); }
div.DivClassName
{
background-color: #E097E8;
}
.BgClassName
{
background-color: #E097E8;
}
</style>
border-color css
<style>
span { border-color: #E097E8; }
span { border-color: rgb(224,151,232); }
td.TdClassName
{
border-color: #E097E8;
}
.TagClassName
{
border-color: #E097E8;
}
</style>