Shades of Violet #E176ED
Tints of Violet #E176ED
RGB
CMYK
RGB Variations
Color information
#E176ED (or 0xE176ED) is known color: Violet. HEX triplet: E1, 76 and ED. RGB value is (225,118,237). Sum of RGB (Red+Green+Blue) = 225+118+237=580 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.79% from 580); Green value is 118 (46.48% from 255 or 20.34% from 580); Blue value is 237 (92.97% from 255 or 40.86% from 580); Max value from RGB is 237 - color contains mainly: blue. Hex color #E176ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E176ED is #1E8912. Grayscale: #A3A3A3. Windows color (decimal): -2001171 or 15562465. OLE color: 15562465.
HSL color Cylindrical-coordinate representation of color #E176ED: hue angle of 293.95º 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 #E176ED is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 118 | 237 | - |
| CMYK | 0.05 | 0.50 | 0 | 0.07 |
| HSL | 293.95º | 0.77% | 0.7% | - |
| HSV(B) | 293.95º | 0.5% | 0.93% | - |
| XYZ | 52.82 | 35.08 | 84.11 | - |
| YUV | 163.56 | 169.45 | 171.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 118 | 237 | 0.05 | 0.50 | 0 | 0.07 | 293.95 | 0.77 | 0.7 |
| Hex | E1 | 76 | ED | 5 | 32 | 0 | 7 | 126 | 4D | 46 |
| Octal | 341 | 166 | 355 | 5 | 62 | 0 | 7 | 446 | 115 | 106 |
| Binary | 11100001 | 1110110 | 11101101 | 101 | 110010 | 0 | 111 | 100100110 | 1001101 | 1000110 |
Color Harmonies of #E176ED
Complementary color
Monochromatic Colors of #E176ED
Black with #E176ED
Text Example
Text Example
White with #E176ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E176ED; }
p { color: rgb(225,118,237); }
H1.HeaderClassName
{
color: #E176ED;
}
.AnyTagClassName
{
color: #E176ED;
}
</style>
background-color css
<style>
a { background-color: #E176ED; }
a { background-color: rgb(225,118,237); }
div.DivClassName
{
background-color: #E176ED;
}
.BgClassName
{
background-color: #E176ED;
}
</style>
border-color css
<style>
span { border-color: #E176ED; }
span { border-color: rgb(225,118,237); }
td.TdClassName
{
border-color: #E176ED;
}
.TagClassName
{
border-color: #E176ED;
}
</style>