Shades of Violet #E97FE5
Tints of Violet #E97FE5
RGB
CMYK
RGB Variations
Color information
#E97FE5 (or 0xE97FE5) is known color: Violet. HEX triplet: E9, 7F and E5. RGB value is (233,127,229). Sum of RGB (Red+Green+Blue) = 233+127+229=589 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.56% from 589); Green value is 127 (50% from 255 or 21.56% from 589); Blue value is 229 (89.84% from 255 or 38.88% from 589); Max value from RGB is 233 - color contains mainly: red. Hex color #E97FE5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E97FE5 is #16801A. Grayscale: #AAAAAA. Windows color (decimal): -1474587 or 15040489. OLE color: 15040489.
HSL color Cylindrical-coordinate representation of color #E97FE5: hue angle of 302.26º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E97FE5 is Cyan = 0, Magento = 0.45, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 127 | 229 | - |
| CMYK | 0 | 0.45 | 0.02 | 0.09 |
| HSL | 302.26º | 0.71% | 0.71% | - |
| HSV(B) | 302.26º | 0.45% | 0.91% | - |
| XYZ | 55.34 | 38.16 | 78.58 | - |
| YUV | 170.32 | 161.12 | 172.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 127 | 229 | 0 | 0.45 | 0.02 | 0.09 | 302.26 | 0.71 | 0.71 |
| Hex | E9 | 7F | E5 | 0 | 2D | 2 | 9 | 12E | 47 | 47 |
| Octal | 351 | 177 | 345 | 0 | 55 | 2 | 11 | 456 | 107 | 107 |
| Binary | 11101001 | 1111111 | 11100101 | 0 | 101101 | 10 | 1001 | 100101110 | 1000111 | 1000111 |
Color Harmonies of #E97FE5
Complementary color
Monochromatic Colors of #E97FE5
Black with #E97FE5
Text Example
Text Example
White with #E97FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E97FE5; }
p { color: rgb(233,127,229); }
H1.HeaderClassName
{
color: #E97FE5;
}
.AnyTagClassName
{
color: #E97FE5;
}
</style>
background-color css
<style>
a { background-color: #E97FE5; }
a { background-color: rgb(233,127,229); }
div.DivClassName
{
background-color: #E97FE5;
}
.BgClassName
{
background-color: #E97FE5;
}
</style>
border-color css
<style>
span { border-color: #E97FE5; }
span { border-color: rgb(233,127,229); }
td.TdClassName
{
border-color: #E97FE5;
}
.TagClassName
{
border-color: #E97FE5;
}
</style>