Shades of Violet Red #E8448B
Tints of Violet Red #E8448B
RGB
CMYK
RGB Variations
Color information
#E8448B (or 0xE8448B) is known color: Violet Red. HEX triplet: E8, 44 and 8B. RGB value is (232,68,139). Sum of RGB (Red+Green+Blue) = 232+68+139=439 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.85% from 439); Green value is 68 (26.95% from 255 or 15.49% from 439); Blue value is 139 (54.69% from 255 or 31.66% from 439); Max value from RGB is 232 - color contains mainly: red. Hex color #E8448B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E8448B is #17BB74. Grayscale: #7D7D7D. Windows color (decimal): -1555317 or 9127144. OLE color: 9127144.
HSL color Cylindrical-coordinate representation of color #E8448B: hue angle of 334.02º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E8448B is Cyan = 0, Magento = 0.71, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 68 | 139 | - |
| CMYK | 0 | 0.71 | 0.40 | 0.09 |
| HSL | 334.02º | 0.78% | 0.59% | - |
| HSV(B) | 334.02º | 0.71% | 0.91% | - |
| XYZ | 40.01 | 23.15 | 26.79 | - |
| YUV | 125.13 | 135.83 | 204.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 68 | 139 | 0 | 0.71 | 0.40 | 0.09 | 334.02 | 0.78 | 0.59 |
| Hex | E8 | 44 | 8B | 0 | 47 | 28 | 9 | 14E | 4E | 3B |
| Octal | 350 | 104 | 213 | 0 | 107 | 50 | 11 | 516 | 116 | 73 |
| Binary | 11101000 | 1000100 | 10001011 | 0 | 1000111 | 101000 | 1001 | 101001110 | 1001110 | 111011 |
Color Harmonies of #E8448B
Complementary color
Monochromatic Colors of #E8448B
Black with #E8448B
Text Example
Text Example
White with #E8448B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8448B; }
p { color: rgb(232,68,139); }
H1.HeaderClassName
{
color: #E8448B;
}
.AnyTagClassName
{
color: #E8448B;
}
</style>
background-color css
<style>
a { background-color: #E8448B; }
a { background-color: rgb(232,68,139); }
div.DivClassName
{
background-color: #E8448B;
}
.BgClassName
{
background-color: #E8448B;
}
</style>
border-color css
<style>
span { border-color: #E8448B; }
span { border-color: rgb(232,68,139); }
td.TdClassName
{
border-color: #E8448B;
}
.TagClassName
{
border-color: #E8448B;
}
</style>