Shades of Violet Red #E44285
Tints of Violet Red #E44285
RGB
CMYK
RGB Variations
Color information
#E44285 (or 0xE44285) is known color: Violet Red. HEX triplet: E4, 42 and 85. RGB value is (228,66,133). Sum of RGB (Red+Green+Blue) = 228+66+133=427 (56% of max value = 765). Red value is 228 (89.45% from 255 or 53.40% from 427); Green value is 66 (26.17% from 255 or 15.46% from 427); Blue value is 133 (52.34% from 255 or 31.15% from 427); Max value from RGB is 228 - color contains mainly: red. Hex color #E44285 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E44285 is #1BBD7A. Grayscale: #797979. Windows color (decimal): -1817979 or 8733412. OLE color: 8733412.
HSL color Cylindrical-coordinate representation of color #E44285: hue angle of 335.19º 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 #E44285 is Cyan = 0, Magento = 0.71, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 66 | 133 | - |
| CMYK | 0 | 0.71 | 0.42 | 0.11 |
| HSL | 335.19º | 0.75% | 0.58% | - |
| HSV(B) | 335.19º | 0.71% | 0.89% | - |
| XYZ | 38.18 | 22.08 | 24.44 | - |
| YUV | 122.08 | 134.17 | 203.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 66 | 133 | 0 | 0.71 | 0.42 | 0.11 | 335.19 | 0.75 | 0.58 |
| Hex | E4 | 42 | 85 | 0 | 47 | 2A | B | 14F | 4B | 3A |
| Octal | 344 | 102 | 205 | 0 | 107 | 52 | 13 | 517 | 113 | 72 |
| Binary | 11100100 | 1000010 | 10000101 | 0 | 1000111 | 101010 | 1011 | 101001111 | 1001011 | 111010 |
Color Harmonies of #E44285
Complementary color
Monochromatic Colors of #E44285
Black with #E44285
Text Example
Text Example
White with #E44285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E44285; }
p { color: rgb(228,66,133); }
H1.HeaderClassName
{
color: #E44285;
}
.AnyTagClassName
{
color: #E44285;
}
</style>
background-color css
<style>
a { background-color: #E44285; }
a { background-color: rgb(228,66,133); }
div.DivClassName
{
background-color: #E44285;
}
.BgClassName
{
background-color: #E44285;
}
</style>
border-color css
<style>
span { border-color: #E44285; }
span { border-color: rgb(228,66,133); }
td.TdClassName
{
border-color: #E44285;
}
.TagClassName
{
border-color: #E44285;
}
</style>