Shades of Violet Red #EA439D
Tints of Violet Red #EA439D
RGB
CMYK
RGB Variations
Color information
#EA439D (or 0xEA439D) is known color: Violet Red. HEX triplet: EA, 43 and 9D. RGB value is (234,67,157). Sum of RGB (Red+Green+Blue) = 234+67+157=458 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.09% from 458); Green value is 67 (26.56% from 255 or 14.63% from 458); Blue value is 157 (61.72% from 255 or 34.28% from 458); Max value from RGB is 234 - color contains mainly: red. Hex color #EA439D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA439D is #15BC62. Grayscale: #7F7F7F. Windows color (decimal): -1424483 or 10306538. OLE color: 10306538.
HSL color Cylindrical-coordinate representation of color #EA439D: hue angle of 327.66º 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 #EA439D is Cyan = 0, Magento = 0.71, Yellow = 0.33 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 67 | 157 | - |
| CMYK | 0 | 0.71 | 0.33 | 0.08 |
| HSL | 327.66º | 0.8% | 0.59% | - |
| HSV(B) | 327.66º | 0.71% | 0.92% | - |
| XYZ | 42.02 | 23.94 | 34.3 | - |
| YUV | 127.19 | 144.83 | 204.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 67 | 157 | 0 | 0.71 | 0.33 | 0.08 | 327.66 | 0.8 | 0.59 |
| Hex | EA | 43 | 9D | 0 | 47 | 21 | 8 | 148 | 50 | 3B |
| Octal | 352 | 103 | 235 | 0 | 107 | 41 | 10 | 510 | 120 | 73 |
| Binary | 11101010 | 1000011 | 10011101 | 0 | 1000111 | 100001 | 1000 | 101001000 | 1010000 | 111011 |
Color Harmonies of #EA439D
Complementary color
Monochromatic Colors of #EA439D
Black with #EA439D
Text Example
Text Example
White with #EA439D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA439D; }
p { color: rgb(234,67,157); }
H1.HeaderClassName
{
color: #EA439D;
}
.AnyTagClassName
{
color: #EA439D;
}
</style>
background-color css
<style>
a { background-color: #EA439D; }
a { background-color: rgb(234,67,157); }
div.DivClassName
{
background-color: #EA439D;
}
.BgClassName
{
background-color: #EA439D;
}
</style>
border-color css
<style>
span { border-color: #EA439D; }
span { border-color: rgb(234,67,157); }
td.TdClassName
{
border-color: #EA439D;
}
.TagClassName
{
border-color: #EA439D;
}
</style>