Shades of Violet Red #EA4384
Tints of Violet Red #EA4384
RGB
CMYK
RGB Variations
Color information
#EA4384 (or 0xEA4384) is known color: Violet Red. HEX triplet: EA, 43 and 84. RGB value is (234,67,132). Sum of RGB (Red+Green+Blue) = 234+67+132=433 (57% of max value = 765). Red value is 234 (91.80% from 255 or 54.04% from 433); Green value is 67 (26.56% from 255 or 15.47% from 433); Blue value is 132 (51.95% from 255 or 30.48% from 433); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4384 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA4384 is #15BC7B. Grayscale: #7C7C7C. Windows color (decimal): -1424508 or 8668138. OLE color: 8668138.
HSL color Cylindrical-coordinate representation of color #EA4384: hue angle of 336.65º 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 #EA4384 is Cyan = 0, Magento = 0.71, Yellow = 0.44 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 67 | 132 | - |
| CMYK | 0 | 0.71 | 0.44 | 0.08 |
| HSL | 336.65º | 0.8% | 0.59% | - |
| HSV(B) | 336.65º | 0.71% | 0.92% | - |
| XYZ | 40.1 | 23.17 | 24.19 | - |
| YUV | 124.34 | 132.33 | 206.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 67 | 132 | 0 | 0.71 | 0.44 | 0.08 | 336.65 | 0.8 | 0.59 |
| Hex | EA | 43 | 84 | 0 | 47 | 2C | 8 | 151 | 50 | 3B |
| Octal | 352 | 103 | 204 | 0 | 107 | 54 | 10 | 521 | 120 | 73 |
| Binary | 11101010 | 1000011 | 10000100 | 0 | 1000111 | 101100 | 1000 | 101010001 | 1010000 | 111011 |
Color Harmonies of #EA4384
Complementary color
Monochromatic Colors of #EA4384
Black with #EA4384
Text Example
Text Example
White with #EA4384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4384; }
p { color: rgb(234,67,132); }
H1.HeaderClassName
{
color: #EA4384;
}
.AnyTagClassName
{
color: #EA4384;
}
</style>
background-color css
<style>
a { background-color: #EA4384; }
a { background-color: rgb(234,67,132); }
div.DivClassName
{
background-color: #EA4384;
}
.BgClassName
{
background-color: #EA4384;
}
</style>
border-color css
<style>
span { border-color: #EA4384; }
span { border-color: rgb(234,67,132); }
td.TdClassName
{
border-color: #EA4384;
}
.TagClassName
{
border-color: #EA4384;
}
</style>