Shades of Violet #E182DE
Tints of Violet #E182DE
RGB
CMYK
RGB Variations
Color information
#E182DE (or 0xE182DE) is known color: Violet. HEX triplet: E1, 82 and DE. RGB value is (225,130,222). Sum of RGB (Red+Green+Blue) = 225+130+222=577 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.99% from 577); Green value is 130 (51.17% from 255 or 22.53% from 577); Blue value is 222 (87.11% from 255 or 38.47% from 577); Max value from RGB is 225 - color contains mainly: red. Hex color #E182DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E182DE is #1E7D21. Grayscale: #A8A8A8. Windows color (decimal): -1998114 or 14582497. OLE color: 14582497.
HSL color Cylindrical-coordinate representation of color #E182DE: hue angle of 301.89º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E182DE is Cyan = 0, Magento = 0.42, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 130 | 222 | - |
| CMYK | 0 | 0.42 | 0.01 | 0.12 |
| HSL | 301.89º | 0.61% | 0.7% | - |
| HSV(B) | 301.89º | 0.42% | 0.88% | - |
| XYZ | 52.22 | 37.25 | 73.54 | - |
| YUV | 168.89 | 157.97 | 168.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 130 | 222 | 0 | 0.42 | 0.01 | 0.12 | 301.89 | 0.61 | 0.7 |
| Hex | E1 | 82 | DE | 0 | 2A | 1 | C | 12E | 3D | 46 |
| Octal | 341 | 202 | 336 | 0 | 52 | 1 | 14 | 456 | 75 | 106 |
| Binary | 11100001 | 10000010 | 11011110 | 0 | 101010 | 1 | 1100 | 100101110 | 111101 | 1000110 |
Color Harmonies of #E182DE
Complementary color
Monochromatic Colors of #E182DE
Black with #E182DE
Text Example
Text Example
White with #E182DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E182DE; }
p { color: rgb(225,130,222); }
H1.HeaderClassName
{
color: #E182DE;
}
.AnyTagClassName
{
color: #E182DE;
}
</style>
background-color css
<style>
a { background-color: #E182DE; }
a { background-color: rgb(225,130,222); }
div.DivClassName
{
background-color: #E182DE;
}
.BgClassName
{
background-color: #E182DE;
}
</style>
border-color css
<style>
span { border-color: #E182DE; }
span { border-color: rgb(225,130,222); }
td.TdClassName
{
border-color: #E182DE;
}
.TagClassName
{
border-color: #E182DE;
}
</style>