Shades of Violet #E770E8
Tints of Violet #E770E8
RGB
CMYK
RGB Variations
Color information
#E770E8 (or 0xE770E8) is known color: Violet. HEX triplet: E7, 70 and E8. RGB value is (231,112,232). Sum of RGB (Red+Green+Blue) = 231+112+232=575 (76% of max value = 765). Red value is 231 (90.62% from 255 or 40.17% from 575); Green value is 112 (44.14% from 255 or 19.48% from 575); Blue value is 232 (91.02% from 255 or 40.35% from 575); Max value from RGB is 232 - color contains mainly: blue. Hex color #E770E8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E770E8 is #188F17. Grayscale: #A0A0A0. Windows color (decimal): -1609496 or 15233255. OLE color: 15233255.
HSL color Cylindrical-coordinate representation of color #E770E8: hue angle of 299.5º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E770E8 is Cyan = 0.00, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 112 | 232 | - |
| CMYK | 0.00 | 0.52 | 0 | 0.09 |
| HSL | 299.5º | 0.72% | 0.67% | - |
| HSV(B) | 299.5º | 0.52% | 0.91% | - |
| XYZ | 53.31 | 34.4 | 80.17 | - |
| YUV | 161.26 | 167.92 | 177.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 112 | 232 | 0.00 | 0.52 | 0 | 0.09 | 299.5 | 0.72 | 0.67 |
| Hex | E7 | 70 | E8 | 0 | 34 | 0 | 9 | 12C | 48 | 43 |
| Octal | 347 | 160 | 350 | 0 | 64 | 0 | 11 | 454 | 110 | 103 |
| Binary | 11100111 | 1110000 | 11101000 | 0 | 110100 | 0 | 1001 | 100101100 | 1001000 | 1000011 |
Color Harmonies of #E770E8
Complementary color
Monochromatic Colors of #E770E8
Black with #E770E8
Text Example
Text Example
White with #E770E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E770E8; }
p { color: rgb(231,112,232); }
H1.HeaderClassName
{
color: #E770E8;
}
.AnyTagClassName
{
color: #E770E8;
}
</style>
background-color css
<style>
a { background-color: #E770E8; }
a { background-color: rgb(231,112,232); }
div.DivClassName
{
background-color: #E770E8;
}
.BgClassName
{
background-color: #E770E8;
}
</style>
border-color css
<style>
span { border-color: #E770E8; }
span { border-color: rgb(231,112,232); }
td.TdClassName
{
border-color: #E770E8;
}
.TagClassName
{
border-color: #E770E8;
}
</style>