Shades of Violet #E880E2
Tints of Violet #E880E2
RGB
CMYK
RGB Variations
Color information
#E880E2 (or 0xE880E2) is known color: Violet. HEX triplet: E8, 80 and E2. RGB value is (232,128,226). Sum of RGB (Red+Green+Blue) = 232+128+226=586 (77% of max value = 765). Red value is 232 (91.02% from 255 or 39.59% from 586); Green value is 128 (50.39% from 255 or 21.84% from 586); Blue value is 226 (88.67% from 255 or 38.57% from 586); Max value from RGB is 232 - color contains mainly: red. Hex color #E880E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E880E2 is #177F1D. Grayscale: #A9A9A9. Windows color (decimal): -1539870 or 14844136. OLE color: 14844136.
HSL color Cylindrical-coordinate representation of color #E880E2: hue angle of 303.46º degrees, saturation: 0.69, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E880E2 is Cyan = 0, Magento = 0.45, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 128 | 226 | - |
| CMYK | 0 | 0.45 | 0.03 | 0.09 |
| HSL | 303.46º | 0.69% | 0.71% | - |
| HSV(B) | 303.46º | 0.45% | 0.91% | - |
| XYZ | 54.73 | 38.09 | 76.42 | - |
| YUV | 170.27 | 159.46 | 172.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 128 | 226 | 0 | 0.45 | 0.03 | 0.09 | 303.46 | 0.69 | 0.71 |
| Hex | E8 | 80 | E2 | 0 | 2D | 3 | 9 | 12F | 45 | 47 |
| Octal | 350 | 200 | 342 | 0 | 55 | 3 | 11 | 457 | 105 | 107 |
| Binary | 11101000 | 10000000 | 11100010 | 0 | 101101 | 11 | 1001 | 100101111 | 1000101 | 1000111 |
Color Harmonies of #E880E2
Complementary color
Monochromatic Colors of #E880E2
Black with #E880E2
Text Example
Text Example
White with #E880E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E880E2; }
p { color: rgb(232,128,226); }
H1.HeaderClassName
{
color: #E880E2;
}
.AnyTagClassName
{
color: #E880E2;
}
</style>
background-color css
<style>
a { background-color: #E880E2; }
a { background-color: rgb(232,128,226); }
div.DivClassName
{
background-color: #E880E2;
}
.BgClassName
{
background-color: #E880E2;
}
</style>
border-color css
<style>
span { border-color: #E880E2; }
span { border-color: rgb(232,128,226); }
td.TdClassName
{
border-color: #E880E2;
}
.TagClassName
{
border-color: #E880E2;
}
</style>