Shades of Violet #E181DF
Tints of Violet #E181DF
RGB
CMYK
RGB Variations
Color information
#E181DF (or 0xE181DF) is known color: Violet. HEX triplet: E1, 81 and DF. RGB value is (225,129,223). Sum of RGB (Red+Green+Blue) = 225+129+223=577 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.99% from 577); Green value is 129 (50.78% from 255 or 22.36% from 577); Blue value is 223 (87.5% from 255 or 38.65% from 577); Max value from RGB is 225 - color contains mainly: red. Hex color #E181DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E181DF is #1E7E20. Grayscale: #A8A8A8. Windows color (decimal): -1998369 or 14647777. OLE color: 14647777.
HSL color Cylindrical-coordinate representation of color #E181DF: hue angle of 301.25º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E181DF is Cyan = 0, Magento = 0.43, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 129 | 223 | - |
| CMYK | 0 | 0.43 | 0.01 | 0.12 |
| HSL | 301.25º | 0.62% | 0.69% | - |
| HSV(B) | 301.25º | 0.43% | 0.88% | - |
| XYZ | 52.22 | 37.04 | 74.21 | - |
| YUV | 168.42 | 158.8 | 168.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 129 | 223 | 0 | 0.43 | 0.01 | 0.12 | 301.25 | 0.62 | 0.69 |
| Hex | E1 | 81 | DF | 0 | 2B | 1 | C | 12D | 3E | 45 |
| Octal | 341 | 201 | 337 | 0 | 53 | 1 | 14 | 455 | 76 | 105 |
| Binary | 11100001 | 10000001 | 11011111 | 0 | 101011 | 1 | 1100 | 100101101 | 111110 | 1000101 |
Color Harmonies of #E181DF
Complementary color
Monochromatic Colors of #E181DF
Black with #E181DF
Text Example
Text Example
White with #E181DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E181DF; }
p { color: rgb(225,129,223); }
H1.HeaderClassName
{
color: #E181DF;
}
.AnyTagClassName
{
color: #E181DF;
}
</style>
background-color css
<style>
a { background-color: #E181DF; }
a { background-color: rgb(225,129,223); }
div.DivClassName
{
background-color: #E181DF;
}
.BgClassName
{
background-color: #E181DF;
}
</style>
border-color css
<style>
span { border-color: #E181DF; }
span { border-color: rgb(225,129,223); }
td.TdClassName
{
border-color: #E181DF;
}
.TagClassName
{
border-color: #E181DF;
}
</style>