Shades of Violet #E27DEB
Tints of Violet #E27DEB
RGB
CMYK
RGB Variations
Color information
#E27DEB (or 0xE27DEB) is known color: Violet. HEX triplet: E2, 7D and EB. RGB value is (226,125,235). Sum of RGB (Red+Green+Blue) = 226+125+235=586 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.57% from 586); Green value is 125 (49.22% from 255 or 21.33% from 586); Blue value is 235 (92.19% from 255 or 40.10% from 586); Max value from RGB is 235 - color contains mainly: blue. Hex color #E27DEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E27DEB is #1D8214. Grayscale: #A7A7A7. Windows color (decimal): -1933845 or 15433186. OLE color: 15433186.
HSL color Cylindrical-coordinate representation of color #E27DEB: hue angle of 295.09º 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 #E27DEB is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 226 | 125 | 235 | - |
| CMYK | 0.04 | 0.47 | 0 | 0.08 |
| HSL | 295.09º | 0.73% | 0.71% | - |
| HSV(B) | 295.09º | 0.47% | 0.92% | - |
| XYZ | 53.69 | 36.83 | 82.88 | - |
| YUV | 167.74 | 165.96 | 169.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 125 | 235 | 0.04 | 0.47 | 0 | 0.08 | 295.09 | 0.73 | 0.71 |
| Hex | E2 | 7D | EB | 4 | 2F | 0 | 8 | 127 | 49 | 47 |
| Octal | 342 | 175 | 353 | 4 | 57 | 0 | 10 | 447 | 111 | 107 |
| Binary | 11100010 | 1111101 | 11101011 | 100 | 101111 | 0 | 1000 | 100100111 | 1001001 | 1000111 |
Color Harmonies of #E27DEB
Complementary color
Monochromatic Colors of #E27DEB
Black with #E27DEB
Text Example
Text Example
White with #E27DEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27DEB; }
p { color: rgb(226,125,235); }
H1.HeaderClassName
{
color: #E27DEB;
}
.AnyTagClassName
{
color: #E27DEB;
}
</style>
background-color css
<style>
a { background-color: #E27DEB; }
a { background-color: rgb(226,125,235); }
div.DivClassName
{
background-color: #E27DEB;
}
.BgClassName
{
background-color: #E27DEB;
}
</style>
border-color css
<style>
span { border-color: #E27DEB; }
span { border-color: rgb(226,125,235); }
td.TdClassName
{
border-color: #E27DEB;
}
.TagClassName
{
border-color: #E27DEB;
}
</style>