Shades of Violet #E184E5
Tints of Violet #E184E5
RGB
CMYK
RGB Variations
Color information
#E184E5 (or 0xE184E5) is known color: Violet. HEX triplet: E1, 84 and E5. RGB value is (225,132,229). Sum of RGB (Red+Green+Blue) = 225+132+229=586 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.40% from 586); Green value is 132 (51.95% from 255 or 22.53% from 586); Blue value is 229 (89.84% from 255 or 39.08% from 586); Max value from RGB is 229 - color contains mainly: blue. Hex color #E184E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E184E5 is #1E7B1A. Grayscale: #AAAAAA. Windows color (decimal): -1997595 or 15041761. OLE color: 15041761.
HSL color Cylindrical-coordinate representation of color #E184E5: hue angle of 297.53º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E184E5 is Cyan = 0.02, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 225 | 132 | 229 | - |
| CMYK | 0.02 | 0.42 | 0 | 0.10 |
| HSL | 297.53º | 0.65% | 0.71% | - |
| HSV(B) | 297.53º | 0.42% | 0.9% | - |
| XYZ | 53.45 | 38.17 | 78.68 | - |
| YUV | 170.87 | 160.81 | 166.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 132 | 229 | 0.02 | 0.42 | 0 | 0.10 | 297.53 | 0.65 | 0.71 |
| Hex | E1 | 84 | E5 | 2 | 2A | 0 | A | 12A | 41 | 47 |
| Octal | 341 | 204 | 345 | 2 | 52 | 0 | 12 | 452 | 101 | 107 |
| Binary | 11100001 | 10000100 | 11100101 | 10 | 101010 | 0 | 1010 | 100101010 | 1000001 | 1000111 |
Color Harmonies of #E184E5
Complementary color
Monochromatic Colors of #E184E5
Black with #E184E5
Text Example
Text Example
White with #E184E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E184E5; }
p { color: rgb(225,132,229); }
H1.HeaderClassName
{
color: #E184E5;
}
.AnyTagClassName
{
color: #E184E5;
}
</style>
background-color css
<style>
a { background-color: #E184E5; }
a { background-color: rgb(225,132,229); }
div.DivClassName
{
background-color: #E184E5;
}
.BgClassName
{
background-color: #E184E5;
}
</style>
border-color css
<style>
span { border-color: #E184E5; }
span { border-color: rgb(225,132,229); }
td.TdClassName
{
border-color: #E184E5;
}
.TagClassName
{
border-color: #E184E5;
}
</style>