Shades of Violet Red #EA4399
Tints of Violet Red #EA4399
RGB
CMYK
RGB Variations
Color information
#EA4399 (or 0xEA4399) is known color: Violet Red. HEX triplet: EA, 43 and 99. RGB value is (234,67,153). Sum of RGB (Red+Green+Blue) = 234+67+153=454 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.54% from 454); Green value is 67 (26.56% from 255 or 14.76% from 454); Blue value is 153 (60.16% from 255 or 33.70% from 454); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4399 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA4399 is #15BC66. Grayscale: #7E7E7E. Windows color (decimal): -1424487 or 10044394. OLE color: 10044394.
HSL color Cylindrical-coordinate representation of color #EA4399: hue angle of 329.1º 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 #EA4399 is Cyan = 0, Magento = 0.71, Yellow = 0.35 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 67 | 153 | - |
| CMYK | 0 | 0.71 | 0.35 | 0.08 |
| HSL | 329.1º | 0.8% | 0.59% | - |
| HSV(B) | 329.1º | 0.71% | 0.92% | - |
| XYZ | 41.69 | 23.81 | 32.53 | - |
| YUV | 126.74 | 142.83 | 204.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 67 | 153 | 0 | 0.71 | 0.35 | 0.08 | 329.1 | 0.8 | 0.59 |
| Hex | EA | 43 | 99 | 0 | 47 | 23 | 8 | 149 | 50 | 3B |
| Octal | 352 | 103 | 231 | 0 | 107 | 43 | 10 | 511 | 120 | 73 |
| Binary | 11101010 | 1000011 | 10011001 | 0 | 1000111 | 100011 | 1000 | 101001001 | 1010000 | 111011 |
Color Harmonies of #EA4399
Complementary color
Monochromatic Colors of #EA4399
Black with #EA4399
Text Example
Text Example
White with #EA4399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4399; }
p { color: rgb(234,67,153); }
H1.HeaderClassName
{
color: #EA4399;
}
.AnyTagClassName
{
color: #EA4399;
}
</style>
background-color css
<style>
a { background-color: #EA4399; }
a { background-color: rgb(234,67,153); }
div.DivClassName
{
background-color: #EA4399;
}
.BgClassName
{
background-color: #EA4399;
}
</style>
border-color css
<style>
span { border-color: #EA4399; }
span { border-color: rgb(234,67,153); }
td.TdClassName
{
border-color: #EA4399;
}
.TagClassName
{
border-color: #EA4399;
}
</style>