Shades of Violet #E585E6
Tints of Violet #E585E6
RGB
CMYK
RGB Variations
Color information
#E585E6 (or 0xE585E6) is known color: Violet. HEX triplet: E5, 85 and E6. RGB value is (229,133,230). Sum of RGB (Red+Green+Blue) = 229+133+230=592 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.68% from 592); Green value is 133 (52.34% from 255 or 22.47% from 592); Blue value is 230 (90.23% from 255 or 38.85% from 592); Max value from RGB is 230 - color contains mainly: blue. Hex color #E585E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E585E6 is #1A7A19. Grayscale: #ACACAC. Windows color (decimal): -1735194 or 15107557. OLE color: 15107557.
HSL color Cylindrical-coordinate representation of color #E585E6: hue angle of 299.38º degrees, saturation: 0.66, 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 #E585E6 is Cyan = 0.00, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 133 | 230 | - |
| CMYK | 0.00 | 0.42 | 0 | 0.10 |
| HSL | 299.38º | 0.66% | 0.71% | - |
| HSV(B) | 299.38º | 0.42% | 0.9% | - |
| XYZ | 54.98 | 39.15 | 79.52 | - |
| YUV | 172.76 | 160.3 | 168.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 133 | 230 | 0.00 | 0.42 | 0 | 0.10 | 299.38 | 0.66 | 0.71 |
| Hex | E5 | 85 | E6 | 0 | 2A | 0 | A | 12B | 42 | 47 |
| Octal | 345 | 205 | 346 | 0 | 52 | 0 | 12 | 453 | 102 | 107 |
| Binary | 11100101 | 10000101 | 11100110 | 0 | 101010 | 0 | 1010 | 100101011 | 1000010 | 1000111 |
Color Harmonies of #E585E6
Complementary color
Monochromatic Colors of #E585E6
Black with #E585E6
Text Example
Text Example
White with #E585E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E585E6; }
p { color: rgb(229,133,230); }
H1.HeaderClassName
{
color: #E585E6;
}
.AnyTagClassName
{
color: #E585E6;
}
</style>
background-color css
<style>
a { background-color: #E585E6; }
a { background-color: rgb(229,133,230); }
div.DivClassName
{
background-color: #E585E6;
}
.BgClassName
{
background-color: #E585E6;
}
</style>
border-color css
<style>
span { border-color: #E585E6; }
span { border-color: rgb(229,133,230); }
td.TdClassName
{
border-color: #E585E6;
}
.TagClassName
{
border-color: #E585E6;
}
</style>