Shades of Violet #E585F7
Tints of Violet #E585F7
RGB
CMYK
RGB Variations
Color information
#E585F7 (or 0xE585F7) is known color: Violet. HEX triplet: E5, 85 and F7. RGB value is (229,133,247). Sum of RGB (Red+Green+Blue) = 229+133+247=609 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.60% from 609); Green value is 133 (52.34% from 255 or 21.84% from 609); Blue value is 247 (96.88% from 255 or 40.56% from 609); Max value from RGB is 247 - color contains mainly: blue. Hex color #E585F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E585F7 is #1A7A08. Grayscale: #AEAEAE. Windows color (decimal): -1735177 or 16221669. OLE color: 16221669.
HSL color Cylindrical-coordinate representation of color #E585F7: hue angle of 290.53º degrees, saturation: 0.88, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E585F7 is Cyan = 0.07, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 229 | 133 | 247 | - |
| CMYK | 0.07 | 0.46 | 0 | 0.03 |
| HSL | 290.53º | 0.88% | 0.75% | - |
| HSV(B) | 290.53º | 0.46% | 0.97% | - |
| XYZ | 57.49 | 40.15 | 92.72 | - |
| YUV | 174.7 | 168.8 | 166.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 133 | 247 | 0.07 | 0.46 | 0 | 0.03 | 290.53 | 0.88 | 0.75 |
| Hex | E5 | 85 | F7 | 7 | 2E | 0 | 3 | 123 | 58 | 4B |
| Octal | 345 | 205 | 367 | 7 | 56 | 0 | 3 | 443 | 130 | 113 |
| Binary | 11100101 | 10000101 | 11110111 | 111 | 101110 | 0 | 11 | 100100011 | 1011000 | 1001011 |
Color Harmonies of #E585F7
Complementary color
Monochromatic Colors of #E585F7
Black with #E585F7
Text Example
Text Example
White with #E585F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E585F7; }
p { color: rgb(229,133,247); }
H1.HeaderClassName
{
color: #E585F7;
}
.AnyTagClassName
{
color: #E585F7;
}
</style>
background-color css
<style>
a { background-color: #E585F7; }
a { background-color: rgb(229,133,247); }
div.DivClassName
{
background-color: #E585F7;
}
.BgClassName
{
background-color: #E585F7;
}
</style>
border-color css
<style>
span { border-color: #E585F7; }
span { border-color: rgb(229,133,247); }
td.TdClassName
{
border-color: #E585F7;
}
.TagClassName
{
border-color: #E585F7;
}
</style>