Shades of Violet #E277EB
Tints of Violet #E277EB
RGB
CMYK
RGB Variations
Color information
#E277EB (or 0xE277EB) is known color: Violet. HEX triplet: E2, 77 and EB. RGB value is (226,119,235). Sum of RGB (Red+Green+Blue) = 226+119+235=580 (76% of max value = 765). Red value is 226 (88.67% from 255 or 38.97% from 580); Green value is 119 (46.88% from 255 or 20.52% from 580); Blue value is 235 (92.19% from 255 or 40.52% from 580); Max value from RGB is 235 - color contains mainly: blue. Hex color #E277EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E277EB is #1D8814. Grayscale: #A3A3A3. Windows color (decimal): -1935381 or 15431650. OLE color: 15431650.
HSL color Cylindrical-coordinate representation of color #E277EB: hue angle of 295.34º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E277EB is Cyan = 0.04, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 226 | 119 | 235 | - |
| CMYK | 0.04 | 0.49 | 0 | 0.08 |
| HSL | 295.34º | 0.74% | 0.69% | - |
| HSV(B) | 295.34º | 0.49% | 0.92% | - |
| XYZ | 52.96 | 35.36 | 82.63 | - |
| YUV | 164.22 | 167.95 | 172.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 119 | 235 | 0.04 | 0.49 | 0 | 0.08 | 295.34 | 0.74 | 0.69 |
| Hex | E2 | 77 | EB | 4 | 31 | 0 | 8 | 127 | 4A | 45 |
| Octal | 342 | 167 | 353 | 4 | 61 | 0 | 10 | 447 | 112 | 105 |
| Binary | 11100010 | 1110111 | 11101011 | 100 | 110001 | 0 | 1000 | 100100111 | 1001010 | 1000101 |
Color Harmonies of #E277EB
Complementary color
Monochromatic Colors of #E277EB
Black with #E277EB
Text Example
Text Example
White with #E277EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E277EB; }
p { color: rgb(226,119,235); }
H1.HeaderClassName
{
color: #E277EB;
}
.AnyTagClassName
{
color: #E277EB;
}
</style>
background-color css
<style>
a { background-color: #E277EB; }
a { background-color: rgb(226,119,235); }
div.DivClassName
{
background-color: #E277EB;
}
.BgClassName
{
background-color: #E277EB;
}
</style>
border-color css
<style>
span { border-color: #E277EB; }
span { border-color: rgb(226,119,235); }
td.TdClassName
{
border-color: #E277EB;
}
.TagClassName
{
border-color: #E277EB;
}
</style>