Shades of Violet Red #E5448A
Tints of Violet Red #E5448A
RGB
CMYK
RGB Variations
Color information
#E5448A (or 0xE5448A) is known color: Violet Red. HEX triplet: E5, 44 and 8A. RGB value is (229,68,138). Sum of RGB (Red+Green+Blue) = 229+68+138=435 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.64% from 435); Green value is 68 (26.95% from 255 or 15.63% from 435); Blue value is 138 (54.30% from 255 or 31.72% from 435); Max value from RGB is 229 - color contains mainly: red. Hex color #E5448A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E5448A is #1ABB75. Grayscale: #7C7C7C. Windows color (decimal): -1751926 or 9061605. OLE color: 9061605.
HSL color Cylindrical-coordinate representation of color #E5448A: hue angle of 333.91º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E5448A is Cyan = 0, Magento = 0.70, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 68 | 138 | - |
| CMYK | 0 | 0.70 | 0.40 | 0.10 |
| HSL | 333.91º | 0.76% | 0.58% | - |
| HSV(B) | 333.91º | 0.7% | 0.9% | - |
| XYZ | 38.97 | 22.63 | 26.36 | - |
| YUV | 124.12 | 135.84 | 202.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 68 | 138 | 0 | 0.70 | 0.40 | 0.10 | 333.91 | 0.76 | 0.58 |
| Hex | E5 | 44 | 8A | 0 | 46 | 28 | A | 14E | 4C | 3A |
| Octal | 345 | 104 | 212 | 0 | 106 | 50 | 12 | 516 | 114 | 72 |
| Binary | 11100101 | 1000100 | 10001010 | 0 | 1000110 | 101000 | 1010 | 101001110 | 1001100 | 111010 |
Color Harmonies of #E5448A
Complementary color
Monochromatic Colors of #E5448A
Black with #E5448A
Text Example
Text Example
White with #E5448A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5448A; }
p { color: rgb(229,68,138); }
H1.HeaderClassName
{
color: #E5448A;
}
.AnyTagClassName
{
color: #E5448A;
}
</style>
background-color css
<style>
a { background-color: #E5448A; }
a { background-color: rgb(229,68,138); }
div.DivClassName
{
background-color: #E5448A;
}
.BgClassName
{
background-color: #E5448A;
}
</style>
border-color css
<style>
span { border-color: #E5448A; }
span { border-color: rgb(229,68,138); }
td.TdClassName
{
border-color: #E5448A;
}
.TagClassName
{
border-color: #E5448A;
}
</style>