Shades of Violet #E27CED
Tints of Violet #E27CED
RGB
CMYK
RGB Variations
Color information
#E27CED (or 0xE27CED) is known color: Violet. HEX triplet: E2, 7C and ED. RGB value is (226,124,237). Sum of RGB (Red+Green+Blue) = 226+124+237=587 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.50% from 587); Green value is 124 (48.83% from 255 or 21.12% from 587); Blue value is 237 (92.97% from 255 or 40.37% from 587); Max value from RGB is 237 - color contains mainly: blue. Hex color #E27CED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E27CED is #1D8312. Grayscale: #A7A7A7. Windows color (decimal): -1934099 or 15564002. OLE color: 15564002.
HSL color Cylindrical-coordinate representation of color #E27CED: hue angle of 294.16º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E27CED is Cyan = 0.05, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 124 | 237 | - |
| CMYK | 0.05 | 0.48 | 0 | 0.07 |
| HSL | 294.16º | 0.76% | 0.71% | - |
| HSV(B) | 294.16º | 0.48% | 0.93% | - |
| XYZ | 53.86 | 36.7 | 84.37 | - |
| YUV | 167.38 | 167.29 | 169.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 124 | 237 | 0.05 | 0.48 | 0 | 0.07 | 294.16 | 0.76 | 0.71 |
| Hex | E2 | 7C | ED | 5 | 30 | 0 | 7 | 126 | 4C | 47 |
| Octal | 342 | 174 | 355 | 5 | 60 | 0 | 7 | 446 | 114 | 107 |
| Binary | 11100010 | 1111100 | 11101101 | 101 | 110000 | 0 | 111 | 100100110 | 1001100 | 1000111 |
Color Harmonies of #E27CED
Complementary color
Monochromatic Colors of #E27CED
Black with #E27CED
Text Example
Text Example
White with #E27CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27CED; }
p { color: rgb(226,124,237); }
H1.HeaderClassName
{
color: #E27CED;
}
.AnyTagClassName
{
color: #E27CED;
}
</style>
background-color css
<style>
a { background-color: #E27CED; }
a { background-color: rgb(226,124,237); }
div.DivClassName
{
background-color: #E27CED;
}
.BgClassName
{
background-color: #E27CED;
}
</style>
border-color css
<style>
span { border-color: #E27CED; }
span { border-color: rgb(226,124,237); }
td.TdClassName
{
border-color: #E27CED;
}
.TagClassName
{
border-color: #E27CED;
}
</style>