Shades of Violet #E277EE
Tints of Violet #E277EE
RGB
CMYK
RGB Variations
Color information
#E277EE (or 0xE277EE) is known color: Violet. HEX triplet: E2, 77 and EE. RGB value is (226,119,238). Sum of RGB (Red+Green+Blue) = 226+119+238=583 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.77% from 583); Green value is 119 (46.88% from 255 or 20.41% from 583); Blue value is 238 (93.36% from 255 or 40.82% from 583); Max value from RGB is 238 - color contains mainly: blue. Hex color #E277EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E277EE is #1D8811. Grayscale: #A4A4A4. Windows color (decimal): -1935378 or 15628258. OLE color: 15628258.
HSL color Cylindrical-coordinate representation of color #E277EE: hue angle of 293.95º degrees, saturation: 0.78, 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 #E277EE is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 119 | 238 | - |
| CMYK | 0.05 | 0.50 | 0 | 0.07 |
| HSL | 293.95º | 0.78% | 0.7% | - |
| HSV(B) | 293.95º | 0.5% | 0.93% | - |
| XYZ | 53.39 | 35.54 | 84.93 | - |
| YUV | 164.56 | 169.45 | 171.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 119 | 238 | 0.05 | 0.50 | 0 | 0.07 | 293.95 | 0.78 | 0.7 |
| Hex | E2 | 77 | EE | 5 | 32 | 0 | 7 | 126 | 4E | 46 |
| Octal | 342 | 167 | 356 | 5 | 62 | 0 | 7 | 446 | 116 | 106 |
| Binary | 11100010 | 1110111 | 11101110 | 101 | 110010 | 0 | 111 | 100100110 | 1001110 | 1000110 |
Color Harmonies of #E277EE
Complementary color
Monochromatic Colors of #E277EE
Black with #E277EE
Text Example
Text Example
White with #E277EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E277EE; }
p { color: rgb(226,119,238); }
H1.HeaderClassName
{
color: #E277EE;
}
.AnyTagClassName
{
color: #E277EE;
}
</style>
background-color css
<style>
a { background-color: #E277EE; }
a { background-color: rgb(226,119,238); }
div.DivClassName
{
background-color: #E277EE;
}
.BgClassName
{
background-color: #E277EE;
}
</style>
border-color css
<style>
span { border-color: #E277EE; }
span { border-color: rgb(226,119,238); }
td.TdClassName
{
border-color: #E277EE;
}
.TagClassName
{
border-color: #E277EE;
}
</style>