Shades of Violet Red #E64285
Tints of Violet Red #E64285
RGB
CMYK
RGB Variations
Color information
#E64285 (or 0xE64285) is known color: Violet Red. HEX triplet: E6, 42 and 85. RGB value is (230,66,133). Sum of RGB (Red+Green+Blue) = 230+66+133=429 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.61% from 429); Green value is 66 (26.17% from 255 or 15.38% from 429); Blue value is 133 (52.34% from 255 or 31.00% from 429); Max value from RGB is 230 - color contains mainly: red. Hex color #E64285 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E64285 is #19BD7A. Grayscale: #7A7A7A. Windows color (decimal): -1686907 or 8733414. OLE color: 8733414.
HSL color Cylindrical-coordinate representation of color #E64285: hue angle of 335.49º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E64285 is Cyan = 0, Magento = 0.71, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 66 | 133 | - |
| CMYK | 0 | 0.71 | 0.42 | 0.10 |
| HSL | 335.49º | 0.77% | 0.58% | - |
| HSV(B) | 335.49º | 0.71% | 0.9% | - |
| XYZ | 38.81 | 22.41 | 24.47 | - |
| YUV | 122.67 | 133.83 | 204.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 66 | 133 | 0 | 0.71 | 0.42 | 0.10 | 335.49 | 0.77 | 0.58 |
| Hex | E6 | 42 | 85 | 0 | 47 | 2A | A | 14F | 4D | 3A |
| Octal | 346 | 102 | 205 | 0 | 107 | 52 | 12 | 517 | 115 | 72 |
| Binary | 11100110 | 1000010 | 10000101 | 0 | 1000111 | 101010 | 1010 | 101001111 | 1001101 | 111010 |
Color Harmonies of #E64285
Complementary color
Monochromatic Colors of #E64285
Black with #E64285
Text Example
Text Example
White with #E64285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64285; }
p { color: rgb(230,66,133); }
H1.HeaderClassName
{
color: #E64285;
}
.AnyTagClassName
{
color: #E64285;
}
</style>
background-color css
<style>
a { background-color: #E64285; }
a { background-color: rgb(230,66,133); }
div.DivClassName
{
background-color: #E64285;
}
.BgClassName
{
background-color: #E64285;
}
</style>
border-color css
<style>
span { border-color: #E64285; }
span { border-color: rgb(230,66,133); }
td.TdClassName
{
border-color: #E64285;
}
.TagClassName
{
border-color: #E64285;
}
</style>