Shades of Violet #E193F0
Tints of Violet #E193F0
RGB
CMYK
RGB Variations
Color information
#E193F0 (or 0xE193F0) is known color: Violet. HEX triplet: E1, 93 and F0. RGB value is (225,147,240). Sum of RGB (Red+Green+Blue) = 225+147+240=612 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.76% from 612); Green value is 147 (57.81% from 255 or 24.02% from 612); Blue value is 240 (94.14% from 255 or 39.22% from 612); Max value from RGB is 240 - color contains mainly: blue. Hex color #E193F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E193F0 is #1E6C0F. Grayscale: #B4B4B4. Windows color (decimal): -1993744 or 15766497. OLE color: 15766497.
HSL color Cylindrical-coordinate representation of color #E193F0: hue angle of 290.32º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E193F0 is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 225 | 147 | 240 | - |
| CMYK | 0.06 | 0.39 | 0 | 0.06 |
| HSL | 290.32º | 0.76% | 0.76% | - |
| HSV(B) | 290.32º | 0.39% | 0.94% | - |
| XYZ | 57.21 | 43.17 | 87.75 | - |
| YUV | 180.92 | 161.34 | 159.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 147 | 240 | 0.06 | 0.39 | 0 | 0.06 | 290.32 | 0.76 | 0.76 |
| Hex | E1 | 93 | F0 | 6 | 27 | 0 | 6 | 122 | 4C | 4C |
| Octal | 341 | 223 | 360 | 6 | 47 | 0 | 6 | 442 | 114 | 114 |
| Binary | 11100001 | 10010011 | 11110000 | 110 | 100111 | 0 | 110 | 100100010 | 1001100 | 1001100 |
Color Harmonies of #E193F0
Complementary color
Monochromatic Colors of #E193F0
Black with #E193F0
Text Example
Text Example
White with #E193F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E193F0; }
p { color: rgb(225,147,240); }
H1.HeaderClassName
{
color: #E193F0;
}
.AnyTagClassName
{
color: #E193F0;
}
</style>
background-color css
<style>
a { background-color: #E193F0; }
a { background-color: rgb(225,147,240); }
div.DivClassName
{
background-color: #E193F0;
}
.BgClassName
{
background-color: #E193F0;
}
</style>
border-color css
<style>
span { border-color: #E193F0; }
span { border-color: rgb(225,147,240); }
td.TdClassName
{
border-color: #E193F0;
}
.TagClassName
{
border-color: #E193F0;
}
</style>