Shades of Violet Red #E83F85
Tints of Violet Red #E83F85
RGB
CMYK
RGB Variations
Color information
#E83F85 (or 0xE83F85) is known color: Violet Red. HEX triplet: E8, 3F and 85. RGB value is (232,63,133). Sum of RGB (Red+Green+Blue) = 232+63+133=428 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.21% from 428); Green value is 63 (25% from 255 or 14.72% from 428); Blue value is 133 (52.34% from 255 or 31.07% from 428); Max value from RGB is 232 - color contains mainly: red. Hex color #E83F85 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E83F85 is #17C07A. Grayscale: #797979. Windows color (decimal): -1556603 or 8732648. OLE color: 8732648.
HSL color Cylindrical-coordinate representation of color #E83F85: hue angle of 335.15º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E83F85 is Cyan = 0, Magento = 0.73, Yellow = 0.43 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 63 | 133 | - |
| CMYK | 0 | 0.73 | 0.43 | 0.09 |
| HSL | 335.15º | 0.79% | 0.58% | - |
| HSV(B) | 335.15º | 0.73% | 0.91% | - |
| XYZ | 39.29 | 22.4 | 24.44 | - |
| YUV | 121.51 | 134.49 | 206.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 63 | 133 | 0 | 0.73 | 0.43 | 0.09 | 335.15 | 0.79 | 0.58 |
| Hex | E8 | 3F | 85 | 0 | 49 | 2B | 9 | 14F | 4F | 3A |
| Octal | 350 | 77 | 205 | 0 | 111 | 53 | 11 | 517 | 117 | 72 |
| Binary | 11101000 | 111111 | 10000101 | 0 | 1001001 | 101011 | 1001 | 101001111 | 1001111 | 111010 |
Color Harmonies of #E83F85
Complementary color
Monochromatic Colors of #E83F85
Black with #E83F85
Text Example
Text Example
White with #E83F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E83F85; }
p { color: rgb(232,63,133); }
H1.HeaderClassName
{
color: #E83F85;
}
.AnyTagClassName
{
color: #E83F85;
}
</style>
background-color css
<style>
a { background-color: #E83F85; }
a { background-color: rgb(232,63,133); }
div.DivClassName
{
background-color: #E83F85;
}
.BgClassName
{
background-color: #E83F85;
}
</style>
border-color css
<style>
span { border-color: #E83F85; }
span { border-color: rgb(232,63,133); }
td.TdClassName
{
border-color: #E83F85;
}
.TagClassName
{
border-color: #E83F85;
}
</style>