Shades of Violet #E182DF
Tints of Violet #E182DF
RGB
CMYK
RGB Variations
Color information
#E182DF (or 0xE182DF) is known color: Violet. HEX triplet: E1, 82 and DF. RGB value is (225,130,223). Sum of RGB (Red+Green+Blue) = 225+130+223=578 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.93% from 578); Green value is 130 (51.17% from 255 or 22.49% from 578); Blue value is 223 (87.5% from 255 or 38.58% from 578); Max value from RGB is 225 - color contains mainly: red. Hex color #E182DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E182DF is #1E7D20. Grayscale: #A8A8A8. Windows color (decimal): -1998113 or 14648033. OLE color: 14648033.
HSL color Cylindrical-coordinate representation of color #E182DF: hue angle of 301.26º 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 #E182DF is Cyan = 0, Magento = 0.42, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 130 | 223 | - |
| CMYK | 0 | 0.42 | 0.01 | 0.12 |
| HSL | 301.26º | 0.61% | 0.7% | - |
| HSV(B) | 301.26º | 0.42% | 0.88% | - |
| XYZ | 52.35 | 37.3 | 74.25 | - |
| YUV | 169.01 | 158.47 | 167.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 130 | 223 | 0 | 0.42 | 0.01 | 0.12 | 301.26 | 0.61 | 0.7 |
| Hex | E1 | 82 | DF | 0 | 2A | 1 | C | 12D | 3D | 46 |
| Octal | 341 | 202 | 337 | 0 | 52 | 1 | 14 | 455 | 75 | 106 |
| Binary | 11100001 | 10000010 | 11011111 | 0 | 101010 | 1 | 1100 | 100101101 | 111101 | 1000110 |
Color Harmonies of #E182DF
Complementary color
Monochromatic Colors of #E182DF
Black with #E182DF
Text Example
Text Example
White with #E182DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E182DF; }
p { color: rgb(225,130,223); }
H1.HeaderClassName
{
color: #E182DF;
}
.AnyTagClassName
{
color: #E182DF;
}
</style>
background-color css
<style>
a { background-color: #E182DF; }
a { background-color: rgb(225,130,223); }
div.DivClassName
{
background-color: #E182DF;
}
.BgClassName
{
background-color: #E182DF;
}
</style>
border-color css
<style>
span { border-color: #E182DF; }
span { border-color: rgb(225,130,223); }
td.TdClassName
{
border-color: #E182DF;
}
.TagClassName
{
border-color: #E182DF;
}
</style>