Shades of Violet #E27DEC
Tints of Violet #E27DEC
RGB
CMYK
RGB Variations
Color information
#E27DEC (or 0xE27DEC) is known color: Violet. HEX triplet: E2, 7D and EC. RGB value is (226,125,236). Sum of RGB (Red+Green+Blue) = 226+125+236=587 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.50% from 587); Green value is 125 (49.22% from 255 or 21.29% from 587); Blue value is 236 (92.58% from 255 or 40.20% from 587); Max value from RGB is 236 - color contains mainly: blue. Hex color #E27DEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E27DEC is #1D8213. Grayscale: #A7A7A7. Windows color (decimal): -1933844 or 15498722. OLE color: 15498722.
HSL color Cylindrical-coordinate representation of color #E27DEC: hue angle of 294.59º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E27DEC is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 125 | 236 | - |
| CMYK | 0.04 | 0.47 | 0 | 0.07 |
| HSL | 294.59º | 0.74% | 0.71% | - |
| HSV(B) | 294.59º | 0.47% | 0.93% | - |
| XYZ | 53.84 | 36.89 | 83.64 | - |
| YUV | 167.85 | 166.46 | 169.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 125 | 236 | 0.04 | 0.47 | 0 | 0.07 | 294.59 | 0.74 | 0.71 |
| Hex | E2 | 7D | EC | 4 | 2F | 0 | 7 | 127 | 4A | 47 |
| Octal | 342 | 175 | 354 | 4 | 57 | 0 | 7 | 447 | 112 | 107 |
| Binary | 11100010 | 1111101 | 11101100 | 100 | 101111 | 0 | 111 | 100100111 | 1001010 | 1000111 |
Color Harmonies of #E27DEC
Complementary color
Monochromatic Colors of #E27DEC
Black with #E27DEC
Text Example
Text Example
White with #E27DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27DEC; }
p { color: rgb(226,125,236); }
H1.HeaderClassName
{
color: #E27DEC;
}
.AnyTagClassName
{
color: #E27DEC;
}
</style>
background-color css
<style>
a { background-color: #E27DEC; }
a { background-color: rgb(226,125,236); }
div.DivClassName
{
background-color: #E27DEC;
}
.BgClassName
{
background-color: #E27DEC;
}
</style>
border-color css
<style>
span { border-color: #E27DEC; }
span { border-color: rgb(226,125,236); }
td.TdClassName
{
border-color: #E27DEC;
}
.TagClassName
{
border-color: #E27DEC;
}
</style>