Shades of Violet #E670E8
Tints of Violet #E670E8
RGB
CMYK
RGB Variations
Color information
#E670E8 (or 0xE670E8) is known color: Violet. HEX triplet: E6, 70 and E8. RGB value is (230,112,232). Sum of RGB (Red+Green+Blue) = 230+112+232=574 (76% of max value = 765). Red value is 230 (90.23% from 255 or 40.07% from 574); Green value is 112 (44.14% from 255 or 19.51% from 574); Blue value is 232 (91.02% from 255 or 40.42% from 574); Max value from RGB is 232 - color contains mainly: blue. Hex color #E670E8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E670E8 is #198F17. Grayscale: #A0A0A0. Windows color (decimal): -1675032 or 15233254. OLE color: 15233254.
HSL color Cylindrical-coordinate representation of color #E670E8: hue angle of 299º 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 #E670E8 is Cyan = 0.01, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 230 | 112 | 232 | - |
| CMYK | 0.01 | 0.52 | 0 | 0.09 |
| HSL | 299º | 0.72% | 0.67% | - |
| HSV(B) | 299º | 0.52% | 0.91% | - |
| XYZ | 52.99 | 34.24 | 80.16 | - |
| YUV | 160.96 | 168.09 | 177.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 112 | 232 | 0.01 | 0.52 | 0 | 0.09 | 299 | 0.72 | 0.67 |
| Hex | E6 | 70 | E8 | 1 | 34 | 0 | 9 | 12B | 48 | 43 |
| Octal | 346 | 160 | 350 | 1 | 64 | 0 | 11 | 453 | 110 | 103 |
| Binary | 11100110 | 1110000 | 11101000 | 1 | 110100 | 0 | 1001 | 100101011 | 1001000 | 1000011 |
Color Harmonies of #E670E8
Complementary color
Monochromatic Colors of #E670E8
Black with #E670E8
Text Example
Text Example
White with #E670E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E670E8; }
p { color: rgb(230,112,232); }
H1.HeaderClassName
{
color: #E670E8;
}
.AnyTagClassName
{
color: #E670E8;
}
</style>
background-color css
<style>
a { background-color: #E670E8; }
a { background-color: rgb(230,112,232); }
div.DivClassName
{
background-color: #E670E8;
}
.BgClassName
{
background-color: #E670E8;
}
</style>
border-color css
<style>
span { border-color: #E670E8; }
span { border-color: rgb(230,112,232); }
td.TdClassName
{
border-color: #E670E8;
}
.TagClassName
{
border-color: #E670E8;
}
</style>