Shades of Violet Red #E64385
Tints of Violet Red #E64385
RGB
CMYK
RGB Variations
Color information
#E64385 (or 0xE64385) is known color: Violet Red. HEX triplet: E6, 43 and 85. RGB value is (230,67,133). Sum of RGB (Red+Green+Blue) = 230+67+133=430 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.49% from 430); Green value is 67 (26.56% from 255 or 15.58% from 430); Blue value is 133 (52.34% from 255 or 30.93% from 430); Max value from RGB is 230 - color contains mainly: red. Hex color #E64385 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E64385 is #19BC7A. Grayscale: #7B7B7B. Windows color (decimal): -1686651 or 8733670. OLE color: 8733670.
HSL color Cylindrical-coordinate representation of color #E64385: hue angle of 335.71º 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 #E64385 is Cyan = 0, Magento = 0.71, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 67 | 133 | - |
| CMYK | 0 | 0.71 | 0.42 | 0.10 |
| HSL | 335.71º | 0.77% | 0.58% | - |
| HSV(B) | 335.71º | 0.71% | 0.9% | - |
| XYZ | 38.87 | 22.53 | 24.49 | - |
| YUV | 123.26 | 133.5 | 204.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 67 | 133 | 0 | 0.71 | 0.42 | 0.10 | 335.71 | 0.77 | 0.58 |
| Hex | E6 | 43 | 85 | 0 | 47 | 2A | A | 150 | 4D | 3A |
| Octal | 346 | 103 | 205 | 0 | 107 | 52 | 12 | 520 | 115 | 72 |
| Binary | 11100110 | 1000011 | 10000101 | 0 | 1000111 | 101010 | 1010 | 101010000 | 1001101 | 111010 |
Color Harmonies of #E64385
Complementary color
Monochromatic Colors of #E64385
Black with #E64385
Text Example
Text Example
White with #E64385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64385; }
p { color: rgb(230,67,133); }
H1.HeaderClassName
{
color: #E64385;
}
.AnyTagClassName
{
color: #E64385;
}
</style>
background-color css
<style>
a { background-color: #E64385; }
a { background-color: rgb(230,67,133); }
div.DivClassName
{
background-color: #E64385;
}
.BgClassName
{
background-color: #E64385;
}
</style>
border-color css
<style>
span { border-color: #E64385; }
span { border-color: rgb(230,67,133); }
td.TdClassName
{
border-color: #E64385;
}
.TagClassName
{
border-color: #E64385;
}
</style>