Shades of Violet #E872E5
Tints of Violet #E872E5
RGB
CMYK
RGB Variations
Color information
#E872E5 (or 0xE872E5) is known color: Violet. HEX triplet: E8, 72 and E5. RGB value is (232,114,229). Sum of RGB (Red+Green+Blue) = 232+114+229=575 (76% of max value = 765). Red value is 232 (91.02% from 255 or 40.35% from 575); Green value is 114 (44.92% from 255 or 19.83% from 575); Blue value is 229 (89.84% from 255 or 39.83% from 575); Max value from RGB is 232 - color contains mainly: red. Hex color #E872E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E872E5 is #178D1A. Grayscale: #A2A2A2. Windows color (decimal): -1543451 or 15037160. OLE color: 15037160.
HSL color Cylindrical-coordinate representation of color #E872E5: hue angle of 301.53º degrees, saturation: 0.72, 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 #E872E5 is Cyan = 0, Magento = 0.51, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 114 | 229 | - |
| CMYK | 0 | 0.51 | 0.01 | 0.09 |
| HSL | 301.53º | 0.72% | 0.68% | - |
| HSV(B) | 301.53º | 0.51% | 0.91% | - |
| XYZ | 53.44 | 34.85 | 78.04 | - |
| YUV | 162.39 | 165.59 | 177.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 114 | 229 | 0 | 0.51 | 0.01 | 0.09 | 301.53 | 0.72 | 0.68 |
| Hex | E8 | 72 | E5 | 0 | 33 | 1 | 9 | 12E | 48 | 44 |
| Octal | 350 | 162 | 345 | 0 | 63 | 1 | 11 | 456 | 110 | 104 |
| Binary | 11101000 | 1110010 | 11100101 | 0 | 110011 | 1 | 1001 | 100101110 | 1001000 | 1000100 |
Color Harmonies of #E872E5
Complementary color
Monochromatic Colors of #E872E5
Black with #E872E5
Text Example
Text Example
White with #E872E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E872E5; }
p { color: rgb(232,114,229); }
H1.HeaderClassName
{
color: #E872E5;
}
.AnyTagClassName
{
color: #E872E5;
}
</style>
background-color css
<style>
a { background-color: #E872E5; }
a { background-color: rgb(232,114,229); }
div.DivClassName
{
background-color: #E872E5;
}
.BgClassName
{
background-color: #E872E5;
}
</style>
border-color css
<style>
span { border-color: #E872E5; }
span { border-color: rgb(232,114,229); }
td.TdClassName
{
border-color: #E872E5;
}
.TagClassName
{
border-color: #E872E5;
}
</style>