Shades of Violet Red #E44385
Tints of Violet Red #E44385
RGB
CMYK
RGB Variations
Color information
#E44385 (or 0xE44385) is known color: Violet Red. HEX triplet: E4, 43 and 85. RGB value is (228,67,133). Sum of RGB (Red+Green+Blue) = 228+67+133=428 (56% of max value = 765). Red value is 228 (89.45% from 255 or 53.27% from 428); Green value is 67 (26.56% from 255 or 15.65% from 428); Blue value is 133 (52.34% from 255 or 31.07% from 428); Max value from RGB is 228 - color contains mainly: red. Hex color #E44385 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E44385 is #1BBC7A. Grayscale: #7A7A7A. Windows color (decimal): -1817723 or 8733668. OLE color: 8733668.
HSL color Cylindrical-coordinate representation of color #E44385: hue angle of 335.4º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E44385 is Cyan = 0, Magento = 0.71, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 67 | 133 | - |
| CMYK | 0 | 0.71 | 0.42 | 0.11 |
| HSL | 335.4º | 0.75% | 0.58% | - |
| HSV(B) | 335.4º | 0.71% | 0.89% | - |
| XYZ | 38.24 | 22.2 | 24.46 | - |
| YUV | 122.66 | 133.84 | 203.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 67 | 133 | 0 | 0.71 | 0.42 | 0.11 | 335.4 | 0.75 | 0.58 |
| Hex | E4 | 43 | 85 | 0 | 47 | 2A | B | 14F | 4B | 3A |
| Octal | 344 | 103 | 205 | 0 | 107 | 52 | 13 | 517 | 113 | 72 |
| Binary | 11100100 | 1000011 | 10000101 | 0 | 1000111 | 101010 | 1011 | 101001111 | 1001011 | 111010 |
Color Harmonies of #E44385
Complementary color
Monochromatic Colors of #E44385
Black with #E44385
Text Example
Text Example
White with #E44385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E44385; }
p { color: rgb(228,67,133); }
H1.HeaderClassName
{
color: #E44385;
}
.AnyTagClassName
{
color: #E44385;
}
</style>
background-color css
<style>
a { background-color: #E44385; }
a { background-color: rgb(228,67,133); }
div.DivClassName
{
background-color: #E44385;
}
.BgClassName
{
background-color: #E44385;
}
</style>
border-color css
<style>
span { border-color: #E44385; }
span { border-color: rgb(228,67,133); }
td.TdClassName
{
border-color: #E44385;
}
.TagClassName
{
border-color: #E44385;
}
</style>