Shades of Violet #E671ED
Tints of Violet #E671ED
RGB
CMYK
RGB Variations
Color information
#E671ED (or 0xE671ED) is known color: Violet. HEX triplet: E6, 71 and ED. RGB value is (230,113,237). Sum of RGB (Red+Green+Blue) = 230+113+237=580 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.66% from 580); Green value is 113 (44.53% from 255 or 19.48% from 580); Blue value is 237 (92.97% from 255 or 40.86% from 580); Max value from RGB is 237 - color contains mainly: blue. Hex color #E671ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E671ED is #198E12. Grayscale: #A1A1A1. Windows color (decimal): -1674771 or 15561190. OLE color: 15561190.
HSL color Cylindrical-coordinate representation of color #E671ED: hue angle of 296.61º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E671ED is Cyan = 0.03, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 230 | 113 | 237 | - |
| CMYK | 0.03 | 0.52 | 0 | 0.07 |
| HSL | 296.61º | 0.78% | 0.69% | - |
| HSV(B) | 296.61º | 0.52% | 0.93% | - |
| XYZ | 53.82 | 34.75 | 83.99 | - |
| YUV | 162.12 | 170.26 | 176.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 113 | 237 | 0.03 | 0.52 | 0 | 0.07 | 296.61 | 0.78 | 0.69 |
| Hex | E6 | 71 | ED | 3 | 34 | 0 | 7 | 129 | 4E | 45 |
| Octal | 346 | 161 | 355 | 3 | 64 | 0 | 7 | 451 | 116 | 105 |
| Binary | 11100110 | 1110001 | 11101101 | 11 | 110100 | 0 | 111 | 100101001 | 1001110 | 1000101 |
Color Harmonies of #E671ED
Complementary color
Monochromatic Colors of #E671ED
Black with #E671ED
Text Example
Text Example
White with #E671ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E671ED; }
p { color: rgb(230,113,237); }
H1.HeaderClassName
{
color: #E671ED;
}
.AnyTagClassName
{
color: #E671ED;
}
</style>
background-color css
<style>
a { background-color: #E671ED; }
a { background-color: rgb(230,113,237); }
div.DivClassName
{
background-color: #E671ED;
}
.BgClassName
{
background-color: #E671ED;
}
</style>
border-color css
<style>
span { border-color: #E671ED; }
span { border-color: rgb(230,113,237); }
td.TdClassName
{
border-color: #E671ED;
}
.TagClassName
{
border-color: #E671ED;
}
</style>