Shades of Violet #E277ED
Tints of Violet #E277ED
RGB
CMYK
RGB Variations
Color information
#E277ED (or 0xE277ED) is known color: Violet. HEX triplet: E2, 77 and ED. RGB value is (226,119,237). Sum of RGB (Red+Green+Blue) = 226+119+237=582 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.83% from 582); Green value is 119 (46.88% from 255 or 20.45% from 582); Blue value is 237 (92.97% from 255 or 40.72% from 582); Max value from RGB is 237 - color contains mainly: blue. Hex color #E277ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E277ED is #1D8812. Grayscale: #A4A4A4. Windows color (decimal): -1935379 or 15562722. OLE color: 15562722.
HSL color Cylindrical-coordinate representation of color #E277ED: hue angle of 294.41º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E277ED is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 119 | 237 | - |
| CMYK | 0.05 | 0.50 | 0 | 0.07 |
| HSL | 294.41º | 0.77% | 0.7% | - |
| HSV(B) | 294.41º | 0.5% | 0.93% | - |
| XYZ | 53.25 | 35.48 | 84.16 | - |
| YUV | 164.45 | 168.95 | 171.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 119 | 237 | 0.05 | 0.50 | 0 | 0.07 | 294.41 | 0.77 | 0.7 |
| Hex | E2 | 77 | ED | 5 | 32 | 0 | 7 | 126 | 4D | 46 |
| Octal | 342 | 167 | 355 | 5 | 62 | 0 | 7 | 446 | 115 | 106 |
| Binary | 11100010 | 1110111 | 11101101 | 101 | 110010 | 0 | 111 | 100100110 | 1001101 | 1000110 |
Color Harmonies of #E277ED
Complementary color
Monochromatic Colors of #E277ED
Black with #E277ED
Text Example
Text Example
White with #E277ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E277ED; }
p { color: rgb(226,119,237); }
H1.HeaderClassName
{
color: #E277ED;
}
.AnyTagClassName
{
color: #E277ED;
}
</style>
background-color css
<style>
a { background-color: #E277ED; }
a { background-color: rgb(226,119,237); }
div.DivClassName
{
background-color: #E277ED;
}
.BgClassName
{
background-color: #E277ED;
}
</style>
border-color css
<style>
span { border-color: #E277ED; }
span { border-color: rgb(226,119,237); }
td.TdClassName
{
border-color: #E277ED;
}
.TagClassName
{
border-color: #E277ED;
}
</style>