Shades of Violet #E187F1
Tints of Violet #E187F1
RGB
CMYK
RGB Variations
Color information
#E187F1 (or 0xE187F1) is known color: Violet. HEX triplet: E1, 87 and F1. RGB value is (225,135,241). Sum of RGB (Red+Green+Blue) = 225+135+241=601 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.44% from 601); Green value is 135 (53.12% from 255 or 22.46% from 601); Blue value is 241 (94.53% from 255 or 40.10% from 601); Max value from RGB is 241 - color contains mainly: blue. Hex color #E187F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E187F1 is #1E780E. Grayscale: #ADADAD. Windows color (decimal): -1996815 or 15828961. OLE color: 15828961.
HSL color Cylindrical-coordinate representation of color #E187F1: hue angle of 290.94º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E187F1 is Cyan = 0.07, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 225 | 135 | 241 | - |
| CMYK | 0.07 | 0.44 | 0 | 0.05 |
| HSL | 290.94º | 0.79% | 0.74% | - |
| HSV(B) | 290.94º | 0.44% | 0.95% | - |
| XYZ | 55.59 | 39.69 | 87.95 | - |
| YUV | 173.99 | 165.82 | 164.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 135 | 241 | 0.07 | 0.44 | 0 | 0.05 | 290.94 | 0.79 | 0.74 |
| Hex | E1 | 87 | F1 | 7 | 2C | 0 | 5 | 123 | 4F | 4A |
| Octal | 341 | 207 | 361 | 7 | 54 | 0 | 5 | 443 | 117 | 112 |
| Binary | 11100001 | 10000111 | 11110001 | 111 | 101100 | 0 | 101 | 100100011 | 1001111 | 1001010 |
Color Harmonies of #E187F1
Complementary color
Monochromatic Colors of #E187F1
Black with #E187F1
Text Example
Text Example
White with #E187F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E187F1; }
p { color: rgb(225,135,241); }
H1.HeaderClassName
{
color: #E187F1;
}
.AnyTagClassName
{
color: #E187F1;
}
</style>
background-color css
<style>
a { background-color: #E187F1; }
a { background-color: rgb(225,135,241); }
div.DivClassName
{
background-color: #E187F1;
}
.BgClassName
{
background-color: #E187F1;
}
</style>
border-color css
<style>
span { border-color: #E187F1; }
span { border-color: rgb(225,135,241); }
td.TdClassName
{
border-color: #E187F1;
}
.TagClassName
{
border-color: #E187F1;
}
</style>