Shades of Violet #E485E7
Tints of Violet #E485E7
RGB
CMYK
RGB Variations
Color information
#E485E7 (or 0xE485E7) is known color: Violet. HEX triplet: E4, 85 and E7. RGB value is (228,133,231). Sum of RGB (Red+Green+Blue) = 228+133+231=592 (78% of max value = 765). Red value is 228 (89.45% from 255 or 38.51% from 592); Green value is 133 (52.34% from 255 or 22.47% from 592); Blue value is 231 (90.62% from 255 or 39.02% from 592); Max value from RGB is 231 - color contains mainly: blue. Hex color #E485E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E485E7 is #1B7A18. Grayscale: #ACACAC. Windows color (decimal): -1800729 or 15173092. OLE color: 15173092.
HSL color Cylindrical-coordinate representation of color #E485E7: hue angle of 298.16º degrees, saturation: 0.67, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E485E7 is Cyan = 0.01, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 228 | 133 | 231 | - |
| CMYK | 0.01 | 0.42 | 0 | 0.09 |
| HSL | 298.16º | 0.67% | 0.71% | - |
| HSV(B) | 298.16º | 0.42% | 0.91% | - |
| XYZ | 54.81 | 39.04 | 80.25 | - |
| YUV | 172.58 | 160.97 | 167.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 133 | 231 | 0.01 | 0.42 | 0 | 0.09 | 298.16 | 0.67 | 0.71 |
| Hex | E4 | 85 | E7 | 1 | 2A | 0 | 9 | 12A | 43 | 47 |
| Octal | 344 | 205 | 347 | 1 | 52 | 0 | 11 | 452 | 103 | 107 |
| Binary | 11100100 | 10000101 | 11100111 | 1 | 101010 | 0 | 1001 | 100101010 | 1000011 | 1000111 |
Color Harmonies of #E485E7
Complementary color
Monochromatic Colors of #E485E7
Black with #E485E7
Text Example
Text Example
White with #E485E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E485E7; }
p { color: rgb(228,133,231); }
H1.HeaderClassName
{
color: #E485E7;
}
.AnyTagClassName
{
color: #E485E7;
}
</style>
background-color css
<style>
a { background-color: #E485E7; }
a { background-color: rgb(228,133,231); }
div.DivClassName
{
background-color: #E485E7;
}
.BgClassName
{
background-color: #E485E7;
}
</style>
border-color css
<style>
span { border-color: #E485E7; }
span { border-color: rgb(228,133,231); }
td.TdClassName
{
border-color: #E485E7;
}
.TagClassName
{
border-color: #E485E7;
}
</style>