Shades of Violet #E185F1
Tints of Violet #E185F1
RGB
CMYK
RGB Variations
Color information
#E185F1 (or 0xE185F1) is known color: Violet. HEX triplet: E1, 85 and F1. RGB value is (225,133,241). Sum of RGB (Red+Green+Blue) = 225+133+241=599 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.56% from 599); Green value is 133 (52.34% from 255 or 22.20% from 599); Blue value is 241 (94.53% from 255 or 40.23% from 599); Max value from RGB is 241 - color contains mainly: blue. Hex color #E185F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E185F1 is #1E7A0E. Grayscale: #ACACAC. Windows color (decimal): -1997327 or 15828449. OLE color: 15828449.
HSL color Cylindrical-coordinate representation of color #E185F1: hue angle of 291.11º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E185F1 is Cyan = 0.07, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 225 | 133 | 241 | - |
| CMYK | 0.07 | 0.45 | 0 | 0.05 |
| HSL | 291.11º | 0.79% | 0.73% | - |
| HSV(B) | 291.11º | 0.45% | 0.95% | - |
| XYZ | 55.32 | 39.13 | 87.86 | - |
| YUV | 172.82 | 166.48 | 165.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 133 | 241 | 0.07 | 0.45 | 0 | 0.05 | 291.11 | 0.79 | 0.73 |
| Hex | E1 | 85 | F1 | 7 | 2D | 0 | 5 | 123 | 4F | 49 |
| Octal | 341 | 205 | 361 | 7 | 55 | 0 | 5 | 443 | 117 | 111 |
| Binary | 11100001 | 10000101 | 11110001 | 111 | 101101 | 0 | 101 | 100100011 | 1001111 | 1001001 |
Color Harmonies of #E185F1
Complementary color
Monochromatic Colors of #E185F1
Black with #E185F1
Text Example
Text Example
White with #E185F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E185F1; }
p { color: rgb(225,133,241); }
H1.HeaderClassName
{
color: #E185F1;
}
.AnyTagClassName
{
color: #E185F1;
}
</style>
background-color css
<style>
a { background-color: #E185F1; }
a { background-color: rgb(225,133,241); }
div.DivClassName
{
background-color: #E185F1;
}
.BgClassName
{
background-color: #E185F1;
}
</style>
border-color css
<style>
span { border-color: #E185F1; }
span { border-color: rgb(225,133,241); }
td.TdClassName
{
border-color: #E185F1;
}
.TagClassName
{
border-color: #E185F1;
}
</style>