Shades of Violet #E584E2
Tints of Violet #E584E2
RGB
CMYK
RGB Variations
Color information
#E584E2 (or 0xE584E2) is known color: Violet. HEX triplet: E5, 84 and E2. RGB value is (229,132,226). Sum of RGB (Red+Green+Blue) = 229+132+226=587 (77% of max value = 765). Red value is 229 (89.84% from 255 or 39.01% from 587); Green value is 132 (51.95% from 255 or 22.49% from 587); Blue value is 226 (88.67% from 255 or 38.50% from 587); Max value from RGB is 229 - color contains mainly: red. Hex color #E584E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E584E2 is #1A7B1D. Grayscale: #ABABAB. Windows color (decimal): -1735454 or 14845157. OLE color: 14845157.
HSL color Cylindrical-coordinate representation of color #E584E2: hue angle of 301.86º 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 #E584E2 is Cyan = 0, Magento = 0.42, Yellow = 0.01 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 132 | 226 | - |
| CMYK | 0 | 0.42 | 0.01 | 0.10 |
| HSL | 301.86º | 0.65% | 0.71% | - |
| HSV(B) | 301.86º | 0.42% | 0.9% | - |
| XYZ | 54.29 | 38.65 | 76.55 | - |
| YUV | 171.72 | 158.64 | 168.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 132 | 226 | 0 | 0.42 | 0.01 | 0.10 | 301.86 | 0.65 | 0.71 |
| Hex | E5 | 84 | E2 | 0 | 2A | 1 | A | 12E | 41 | 47 |
| Octal | 345 | 204 | 342 | 0 | 52 | 1 | 12 | 456 | 101 | 107 |
| Binary | 11100101 | 10000100 | 11100010 | 0 | 101010 | 1 | 1010 | 100101110 | 1000001 | 1000111 |
Color Harmonies of #E584E2
Complementary color
Monochromatic Colors of #E584E2
Black with #E584E2
Text Example
Text Example
White with #E584E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E584E2; }
p { color: rgb(229,132,226); }
H1.HeaderClassName
{
color: #E584E2;
}
.AnyTagClassName
{
color: #E584E2;
}
</style>
background-color css
<style>
a { background-color: #E584E2; }
a { background-color: rgb(229,132,226); }
div.DivClassName
{
background-color: #E584E2;
}
.BgClassName
{
background-color: #E584E2;
}
</style>
border-color css
<style>
span { border-color: #E584E2; }
span { border-color: rgb(229,132,226); }
td.TdClassName
{
border-color: #E584E2;
}
.TagClassName
{
border-color: #E584E2;
}
</style>