Shades of Violet #E876F2
Tints of Violet #E876F2
RGB
CMYK
RGB Variations
Color information
#E876F2 (or 0xE876F2) is known color: Violet. HEX triplet: E8, 76 and F2. RGB value is (232,118,242). Sum of RGB (Red+Green+Blue) = 232+118+242=592 (78% of max value = 765). Red value is 232 (91.02% from 255 or 39.19% from 592); Green value is 118 (46.48% from 255 or 19.93% from 592); Blue value is 242 (94.92% from 255 or 40.88% from 592); Max value from RGB is 242 - color contains mainly: blue. Hex color #E876F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E876F2 is #17890D. Grayscale: #A5A5A5. Windows color (decimal): -1542414 or 15890152. OLE color: 15890152.
HSL color Cylindrical-coordinate representation of color #E876F2: hue angle of 295.16º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E876F2 is Cyan = 0.04, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 232 | 118 | 242 | - |
| CMYK | 0.04 | 0.51 | 0 | 0.05 |
| HSL | 295.16º | 0.83% | 0.71% | - |
| HSV(B) | 295.16º | 0.51% | 0.95% | - |
| XYZ | 55.78 | 36.52 | 88.11 | - |
| YUV | 166.22 | 170.77 | 174.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 118 | 242 | 0.04 | 0.51 | 0 | 0.05 | 295.16 | 0.83 | 0.71 |
| Hex | E8 | 76 | F2 | 4 | 33 | 0 | 5 | 127 | 53 | 47 |
| Octal | 350 | 166 | 362 | 4 | 63 | 0 | 5 | 447 | 123 | 107 |
| Binary | 11101000 | 1110110 | 11110010 | 100 | 110011 | 0 | 101 | 100100111 | 1010011 | 1000111 |
Color Harmonies of #E876F2
Complementary color
Monochromatic Colors of #E876F2
Black with #E876F2
Text Example
Text Example
White with #E876F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E876F2; }
p { color: rgb(232,118,242); }
H1.HeaderClassName
{
color: #E876F2;
}
.AnyTagClassName
{
color: #E876F2;
}
</style>
background-color css
<style>
a { background-color: #E876F2; }
a { background-color: rgb(232,118,242); }
div.DivClassName
{
background-color: #E876F2;
}
.BgClassName
{
background-color: #E876F2;
}
</style>
border-color css
<style>
span { border-color: #E876F2; }
span { border-color: rgb(232,118,242); }
td.TdClassName
{
border-color: #E876F2;
}
.TagClassName
{
border-color: #E876F2;
}
</style>