Shades of Violet #E177EE
Tints of Violet #E177EE
RGB
CMYK
RGB Variations
Color information
#E177EE (or 0xE177EE) is known color: Violet. HEX triplet: E1, 77 and EE. RGB value is (225,119,238). Sum of RGB (Red+Green+Blue) = 225+119+238=582 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.66% from 582); Green value is 119 (46.88% from 255 or 20.45% from 582); Blue value is 238 (93.36% from 255 or 40.89% from 582); Max value from RGB is 238 - color contains mainly: blue. Hex color #E177EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E177EE is #1E8811. Grayscale: #A3A3A3. Windows color (decimal): -2000914 or 15628257. OLE color: 15628257.
HSL color Cylindrical-coordinate representation of color #E177EE: hue angle of 293.45º 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 #E177EE is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 119 | 238 | - |
| CMYK | 0.05 | 0.50 | 0 | 0.07 |
| HSL | 293.45º | 0.78% | 0.7% | - |
| HSV(B) | 293.45º | 0.5% | 0.93% | - |
| XYZ | 53.08 | 35.37 | 84.92 | - |
| YUV | 164.26 | 169.62 | 171.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 119 | 238 | 0.05 | 0.50 | 0 | 0.07 | 293.45 | 0.78 | 0.7 |
| Hex | E1 | 77 | EE | 5 | 32 | 0 | 7 | 125 | 4E | 46 |
| Octal | 341 | 167 | 356 | 5 | 62 | 0 | 7 | 445 | 116 | 106 |
| Binary | 11100001 | 1110111 | 11101110 | 101 | 110010 | 0 | 111 | 100100101 | 1001110 | 1000110 |
Color Harmonies of #E177EE
Complementary color
Monochromatic Colors of #E177EE
Black with #E177EE
Text Example
Text Example
White with #E177EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E177EE; }
p { color: rgb(225,119,238); }
H1.HeaderClassName
{
color: #E177EE;
}
.AnyTagClassName
{
color: #E177EE;
}
</style>
background-color css
<style>
a { background-color: #E177EE; }
a { background-color: rgb(225,119,238); }
div.DivClassName
{
background-color: #E177EE;
}
.BgClassName
{
background-color: #E177EE;
}
</style>
border-color css
<style>
span { border-color: #E177EE; }
span { border-color: rgb(225,119,238); }
td.TdClassName
{
border-color: #E177EE;
}
.TagClassName
{
border-color: #E177EE;
}
</style>