Shades of Violet #E67DEB
Tints of Violet #E67DEB
RGB
CMYK
RGB Variations
Color information
#E67DEB (or 0xE67DEB) is known color: Violet. HEX triplet: E6, 7D and EB. RGB value is (230,125,235). Sum of RGB (Red+Green+Blue) = 230+125+235=590 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.98% from 590); Green value is 125 (49.22% from 255 or 21.19% from 590); Blue value is 235 (92.19% from 255 or 39.83% from 590); Max value from RGB is 235 - color contains mainly: blue. Hex color #E67DEB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E67DEB is #198214. Grayscale: #A8A8A8. Windows color (decimal): -1671701 or 15433190. OLE color: 15433190.
HSL color Cylindrical-coordinate representation of color #E67DEB: hue angle of 297.27º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E67DEB is Cyan = 0.02, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 230 | 125 | 235 | - |
| CMYK | 0.02 | 0.47 | 0 | 0.08 |
| HSL | 297.27º | 0.73% | 0.71% | - |
| HSV(B) | 297.27º | 0.47% | 0.92% | - |
| XYZ | 54.96 | 37.49 | 82.94 | - |
| YUV | 168.94 | 165.29 | 171.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 125 | 235 | 0.02 | 0.47 | 0 | 0.08 | 297.27 | 0.73 | 0.71 |
| Hex | E6 | 7D | EB | 2 | 2F | 0 | 8 | 129 | 49 | 47 |
| Octal | 346 | 175 | 353 | 2 | 57 | 0 | 10 | 451 | 111 | 107 |
| Binary | 11100110 | 1111101 | 11101011 | 10 | 101111 | 0 | 1000 | 100101001 | 1001001 | 1000111 |
Color Harmonies of #E67DEB
Complementary color
Monochromatic Colors of #E67DEB
Black with #E67DEB
Text Example
Text Example
White with #E67DEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67DEB; }
p { color: rgb(230,125,235); }
H1.HeaderClassName
{
color: #E67DEB;
}
.AnyTagClassName
{
color: #E67DEB;
}
</style>
background-color css
<style>
a { background-color: #E67DEB; }
a { background-color: rgb(230,125,235); }
div.DivClassName
{
background-color: #E67DEB;
}
.BgClassName
{
background-color: #E67DEB;
}
</style>
border-color css
<style>
span { border-color: #E67DEB; }
span { border-color: rgb(230,125,235); }
td.TdClassName
{
border-color: #E67DEB;
}
.TagClassName
{
border-color: #E67DEB;
}
</style>