Shades of Violet #E584E0
Tints of Violet #E584E0
RGB
CMYK
RGB Variations
Color information
#E584E0 (or 0xE584E0) is known color: Violet. HEX triplet: E5, 84 and E0. RGB value is (229,132,224). Sum of RGB (Red+Green+Blue) = 229+132+224=585 (77% of max value = 765). Red value is 229 (89.84% from 255 or 39.15% from 585); Green value is 132 (51.95% from 255 or 22.56% from 585); Blue value is 224 (87.89% from 255 or 38.29% from 585); Max value from RGB is 229 - color contains mainly: red. Hex color #E584E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E584E0 is #1A7B1F. Grayscale: #ABABAB. Windows color (decimal): -1735456 or 14714085. OLE color: 14714085.
HSL color Cylindrical-coordinate representation of color #E584E0: hue angle of 303.09º 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 #E584E0 is Cyan = 0, Magento = 0.42, Yellow = 0.02 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 132 | 224 | - |
| CMYK | 0 | 0.42 | 0.02 | 0.10 |
| HSL | 303.09º | 0.65% | 0.71% | - |
| HSV(B) | 303.09º | 0.42% | 0.9% | - |
| XYZ | 54.02 | 38.54 | 75.11 | - |
| YUV | 171.49 | 157.64 | 169.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 132 | 224 | 0 | 0.42 | 0.02 | 0.10 | 303.09 | 0.65 | 0.71 |
| Hex | E5 | 84 | E0 | 0 | 2A | 2 | A | 12F | 41 | 47 |
| Octal | 345 | 204 | 340 | 0 | 52 | 2 | 12 | 457 | 101 | 107 |
| Binary | 11100101 | 10000100 | 11100000 | 0 | 101010 | 10 | 1010 | 100101111 | 1000001 | 1000111 |
Color Harmonies of #E584E0
Complementary color
Monochromatic Colors of #E584E0
Black with #E584E0
Text Example
Text Example
White with #E584E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E584E0; }
p { color: rgb(229,132,224); }
H1.HeaderClassName
{
color: #E584E0;
}
.AnyTagClassName
{
color: #E584E0;
}
</style>
background-color css
<style>
a { background-color: #E584E0; }
a { background-color: rgb(229,132,224); }
div.DivClassName
{
background-color: #E584E0;
}
.BgClassName
{
background-color: #E584E0;
}
</style>
border-color css
<style>
span { border-color: #E584E0; }
span { border-color: rgb(229,132,224); }
td.TdClassName
{
border-color: #E584E0;
}
.TagClassName
{
border-color: #E584E0;
}
</style>