Shades of Violet #E188DF
Tints of Violet #E188DF
RGB
CMYK
RGB Variations
Color information
#E188DF (or 0xE188DF) is known color: Violet. HEX triplet: E1, 88 and DF. RGB value is (225,136,223). Sum of RGB (Red+Green+Blue) = 225+136+223=584 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.53% from 584); Green value is 136 (53.52% from 255 or 23.29% from 584); Blue value is 223 (87.5% from 255 or 38.18% from 584); Max value from RGB is 225 - color contains mainly: red. Hex color #E188DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E188DF is #1E7720. Grayscale: #ACACAC. Windows color (decimal): -1996577 or 14649569. OLE color: 14649569.
HSL color Cylindrical-coordinate representation of color #E188DF: hue angle of 301.35º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E188DF is Cyan = 0, Magento = 0.40, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 136 | 223 | - |
| CMYK | 0 | 0.40 | 0.01 | 0.12 |
| HSL | 301.35º | 0.6% | 0.71% | - |
| HSV(B) | 301.35º | 0.4% | 0.88% | - |
| XYZ | 53.17 | 38.94 | 74.53 | - |
| YUV | 172.53 | 156.49 | 165.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 136 | 223 | 0 | 0.40 | 0.01 | 0.12 | 301.35 | 0.6 | 0.71 |
| Hex | E1 | 88 | DF | 0 | 28 | 1 | C | 12D | 3C | 47 |
| Octal | 341 | 210 | 337 | 0 | 50 | 1 | 14 | 455 | 74 | 107 |
| Binary | 11100001 | 10001000 | 11011111 | 0 | 101000 | 1 | 1100 | 100101101 | 111100 | 1000111 |
Color Harmonies of #E188DF
Complementary color
Monochromatic Colors of #E188DF
Black with #E188DF
Text Example
Text Example
White with #E188DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E188DF; }
p { color: rgb(225,136,223); }
H1.HeaderClassName
{
color: #E188DF;
}
.AnyTagClassName
{
color: #E188DF;
}
</style>
background-color css
<style>
a { background-color: #E188DF; }
a { background-color: rgb(225,136,223); }
div.DivClassName
{
background-color: #E188DF;
}
.BgClassName
{
background-color: #E188DF;
}
</style>
border-color css
<style>
span { border-color: #E188DF; }
span { border-color: rgb(225,136,223); }
td.TdClassName
{
border-color: #E188DF;
}
.TagClassName
{
border-color: #E188DF;
}
</style>