Shades of Violet #E27EEA
Tints of Violet #E27EEA
RGB
CMYK
RGB Variations
Color information
#E27EEA (or 0xE27EEA) is known color: Violet. HEX triplet: E2, 7E and EA. RGB value is (226,126,234). Sum of RGB (Red+Green+Blue) = 226+126+234=586 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.57% from 586); Green value is 126 (49.61% from 255 or 21.50% from 586); Blue value is 234 (91.80% from 255 or 39.93% from 586); Max value from RGB is 234 - color contains mainly: blue. Hex color #E27EEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E27EEA is #1D8115. Grayscale: #A7A7A7. Windows color (decimal): -1933590 or 15367906. OLE color: 15367906.
HSL color Cylindrical-coordinate representation of color #E27EEA: hue angle of 295.56º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E27EEA is Cyan = 0.03, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 226 | 126 | 234 | - |
| CMYK | 0.03 | 0.46 | 0 | 0.08 |
| HSL | 295.56º | 0.72% | 0.71% | - |
| HSV(B) | 295.56º | 0.46% | 0.92% | - |
| XYZ | 53.68 | 37.03 | 82.16 | - |
| YUV | 168.21 | 165.13 | 169.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 126 | 234 | 0.03 | 0.46 | 0 | 0.08 | 295.56 | 0.72 | 0.71 |
| Hex | E2 | 7E | EA | 3 | 2E | 0 | 8 | 128 | 48 | 47 |
| Octal | 342 | 176 | 352 | 3 | 56 | 0 | 10 | 450 | 110 | 107 |
| Binary | 11100010 | 1111110 | 11101010 | 11 | 101110 | 0 | 1000 | 100101000 | 1001000 | 1000111 |
Color Harmonies of #E27EEA
Complementary color
Monochromatic Colors of #E27EEA
Black with #E27EEA
Text Example
Text Example
White with #E27EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27EEA; }
p { color: rgb(226,126,234); }
H1.HeaderClassName
{
color: #E27EEA;
}
.AnyTagClassName
{
color: #E27EEA;
}
</style>
background-color css
<style>
a { background-color: #E27EEA; }
a { background-color: rgb(226,126,234); }
div.DivClassName
{
background-color: #E27EEA;
}
.BgClassName
{
background-color: #E27EEA;
}
</style>
border-color css
<style>
span { border-color: #E27EEA; }
span { border-color: rgb(226,126,234); }
td.TdClassName
{
border-color: #E27EEA;
}
.TagClassName
{
border-color: #E27EEA;
}
</style>