Shades of Violet #E485ED
Tints of Violet #E485ED
RGB
CMYK
RGB Variations
Color information
#E485ED (or 0xE485ED) is known color: Violet. HEX triplet: E4, 85 and ED. RGB value is (228,133,237). Sum of RGB (Red+Green+Blue) = 228+133+237=598 (79% of max value = 765). Red value is 228 (89.45% from 255 or 38.13% from 598); Green value is 133 (52.34% from 255 or 22.24% from 598); Blue value is 237 (92.97% from 255 or 39.63% from 598); Max value from RGB is 237 - color contains mainly: blue. Hex color #E485ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E485ED is #1B7A12. Grayscale: #ACACAC. Windows color (decimal): -1800723 or 15566308. OLE color: 15566308.
HSL color Cylindrical-coordinate representation of color #E485ED: hue angle of 294.81º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E485ED is Cyan = 0.04, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 228 | 133 | 237 | - |
| CMYK | 0.04 | 0.44 | 0 | 0.07 |
| HSL | 294.81º | 0.74% | 0.73% | - |
| HSV(B) | 294.81º | 0.44% | 0.93% | - |
| XYZ | 55.67 | 39.38 | 84.79 | - |
| YUV | 173.26 | 163.97 | 167.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 133 | 237 | 0.04 | 0.44 | 0 | 0.07 | 294.81 | 0.74 | 0.73 |
| Hex | E4 | 85 | ED | 4 | 2C | 0 | 7 | 127 | 4A | 49 |
| Octal | 344 | 205 | 355 | 4 | 54 | 0 | 7 | 447 | 112 | 111 |
| Binary | 11100100 | 10000101 | 11101101 | 100 | 101100 | 0 | 111 | 100100111 | 1001010 | 1001001 |
Color Harmonies of #E485ED
Complementary color
Monochromatic Colors of #E485ED
Black with #E485ED
Text Example
Text Example
White with #E485ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E485ED; }
p { color: rgb(228,133,237); }
H1.HeaderClassName
{
color: #E485ED;
}
.AnyTagClassName
{
color: #E485ED;
}
</style>
background-color css
<style>
a { background-color: #E485ED; }
a { background-color: rgb(228,133,237); }
div.DivClassName
{
background-color: #E485ED;
}
.BgClassName
{
background-color: #E485ED;
}
</style>
border-color css
<style>
span { border-color: #E485ED; }
span { border-color: rgb(228,133,237); }
td.TdClassName
{
border-color: #E485ED;
}
.TagClassName
{
border-color: #E485ED;
}
</style>