Shades of Violet #E585E3
Tints of Violet #E585E3
RGB
CMYK
RGB Variations
Color information
#E585E3 (or 0xE585E3) is known color: Violet. HEX triplet: E5, 85 and E3. RGB value is (229,133,227). Sum of RGB (Red+Green+Blue) = 229+133+227=589 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.88% from 589); Green value is 133 (52.34% from 255 or 22.58% from 589); Blue value is 227 (89.06% from 255 or 38.54% from 589); Max value from RGB is 229 - color contains mainly: red. Hex color #E585E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E585E3 is #1A7A1C. Grayscale: #ACACAC. Windows color (decimal): -1735197 or 14910949. OLE color: 14910949.
HSL color Cylindrical-coordinate representation of color #E585E3: hue angle of 301.25º 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 #E585E3 is Cyan = 0, Magento = 0.42, Yellow = 0.01 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 133 | 227 | - |
| CMYK | 0 | 0.42 | 0.01 | 0.10 |
| HSL | 301.25º | 0.65% | 0.71% | - |
| HSV(B) | 301.25º | 0.42% | 0.9% | - |
| XYZ | 54.57 | 38.98 | 77.32 | - |
| YUV | 172.42 | 158.8 | 168.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 133 | 227 | 0 | 0.42 | 0.01 | 0.10 | 301.25 | 0.65 | 0.71 |
| Hex | E5 | 85 | E3 | 0 | 2A | 1 | A | 12D | 41 | 47 |
| Octal | 345 | 205 | 343 | 0 | 52 | 1 | 12 | 455 | 101 | 107 |
| Binary | 11100101 | 10000101 | 11100011 | 0 | 101010 | 1 | 1010 | 100101101 | 1000001 | 1000111 |
Color Harmonies of #E585E3
Complementary color
Monochromatic Colors of #E585E3
Black with #E585E3
Text Example
Text Example
White with #E585E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E585E3; }
p { color: rgb(229,133,227); }
H1.HeaderClassName
{
color: #E585E3;
}
.AnyTagClassName
{
color: #E585E3;
}
</style>
background-color css
<style>
a { background-color: #E585E3; }
a { background-color: rgb(229,133,227); }
div.DivClassName
{
background-color: #E585E3;
}
.BgClassName
{
background-color: #E585E3;
}
</style>
border-color css
<style>
span { border-color: #E585E3; }
span { border-color: rgb(229,133,227); }
td.TdClassName
{
border-color: #E585E3;
}
.TagClassName
{
border-color: #E585E3;
}
</style>