Shades of Violet #E886EA
Tints of Violet #E886EA
RGB
CMYK
RGB Variations
Color information
#E886EA (or 0xE886EA) is known color: Violet. HEX triplet: E8, 86 and EA. RGB value is (232,134,234). Sum of RGB (Red+Green+Blue) = 232+134+234=600 (79% of max value = 765). Red value is 232 (91.02% from 255 or 38.67% from 600); Green value is 134 (52.73% from 255 or 22.33% from 600); Blue value is 234 (91.80% from 255 or 39% from 600); Max value from RGB is 234 - color contains mainly: blue. Hex color #E886EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E886EA is #177915. Grayscale: #AEAEAE. Windows color (decimal): -1538326 or 15369960. OLE color: 15369960.
HSL color Cylindrical-coordinate representation of color #E886EA: hue angle of 298.8º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E886EA is Cyan = 0.01, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 232 | 134 | 234 | - |
| CMYK | 0.01 | 0.43 | 0 | 0.08 |
| HSL | 298.8º | 0.7% | 0.72% | - |
| HSV(B) | 298.8º | 0.43% | 0.92% | - |
| XYZ | 56.66 | 40.15 | 82.6 | - |
| YUV | 174.7 | 161.47 | 168.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 134 | 234 | 0.01 | 0.43 | 0 | 0.08 | 298.8 | 0.7 | 0.72 |
| Hex | E8 | 86 | EA | 1 | 2B | 0 | 8 | 12B | 46 | 48 |
| Octal | 350 | 206 | 352 | 1 | 53 | 0 | 10 | 453 | 106 | 110 |
| Binary | 11101000 | 10000110 | 11101010 | 1 | 101011 | 0 | 1000 | 100101011 | 1000110 | 1001000 |
Color Harmonies of #E886EA
Complementary color
Monochromatic Colors of #E886EA
Black with #E886EA
Text Example
Text Example
White with #E886EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E886EA; }
p { color: rgb(232,134,234); }
H1.HeaderClassName
{
color: #E886EA;
}
.AnyTagClassName
{
color: #E886EA;
}
</style>
background-color css
<style>
a { background-color: #E886EA; }
a { background-color: rgb(232,134,234); }
div.DivClassName
{
background-color: #E886EA;
}
.BgClassName
{
background-color: #E886EA;
}
</style>
border-color css
<style>
span { border-color: #E886EA; }
span { border-color: rgb(232,134,234); }
td.TdClassName
{
border-color: #E886EA;
}
.TagClassName
{
border-color: #E886EA;
}
</style>