Shades of Violet Red #EA448B
Tints of Violet Red #EA448B
RGB
CMYK
RGB Variations
Color information
#EA448B (or 0xEA448B) is known color: Violet Red. HEX triplet: EA, 44 and 8B. RGB value is (234,68,139). Sum of RGB (Red+Green+Blue) = 234+68+139=441 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.06% from 441); Green value is 68 (26.95% from 255 or 15.42% from 441); Blue value is 139 (54.69% from 255 or 31.52% from 441); Max value from RGB is 234 - color contains mainly: red. Hex color #EA448B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA448B is #15BB74. Grayscale: #7D7D7D. Windows color (decimal): -1424245 or 9127146. OLE color: 9127146.
HSL color Cylindrical-coordinate representation of color #EA448B: hue angle of 334.34º 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 #EA448B is Cyan = 0, Magento = 0.71, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 68 | 139 | - |
| CMYK | 0 | 0.71 | 0.41 | 0.08 |
| HSL | 334.34º | 0.8% | 0.59% | - |
| HSV(B) | 334.34º | 0.71% | 0.92% | - |
| XYZ | 40.66 | 23.49 | 26.82 | - |
| YUV | 125.73 | 135.5 | 205.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 68 | 139 | 0 | 0.71 | 0.41 | 0.08 | 334.34 | 0.8 | 0.59 |
| Hex | EA | 44 | 8B | 0 | 47 | 29 | 8 | 14E | 50 | 3B |
| Octal | 352 | 104 | 213 | 0 | 107 | 51 | 10 | 516 | 120 | 73 |
| Binary | 11101010 | 1000100 | 10001011 | 0 | 1000111 | 101001 | 1000 | 101001110 | 1010000 | 111011 |
Color Harmonies of #EA448B
Complementary color
Monochromatic Colors of #EA448B
Black with #EA448B
Text Example
Text Example
White with #EA448B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA448B; }
p { color: rgb(234,68,139); }
H1.HeaderClassName
{
color: #EA448B;
}
.AnyTagClassName
{
color: #EA448B;
}
</style>
background-color css
<style>
a { background-color: #EA448B; }
a { background-color: rgb(234,68,139); }
div.DivClassName
{
background-color: #EA448B;
}
.BgClassName
{
background-color: #EA448B;
}
</style>
border-color css
<style>
span { border-color: #EA448B; }
span { border-color: rgb(234,68,139); }
td.TdClassName
{
border-color: #EA448B;
}
.TagClassName
{
border-color: #EA448B;
}
</style>