Shades of Violet #E670E7
Tints of Violet #E670E7
RGB
CMYK
RGB Variations
Color information
#E670E7 (or 0xE670E7) is known color: Violet. HEX triplet: E6, 70 and E7. RGB value is (230,112,231). Sum of RGB (Red+Green+Blue) = 230+112+231=573 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.14% from 573); Green value is 112 (44.14% from 255 or 19.55% from 573); Blue value is 231 (90.62% from 255 or 40.31% from 573); Max value from RGB is 231 - color contains mainly: blue. Hex color #E670E7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E670E7 is #198F18. Grayscale: #A0A0A0. Windows color (decimal): -1675033 or 15167718. OLE color: 15167718.
HSL color Cylindrical-coordinate representation of color #E670E7: hue angle of 299.5º degrees, saturation: 0.71, 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 #E670E7 is Cyan = 0.00, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 230 | 112 | 231 | - |
| CMYK | 0.00 | 0.52 | 0 | 0.09 |
| HSL | 299.5º | 0.71% | 0.67% | - |
| HSV(B) | 299.5º | 0.52% | 0.91% | - |
| XYZ | 52.85 | 34.18 | 79.41 | - |
| YUV | 160.85 | 167.59 | 177.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 112 | 231 | 0.00 | 0.52 | 0 | 0.09 | 299.5 | 0.71 | 0.67 |
| Hex | E6 | 70 | E7 | 0 | 34 | 0 | 9 | 12B | 47 | 43 |
| Octal | 346 | 160 | 347 | 0 | 64 | 0 | 11 | 453 | 107 | 103 |
| Binary | 11100110 | 1110000 | 11100111 | 0 | 110100 | 0 | 1001 | 100101011 | 1000111 | 1000011 |
Color Harmonies of #E670E7
Complementary color
Monochromatic Colors of #E670E7
Black with #E670E7
Text Example
Text Example
White with #E670E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E670E7; }
p { color: rgb(230,112,231); }
H1.HeaderClassName
{
color: #E670E7;
}
.AnyTagClassName
{
color: #E670E7;
}
</style>
background-color css
<style>
a { background-color: #E670E7; }
a { background-color: rgb(230,112,231); }
div.DivClassName
{
background-color: #E670E7;
}
.BgClassName
{
background-color: #E670E7;
}
</style>
border-color css
<style>
span { border-color: #E670E7; }
span { border-color: rgb(230,112,231); }
td.TdClassName
{
border-color: #E670E7;
}
.TagClassName
{
border-color: #E670E7;
}
</style>