Shades of Violet #E97DE5
Tints of Violet #E97DE5
RGB
CMYK
RGB Variations
Color information
#E97DE5 (or 0xE97DE5) is known color: Violet. HEX triplet: E9, 7D and E5. RGB value is (233,125,229). Sum of RGB (Red+Green+Blue) = 233+125+229=587 (77% of max value = 765). Red value is 233 (91.41% from 255 or 39.69% from 587); Green value is 125 (49.22% from 255 or 21.29% from 587); Blue value is 229 (89.84% from 255 or 39.01% from 587); Max value from RGB is 233 - color contains mainly: red. Hex color #E97DE5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E97DE5 is #16821A. Grayscale: #A8A8A8. Windows color (decimal): -1475099 or 15039977. OLE color: 15039977.
HSL color Cylindrical-coordinate representation of color #E97DE5: hue angle of 302.22º 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 #E97DE5 is Cyan = 0, Magento = 0.46, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 125 | 229 | - |
| CMYK | 0 | 0.46 | 0.02 | 0.09 |
| HSL | 302.22º | 0.71% | 0.7% | - |
| HSV(B) | 302.22º | 0.46% | 0.91% | - |
| XYZ | 55.08 | 37.65 | 78.49 | - |
| YUV | 169.15 | 161.78 | 173.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 125 | 229 | 0 | 0.46 | 0.02 | 0.09 | 302.22 | 0.71 | 0.7 |
| Hex | E9 | 7D | E5 | 0 | 2E | 2 | 9 | 12E | 47 | 46 |
| Octal | 351 | 175 | 345 | 0 | 56 | 2 | 11 | 456 | 107 | 106 |
| Binary | 11101001 | 1111101 | 11100101 | 0 | 101110 | 10 | 1001 | 100101110 | 1000111 | 1000110 |
Color Harmonies of #E97DE5
Complementary color
Monochromatic Colors of #E97DE5
Black with #E97DE5
Text Example
Text Example
White with #E97DE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E97DE5; }
p { color: rgb(233,125,229); }
H1.HeaderClassName
{
color: #E97DE5;
}
.AnyTagClassName
{
color: #E97DE5;
}
</style>
background-color css
<style>
a { background-color: #E97DE5; }
a { background-color: rgb(233,125,229); }
div.DivClassName
{
background-color: #E97DE5;
}
.BgClassName
{
background-color: #E97DE5;
}
</style>
border-color css
<style>
span { border-color: #E97DE5; }
span { border-color: rgb(233,125,229); }
td.TdClassName
{
border-color: #E97DE5;
}
.TagClassName
{
border-color: #E97DE5;
}
</style>