Shades of Violet Red #EA397B
Tints of Violet Red #EA397B
RGB
CMYK
RGB Variations
Color information
#EA397B (or 0xEA397B) is known color: Violet Red. HEX triplet: EA, 39 and 7B. RGB value is (234,57,123). Sum of RGB (Red+Green+Blue) = 234+57+123=414 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.52% from 414); Green value is 57 (22.66% from 255 or 13.77% from 414); Blue value is 123 (48.44% from 255 or 29.71% from 414); Max value from RGB is 234 - color contains mainly: red. Hex color #EA397B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA397B is #15C684. Grayscale: #757575. Windows color (decimal): -1427077 or 8075754. OLE color: 8075754.
HSL color Cylindrical-coordinate representation of color #EA397B: hue angle of 337.63º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EA397B is Cyan = 0, Magento = 0.76, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 57 | 123 | - |
| CMYK | 0 | 0.76 | 0.47 | 0.08 |
| HSL | 337.63º | 0.81% | 0.57% | - |
| HSV(B) | 337.63º | 0.76% | 0.92% | - |
| XYZ | 38.97 | 21.85 | 20.9 | - |
| YUV | 117.45 | 131.14 | 211.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 57 | 123 | 0 | 0.76 | 0.47 | 0.08 | 337.63 | 0.81 | 0.57 |
| Hex | EA | 39 | 7B | 0 | 4C | 2F | 8 | 152 | 51 | 39 |
| Octal | 352 | 71 | 173 | 0 | 114 | 57 | 10 | 522 | 121 | 71 |
| Binary | 11101010 | 111001 | 1111011 | 0 | 1001100 | 101111 | 1000 | 101010010 | 1010001 | 111001 |
Color Harmonies of #EA397B
Complementary color
Monochromatic Colors of #EA397B
Black with #EA397B
Text Example
Text Example
White with #EA397B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA397B; }
p { color: rgb(234,57,123); }
H1.HeaderClassName
{
color: #EA397B;
}
.AnyTagClassName
{
color: #EA397B;
}
</style>
background-color css
<style>
a { background-color: #EA397B; }
a { background-color: rgb(234,57,123); }
div.DivClassName
{
background-color: #EA397B;
}
.BgClassName
{
background-color: #EA397B;
}
</style>
border-color css
<style>
span { border-color: #EA397B; }
span { border-color: rgb(234,57,123); }
td.TdClassName
{
border-color: #EA397B;
}
.TagClassName
{
border-color: #EA397B;
}
</style>