Shades of Violet Red #EA448D
Tints of Violet Red #EA448D
RGB
CMYK
RGB Variations
Color information
#EA448D (or 0xEA448D) is known color: Violet Red. HEX triplet: EA, 44 and 8D. RGB value is (234,68,141). Sum of RGB (Red+Green+Blue) = 234+68+141=443 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.82% from 443); Green value is 68 (26.95% from 255 or 15.35% from 443); Blue value is 141 (55.47% from 255 or 31.83% from 443); Max value from RGB is 234 - color contains mainly: red. Hex color #EA448D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA448D is #15BB72. Grayscale: #7D7D7D. Windows color (decimal): -1424243 or 9258218. OLE color: 9258218.
HSL color Cylindrical-coordinate representation of color #EA448D: hue angle of 333.61º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EA448D is Cyan = 0, Magento = 0.71, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 68 | 141 | - |
| CMYK | 0 | 0.71 | 0.40 | 0.08 |
| HSL | 333.61º | 0.8% | 0.59% | - |
| HSV(B) | 333.61º | 0.71% | 0.92% | - |
| XYZ | 40.81 | 23.55 | 27.59 | - |
| YUV | 125.96 | 136.5 | 205.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 68 | 141 | 0 | 0.71 | 0.40 | 0.08 | 333.61 | 0.8 | 0.59 |
| Hex | EA | 44 | 8D | 0 | 47 | 28 | 8 | 14E | 50 | 3B |
| Octal | 352 | 104 | 215 | 0 | 107 | 50 | 10 | 516 | 120 | 73 |
| Binary | 11101010 | 1000100 | 10001101 | 0 | 1000111 | 101000 | 1000 | 101001110 | 1010000 | 111011 |
Color Harmonies of #EA448D
Complementary color
Monochromatic Colors of #EA448D
Black with #EA448D
Text Example
Text Example
White with #EA448D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA448D; }
p { color: rgb(234,68,141); }
H1.HeaderClassName
{
color: #EA448D;
}
.AnyTagClassName
{
color: #EA448D;
}
</style>
background-color css
<style>
a { background-color: #EA448D; }
a { background-color: rgb(234,68,141); }
div.DivClassName
{
background-color: #EA448D;
}
.BgClassName
{
background-color: #EA448D;
}
</style>
border-color css
<style>
span { border-color: #EA448D; }
span { border-color: rgb(234,68,141); }
td.TdClassName
{
border-color: #EA448D;
}
.TagClassName
{
border-color: #EA448D;
}
</style>