Shades of Violet #E972E4
Tints of Violet #E972E4
RGB
CMYK
RGB Variations
Color information
#E972E4 (or 0xE972E4) is known color: Violet. HEX triplet: E9, 72 and E4. RGB value is (233,114,228). Sum of RGB (Red+Green+Blue) = 233+114+228=575 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.52% from 575); Green value is 114 (44.92% from 255 or 19.83% from 575); Blue value is 228 (89.45% from 255 or 39.65% from 575); Max value from RGB is 233 - color contains mainly: red. Hex color #E972E4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E972E4 is #168D1B. Grayscale: #A2A2A2. Windows color (decimal): -1477916 or 14971625. OLE color: 14971625.
HSL color Cylindrical-coordinate representation of color #E972E4: hue angle of 302.52º 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 #E972E4 is Cyan = 0, Magento = 0.51, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 114 | 228 | - |
| CMYK | 0 | 0.51 | 0.02 | 0.09 |
| HSL | 302.52º | 0.73% | 0.68% | - |
| HSV(B) | 302.52º | 0.51% | 0.91% | - |
| XYZ | 53.63 | 34.96 | 77.32 | - |
| YUV | 162.58 | 164.92 | 178.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 114 | 228 | 0 | 0.51 | 0.02 | 0.09 | 302.52 | 0.73 | 0.68 |
| Hex | E9 | 72 | E4 | 0 | 33 | 2 | 9 | 12F | 49 | 44 |
| Octal | 351 | 162 | 344 | 0 | 63 | 2 | 11 | 457 | 111 | 104 |
| Binary | 11101001 | 1110010 | 11100100 | 0 | 110011 | 10 | 1001 | 100101111 | 1001001 | 1000100 |
Color Harmonies of #E972E4
Complementary color
Monochromatic Colors of #E972E4
Black with #E972E4
Text Example
Text Example
White with #E972E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E972E4; }
p { color: rgb(233,114,228); }
H1.HeaderClassName
{
color: #E972E4;
}
.AnyTagClassName
{
color: #E972E4;
}
</style>
background-color css
<style>
a { background-color: #E972E4; }
a { background-color: rgb(233,114,228); }
div.DivClassName
{
background-color: #E972E4;
}
.BgClassName
{
background-color: #E972E4;
}
</style>
border-color css
<style>
span { border-color: #E972E4; }
span { border-color: rgb(233,114,228); }
td.TdClassName
{
border-color: #E972E4;
}
.TagClassName
{
border-color: #E972E4;
}
</style>