Shades of Violet #E485E6
Tints of Violet #E485E6
RGB
CMYK
RGB Variations
Color information
#E485E6 (or 0xE485E6) is known color: Violet. HEX triplet: E4, 85 and E6. RGB value is (228,133,230). Sum of RGB (Red+Green+Blue) = 228+133+230=591 (78% of max value = 765). Red value is 228 (89.45% from 255 or 38.58% from 591); Green value is 133 (52.34% from 255 or 22.50% from 591); Blue value is 230 (90.23% from 255 or 38.92% from 591); Max value from RGB is 230 - color contains mainly: blue. Hex color #E485E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E485E6 is #1B7A19. Grayscale: #ACACAC. Windows color (decimal): -1800730 or 15107556. OLE color: 15107556.
HSL color Cylindrical-coordinate representation of color #E485E6: hue angle of 298.76º 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 #E485E6 is Cyan = 0.01, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 228 | 133 | 230 | - |
| CMYK | 0.01 | 0.42 | 0 | 0.10 |
| HSL | 298.76º | 0.66% | 0.71% | - |
| HSV(B) | 298.76º | 0.42% | 0.9% | - |
| XYZ | 54.67 | 38.98 | 79.51 | - |
| YUV | 172.46 | 160.47 | 167.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 133 | 230 | 0.01 | 0.42 | 0 | 0.10 | 298.76 | 0.66 | 0.71 |
| Hex | E4 | 85 | E6 | 1 | 2A | 0 | A | 12B | 42 | 47 |
| Octal | 344 | 205 | 346 | 1 | 52 | 0 | 12 | 453 | 102 | 107 |
| Binary | 11100100 | 10000101 | 11100110 | 1 | 101010 | 0 | 1010 | 100101011 | 1000010 | 1000111 |
Color Harmonies of #E485E6
Complementary color
Monochromatic Colors of #E485E6
Black with #E485E6
Text Example
Text Example
White with #E485E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E485E6; }
p { color: rgb(228,133,230); }
H1.HeaderClassName
{
color: #E485E6;
}
.AnyTagClassName
{
color: #E485E6;
}
</style>
background-color css
<style>
a { background-color: #E485E6; }
a { background-color: rgb(228,133,230); }
div.DivClassName
{
background-color: #E485E6;
}
.BgClassName
{
background-color: #E485E6;
}
</style>
border-color css
<style>
span { border-color: #E485E6; }
span { border-color: rgb(228,133,230); }
td.TdClassName
{
border-color: #E485E6;
}
.TagClassName
{
border-color: #E485E6;
}
</style>