Shades of Violet #E971E5
Tints of Violet #E971E5
RGB
CMYK
RGB Variations
Color information
#E971E5 (or 0xE971E5) is known color: Violet. HEX triplet: E9, 71 and E5. RGB value is (233,113,229). Sum of RGB (Red+Green+Blue) = 233+113+229=575 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.52% from 575); Green value is 113 (44.53% from 255 or 19.65% from 575); Blue value is 229 (89.84% from 255 or 39.83% from 575); Max value from RGB is 233 - color contains mainly: red. Hex color #E971E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E971E5 is #168E1A. Grayscale: #A1A1A1. Windows color (decimal): -1478171 or 15036905. OLE color: 15036905.
HSL color Cylindrical-coordinate representation of color #E971E5: hue angle of 302º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E971E5 is Cyan = 0, Magento = 0.52, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 113 | 229 | - |
| CMYK | 0 | 0.52 | 0.02 | 0.09 |
| HSL | 302º | 0.73% | 0.68% | - |
| HSV(B) | 302º | 0.52% | 0.91% | - |
| XYZ | 53.65 | 34.79 | 78.02 | - |
| YUV | 162.1 | 165.76 | 178.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 113 | 229 | 0 | 0.52 | 0.02 | 0.09 | 302 | 0.73 | 0.68 |
| Hex | E9 | 71 | E5 | 0 | 34 | 2 | 9 | 12E | 49 | 44 |
| Octal | 351 | 161 | 345 | 0 | 64 | 2 | 11 | 456 | 111 | 104 |
| Binary | 11101001 | 1110001 | 11100101 | 0 | 110100 | 10 | 1001 | 100101110 | 1001001 | 1000100 |
Color Harmonies of #E971E5
Complementary color
Monochromatic Colors of #E971E5
Black with #E971E5
Text Example
Text Example
White with #E971E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E971E5; }
p { color: rgb(233,113,229); }
H1.HeaderClassName
{
color: #E971E5;
}
.AnyTagClassName
{
color: #E971E5;
}
</style>
background-color css
<style>
a { background-color: #E971E5; }
a { background-color: rgb(233,113,229); }
div.DivClassName
{
background-color: #E971E5;
}
.BgClassName
{
background-color: #E971E5;
}
</style>
border-color css
<style>
span { border-color: #E971E5; }
span { border-color: rgb(233,113,229); }
td.TdClassName
{
border-color: #E971E5;
}
.TagClassName
{
border-color: #E971E5;
}
</style>