Shades of Violet Red #E44286
Tints of Violet Red #E44286
RGB
CMYK
RGB Variations
Color information
#E44286 (or 0xE44286) is known color: Violet Red. HEX triplet: E4, 42 and 86. RGB value is (228,66,134). Sum of RGB (Red+Green+Blue) = 228+66+134=428 (56% of max value = 765). Red value is 228 (89.45% from 255 or 53.27% from 428); Green value is 66 (26.17% from 255 or 15.42% from 428); Blue value is 134 (52.73% from 255 or 31.31% from 428); Max value from RGB is 228 - color contains mainly: red. Hex color #E44286 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E44286 is #1BBD79. Grayscale: #7A7A7A. Windows color (decimal): -1817978 or 8798948. OLE color: 8798948.
HSL color Cylindrical-coordinate representation of color #E44286: hue angle of 334.81º 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 #E44286 is Cyan = 0, Magento = 0.71, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 66 | 134 | - |
| CMYK | 0 | 0.71 | 0.41 | 0.11 |
| HSL | 334.81º | 0.75% | 0.58% | - |
| HSV(B) | 334.81º | 0.71% | 0.89% | - |
| XYZ | 38.25 | 22.11 | 24.81 | - |
| YUV | 122.19 | 134.67 | 203.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 66 | 134 | 0 | 0.71 | 0.41 | 0.11 | 334.81 | 0.75 | 0.58 |
| Hex | E4 | 42 | 86 | 0 | 47 | 29 | B | 14F | 4B | 3A |
| Octal | 344 | 102 | 206 | 0 | 107 | 51 | 13 | 517 | 113 | 72 |
| Binary | 11100100 | 1000010 | 10000110 | 0 | 1000111 | 101001 | 1011 | 101001111 | 1001011 | 111010 |
Color Harmonies of #E44286
Complementary color
Monochromatic Colors of #E44286
Black with #E44286
Text Example
Text Example
White with #E44286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E44286; }
p { color: rgb(228,66,134); }
H1.HeaderClassName
{
color: #E44286;
}
.AnyTagClassName
{
color: #E44286;
}
</style>
background-color css
<style>
a { background-color: #E44286; }
a { background-color: rgb(228,66,134); }
div.DivClassName
{
background-color: #E44286;
}
.BgClassName
{
background-color: #E44286;
}
</style>
border-color css
<style>
span { border-color: #E44286; }
span { border-color: rgb(228,66,134); }
td.TdClassName
{
border-color: #E44286;
}
.TagClassName
{
border-color: #E44286;
}
</style>