Shades of Violet #E972EE
Tints of Violet #E972EE
RGB
CMYK
RGB Variations
Color information
#E972EE (or 0xE972EE) is known color: Violet. HEX triplet: E9, 72 and EE. RGB value is (233,114,238). Sum of RGB (Red+Green+Blue) = 233+114+238=585 (77% of max value = 765). Red value is 233 (91.41% from 255 or 39.83% from 585); Green value is 114 (44.92% from 255 or 19.49% from 585); Blue value is 238 (93.36% from 255 or 40.68% from 585); Max value from RGB is 238 - color contains mainly: blue. Hex color #E972EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E972EE is #168D11. Grayscale: #A3A3A3. Windows color (decimal): -1477906 or 15626985. OLE color: 15626985.
HSL color Cylindrical-coordinate representation of color #E972EE: hue angle of 297.58º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E972EE is Cyan = 0.02, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 233 | 114 | 238 | - |
| CMYK | 0.02 | 0.52 | 0 | 0.07 |
| HSL | 297.58º | 0.78% | 0.69% | - |
| HSV(B) | 297.58º | 0.52% | 0.93% | - |
| XYZ | 55.05 | 35.53 | 84.85 | - |
| YUV | 163.72 | 169.92 | 177.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 114 | 238 | 0.02 | 0.52 | 0 | 0.07 | 297.58 | 0.78 | 0.69 |
| Hex | E9 | 72 | EE | 2 | 34 | 0 | 7 | 12A | 4E | 45 |
| Octal | 351 | 162 | 356 | 2 | 64 | 0 | 7 | 452 | 116 | 105 |
| Binary | 11101001 | 1110010 | 11101110 | 10 | 110100 | 0 | 111 | 100101010 | 1001110 | 1000101 |
Color Harmonies of #E972EE
Complementary color
Monochromatic Colors of #E972EE
Black with #E972EE
Text Example
Text Example
White with #E972EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E972EE; }
p { color: rgb(233,114,238); }
H1.HeaderClassName
{
color: #E972EE;
}
.AnyTagClassName
{
color: #E972EE;
}
</style>
background-color css
<style>
a { background-color: #E972EE; }
a { background-color: rgb(233,114,238); }
div.DivClassName
{
background-color: #E972EE;
}
.BgClassName
{
background-color: #E972EE;
}
</style>
border-color css
<style>
span { border-color: #E972EE; }
span { border-color: rgb(233,114,238); }
td.TdClassName
{
border-color: #E972EE;
}
.TagClassName
{
border-color: #E972EE;
}
</style>