Shades of Violet #E179EA
Tints of Violet #E179EA
RGB
CMYK
RGB Variations
Color information
#E179EA (or 0xE179EA) is known color: Violet. HEX triplet: E1, 79 and EA. RGB value is (225,121,234). Sum of RGB (Red+Green+Blue) = 225+121+234=580 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.79% from 580); Green value is 121 (47.66% from 255 or 20.86% from 580); Blue value is 234 (91.80% from 255 or 40.34% from 580); Max value from RGB is 234 - color contains mainly: blue. Hex color #E179EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E179EA is #1E8615. Grayscale: #A4A4A4. Windows color (decimal): -2000406 or 15366625. OLE color: 15366625.
HSL color Cylindrical-coordinate representation of color #E179EA: hue angle of 295.22º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E179EA is Cyan = 0.04, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 225 | 121 | 234 | - |
| CMYK | 0.04 | 0.48 | 0 | 0.08 |
| HSL | 295.22º | 0.73% | 0.7% | - |
| HSV(B) | 295.22º | 0.48% | 0.92% | - |
| XYZ | 52.74 | 35.62 | 81.94 | - |
| YUV | 164.98 | 166.96 | 170.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 121 | 234 | 0.04 | 0.48 | 0 | 0.08 | 295.22 | 0.73 | 0.7 |
| Hex | E1 | 79 | EA | 4 | 30 | 0 | 8 | 127 | 49 | 46 |
| Octal | 341 | 171 | 352 | 4 | 60 | 0 | 10 | 447 | 111 | 106 |
| Binary | 11100001 | 1111001 | 11101010 | 100 | 110000 | 0 | 1000 | 100100111 | 1001001 | 1000110 |
Color Harmonies of #E179EA
Complementary color
Monochromatic Colors of #E179EA
Black with #E179EA
Text Example
Text Example
White with #E179EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E179EA; }
p { color: rgb(225,121,234); }
H1.HeaderClassName
{
color: #E179EA;
}
.AnyTagClassName
{
color: #E179EA;
}
</style>
background-color css
<style>
a { background-color: #E179EA; }
a { background-color: rgb(225,121,234); }
div.DivClassName
{
background-color: #E179EA;
}
.BgClassName
{
background-color: #E179EA;
}
</style>
border-color css
<style>
span { border-color: #E179EA; }
span { border-color: rgb(225,121,234); }
td.TdClassName
{
border-color: #E179EA;
}
.TagClassName
{
border-color: #E179EA;
}
</style>