Shades of Violet #E972E6
Tints of Violet #E972E6
RGB
CMYK
RGB Variations
Color information
#E972E6 (or 0xE972E6) is known color: Violet. HEX triplet: E9, 72 and E6. RGB value is (233,114,230). Sum of RGB (Red+Green+Blue) = 233+114+230=577 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.38% from 577); Green value is 114 (44.92% from 255 or 19.76% from 577); Blue value is 230 (90.23% from 255 or 39.86% from 577); Max value from RGB is 233 - color contains mainly: red. Hex color #E972E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E972E6 is #168D19. Grayscale: #A2A2A2. Windows color (decimal): -1477914 or 15102697. OLE color: 15102697.
HSL color Cylindrical-coordinate representation of color #E972E6: hue angle of 301.51º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E972E6 is Cyan = 0, Magento = 0.51, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 114 | 230 | - |
| CMYK | 0 | 0.51 | 0.01 | 0.09 |
| HSL | 301.51º | 0.73% | 0.68% | - |
| HSV(B) | 301.51º | 0.51% | 0.91% | - |
| XYZ | 53.9 | 35.07 | 78.79 | - |
| YUV | 162.81 | 165.92 | 178.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 114 | 230 | 0 | 0.51 | 0.01 | 0.09 | 301.51 | 0.73 | 0.68 |
| Hex | E9 | 72 | E6 | 0 | 33 | 1 | 9 | 12E | 49 | 44 |
| Octal | 351 | 162 | 346 | 0 | 63 | 1 | 11 | 456 | 111 | 104 |
| Binary | 11101001 | 1110010 | 11100110 | 0 | 110011 | 1 | 1001 | 100101110 | 1001001 | 1000100 |
Color Harmonies of #E972E6
Complementary color
Monochromatic Colors of #E972E6
Black with #E972E6
Text Example
Text Example
White with #E972E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E972E6; }
p { color: rgb(233,114,230); }
H1.HeaderClassName
{
color: #E972E6;
}
.AnyTagClassName
{
color: #E972E6;
}
</style>
background-color css
<style>
a { background-color: #E972E6; }
a { background-color: rgb(233,114,230); }
div.DivClassName
{
background-color: #E972E6;
}
.BgClassName
{
background-color: #E972E6;
}
</style>
border-color css
<style>
span { border-color: #E972E6; }
span { border-color: rgb(233,114,230); }
td.TdClassName
{
border-color: #E972E6;
}
.TagClassName
{
border-color: #E972E6;
}
</style>