Shades of Violet #E872F0
Tints of Violet #E872F0
RGB
CMYK
RGB Variations
Color information
#E872F0 (or 0xE872F0) is known color: Violet. HEX triplet: E8, 72 and F0. RGB value is (232,114,240). Sum of RGB (Red+Green+Blue) = 232+114+240=586 (77% of max value = 765). Red value is 232 (91.02% from 255 or 39.59% from 586); Green value is 114 (44.92% from 255 or 19.45% from 586); Blue value is 240 (94.14% from 255 or 40.96% from 586); Max value from RGB is 240 - color contains mainly: blue. Hex color #E872F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E872F0 is #178D0F. Grayscale: #A3A3A3. Windows color (decimal): -1543440 or 15758056. OLE color: 15758056.
HSL color Cylindrical-coordinate representation of color #E872F0: hue angle of 296.19º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E872F0 is Cyan = 0.03, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 232 | 114 | 240 | - |
| CMYK | 0.03 | 0.52 | 0 | 0.06 |
| HSL | 296.19º | 0.81% | 0.69% | - |
| HSV(B) | 296.19º | 0.53% | 0.94% | - |
| XYZ | 55.02 | 35.48 | 86.39 | - |
| YUV | 163.65 | 171.09 | 176.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 114 | 240 | 0.03 | 0.52 | 0 | 0.06 | 296.19 | 0.81 | 0.69 |
| Hex | E8 | 72 | F0 | 3 | 34 | 0 | 6 | 128 | 51 | 45 |
| Octal | 350 | 162 | 360 | 3 | 64 | 0 | 6 | 450 | 121 | 105 |
| Binary | 11101000 | 1110010 | 11110000 | 11 | 110100 | 0 | 110 | 100101000 | 1010001 | 1000101 |
Color Harmonies of #E872F0
Complementary color
Monochromatic Colors of #E872F0
Black with #E872F0
Text Example
Text Example
White with #E872F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E872F0; }
p { color: rgb(232,114,240); }
H1.HeaderClassName
{
color: #E872F0;
}
.AnyTagClassName
{
color: #E872F0;
}
</style>
background-color css
<style>
a { background-color: #E872F0; }
a { background-color: rgb(232,114,240); }
div.DivClassName
{
background-color: #E872F0;
}
.BgClassName
{
background-color: #E872F0;
}
</style>
border-color css
<style>
span { border-color: #E872F0; }
span { border-color: rgb(232,114,240); }
td.TdClassName
{
border-color: #E872F0;
}
.TagClassName
{
border-color: #E872F0;
}
</style>