Shades of Violet #E585E2
Tints of Violet #E585E2
RGB
CMYK
RGB Variations
Color information
#E585E2 (or 0xE585E2) is known color: Violet. HEX triplet: E5, 85 and E2. RGB value is (229,133,226). Sum of RGB (Red+Green+Blue) = 229+133+226=588 (77% of max value = 765). Red value is 229 (89.84% from 255 or 38.95% from 588); Green value is 133 (52.34% from 255 or 22.62% from 588); Blue value is 226 (88.67% from 255 or 38.44% from 588); Max value from RGB is 229 - color contains mainly: red. Hex color #E585E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E585E2 is #1A7A1D. Grayscale: #ACACAC. Windows color (decimal): -1735198 or 14845413. OLE color: 14845413.
HSL color Cylindrical-coordinate representation of color #E585E2: hue angle of 301.88º 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 #E585E2 is Cyan = 0, Magento = 0.42, Yellow = 0.01 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 133 | 226 | - |
| CMYK | 0 | 0.42 | 0.01 | 0.10 |
| HSL | 301.88º | 0.65% | 0.71% | - |
| HSV(B) | 301.88º | 0.42% | 0.9% | - |
| XYZ | 54.43 | 38.92 | 76.6 | - |
| YUV | 172.31 | 158.3 | 168.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 133 | 226 | 0 | 0.42 | 0.01 | 0.10 | 301.88 | 0.65 | 0.71 |
| Hex | E5 | 85 | E2 | 0 | 2A | 1 | A | 12E | 41 | 47 |
| Octal | 345 | 205 | 342 | 0 | 52 | 1 | 12 | 456 | 101 | 107 |
| Binary | 11100101 | 10000101 | 11100010 | 0 | 101010 | 1 | 1010 | 100101110 | 1000001 | 1000111 |
Color Harmonies of #E585E2
Complementary color
Monochromatic Colors of #E585E2
Black with #E585E2
Text Example
Text Example
White with #E585E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E585E2; }
p { color: rgb(229,133,226); }
H1.HeaderClassName
{
color: #E585E2;
}
.AnyTagClassName
{
color: #E585E2;
}
</style>
background-color css
<style>
a { background-color: #E585E2; }
a { background-color: rgb(229,133,226); }
div.DivClassName
{
background-color: #E585E2;
}
.BgClassName
{
background-color: #E585E2;
}
</style>
border-color css
<style>
span { border-color: #E585E2; }
span { border-color: rgb(229,133,226); }
td.TdClassName
{
border-color: #E585E2;
}
.TagClassName
{
border-color: #E585E2;
}
</style>