Shades of Violet #E277EF
Tints of Violet #E277EF
RGB
CMYK
RGB Variations
Color information
#E277EF (or 0xE277EF) is known color: Violet. HEX triplet: E2, 77 and EF. RGB value is (226,119,239). Sum of RGB (Red+Green+Blue) = 226+119+239=584 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.70% from 584); Green value is 119 (46.88% from 255 or 20.38% from 584); Blue value is 239 (93.75% from 255 or 40.92% from 584); Max value from RGB is 239 - color contains mainly: blue. Hex color #E277EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E277EF is #1D8810. Grayscale: #A4A4A4. Windows color (decimal): -1935377 or 15693794. OLE color: 15693794.
HSL color Cylindrical-coordinate representation of color #E277EF: hue angle of 293.5º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E277EF is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 226 | 119 | 239 | - |
| CMYK | 0.05 | 0.50 | 0 | 0.06 |
| HSL | 293.5º | 0.79% | 0.7% | - |
| HSV(B) | 293.5º | 0.5% | 0.94% | - |
| XYZ | 53.54 | 35.59 | 85.71 | - |
| YUV | 164.67 | 169.95 | 171.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 119 | 239 | 0.05 | 0.50 | 0 | 0.06 | 293.5 | 0.79 | 0.7 |
| Hex | E2 | 77 | EF | 5 | 32 | 0 | 6 | 126 | 4F | 46 |
| Octal | 342 | 167 | 357 | 5 | 62 | 0 | 6 | 446 | 117 | 106 |
| Binary | 11100010 | 1110111 | 11101111 | 101 | 110010 | 0 | 110 | 100100110 | 1001111 | 1000110 |
Color Harmonies of #E277EF
Complementary color
Monochromatic Colors of #E277EF
Black with #E277EF
Text Example
Text Example
White with #E277EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E277EF; }
p { color: rgb(226,119,239); }
H1.HeaderClassName
{
color: #E277EF;
}
.AnyTagClassName
{
color: #E277EF;
}
</style>
background-color css
<style>
a { background-color: #E277EF; }
a { background-color: rgb(226,119,239); }
div.DivClassName
{
background-color: #E277EF;
}
.BgClassName
{
background-color: #E277EF;
}
</style>
border-color css
<style>
span { border-color: #E277EF; }
span { border-color: rgb(226,119,239); }
td.TdClassName
{
border-color: #E277EF;
}
.TagClassName
{
border-color: #E277EF;
}
</style>