Shades of Violet #E97DDE
Tints of Violet #E97DDE
RGB
CMYK
RGB Variations
Color information
#E97DDE (or 0xE97DDE) is known color: Violet. HEX triplet: E9, 7D and DE. RGB value is (233,125,222). Sum of RGB (Red+Green+Blue) = 233+125+222=580 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.17% from 580); Green value is 125 (49.22% from 255 or 21.55% from 580); Blue value is 222 (87.11% from 255 or 38.28% from 580); Max value from RGB is 233 - color contains mainly: red. Hex color #E97DDE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E97DDE is #168221. Grayscale: #A8A8A8. Windows color (decimal): -1475106 or 14581225. OLE color: 14581225.
HSL color Cylindrical-coordinate representation of color #E97DDE: hue angle of 306.11º degrees, saturation: 0.71, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E97DDE is Cyan = 0, Magento = 0.46, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 125 | 222 | - |
| CMYK | 0 | 0.46 | 0.05 | 0.09 |
| HSL | 306.11º | 0.71% | 0.7% | - |
| HSV(B) | 306.11º | 0.46% | 0.91% | - |
| XYZ | 54.12 | 37.26 | 73.45 | - |
| YUV | 168.35 | 158.28 | 174.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 125 | 222 | 0 | 0.46 | 0.05 | 0.09 | 306.11 | 0.71 | 0.7 |
| Hex | E9 | 7D | DE | 0 | 2E | 5 | 9 | 132 | 47 | 46 |
| Octal | 351 | 175 | 336 | 0 | 56 | 5 | 11 | 462 | 107 | 106 |
| Binary | 11101001 | 1111101 | 11011110 | 0 | 101110 | 101 | 1001 | 100110010 | 1000111 | 1000110 |
Color Harmonies of #E97DDE
Complementary color
Monochromatic Colors of #E97DDE
Black with #E97DDE
Text Example
Text Example
White with #E97DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E97DDE; }
p { color: rgb(233,125,222); }
H1.HeaderClassName
{
color: #E97DDE;
}
.AnyTagClassName
{
color: #E97DDE;
}
</style>
background-color css
<style>
a { background-color: #E97DDE; }
a { background-color: rgb(233,125,222); }
div.DivClassName
{
background-color: #E97DDE;
}
.BgClassName
{
background-color: #E97DDE;
}
</style>
border-color css
<style>
span { border-color: #E97DDE; }
span { border-color: rgb(233,125,222); }
td.TdClassName
{
border-color: #E97DDE;
}
.TagClassName
{
border-color: #E97DDE;
}
</style>