Shades of Violet Red #EA4183
Tints of Violet Red #EA4183
RGB
CMYK
RGB Variations
Color information
#EA4183 (or 0xEA4183) is known color: Violet Red. HEX triplet: EA, 41 and 83. RGB value is (234,65,131). Sum of RGB (Red+Green+Blue) = 234+65+131=430 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.42% from 430); Green value is 65 (25.78% from 255 or 15.12% from 430); Blue value is 131 (51.56% from 255 or 30.47% from 430); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4183 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA4183 is #15BE7C. Grayscale: #7A7A7A. Windows color (decimal): -1425021 or 8602090. OLE color: 8602090.
HSL color Cylindrical-coordinate representation of color #EA4183: hue angle of 336.57º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EA4183 is Cyan = 0, Magento = 0.72, Yellow = 0.44 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 65 | 131 | - |
| CMYK | 0 | 0.72 | 0.44 | 0.08 |
| HSL | 336.57º | 0.8% | 0.59% | - |
| HSV(B) | 336.57º | 0.72% | 0.92% | - |
| XYZ | 39.92 | 22.91 | 23.79 | - |
| YUV | 123.06 | 132.49 | 207.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 65 | 131 | 0 | 0.72 | 0.44 | 0.08 | 336.57 | 0.8 | 0.59 |
| Hex | EA | 41 | 83 | 0 | 48 | 2C | 8 | 151 | 50 | 3B |
| Octal | 352 | 101 | 203 | 0 | 110 | 54 | 10 | 521 | 120 | 73 |
| Binary | 11101010 | 1000001 | 10000011 | 0 | 1001000 | 101100 | 1000 | 101010001 | 1010000 | 111011 |
Color Harmonies of #EA4183
Complementary color
Monochromatic Colors of #EA4183
Black with #EA4183
Text Example
Text Example
White with #EA4183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4183; }
p { color: rgb(234,65,131); }
H1.HeaderClassName
{
color: #EA4183;
}
.AnyTagClassName
{
color: #EA4183;
}
</style>
background-color css
<style>
a { background-color: #EA4183; }
a { background-color: rgb(234,65,131); }
div.DivClassName
{
background-color: #EA4183;
}
.BgClassName
{
background-color: #EA4183;
}
</style>
border-color css
<style>
span { border-color: #EA4183; }
span { border-color: rgb(234,65,131); }
td.TdClassName
{
border-color: #EA4183;
}
.TagClassName
{
border-color: #EA4183;
}
</style>