Shades of Violet Red #E74483
Tints of Violet Red #E74483
RGB
CMYK
RGB Variations
Color information
#E74483 (or 0xE74483) is known color: Violet Red. HEX triplet: E7, 44 and 83. RGB value is (231,68,131). Sum of RGB (Red+Green+Blue) = 231+68+131=430 (56% of max value = 765). Red value is 231 (90.62% from 255 or 53.72% from 430); Green value is 68 (26.95% from 255 or 15.81% from 430); Blue value is 131 (51.56% from 255 or 30.47% from 430); Max value from RGB is 231 - color contains mainly: red. Hex color #E74483 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E74483 is #18BB7C. Grayscale: #7B7B7B. Windows color (decimal): -1620861 or 8602855. OLE color: 8602855.
HSL color Cylindrical-coordinate representation of color #E74483: hue angle of 336.81º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E74483 is Cyan = 0, Magento = 0.71, Yellow = 0.43 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 68 | 131 | - |
| CMYK | 0 | 0.71 | 0.43 | 0.09 |
| HSL | 336.81º | 0.77% | 0.59% | - |
| HSV(B) | 336.81º | 0.71% | 0.91% | - |
| XYZ | 39.12 | 22.76 | 23.8 | - |
| YUV | 123.92 | 132 | 204.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 68 | 131 | 0 | 0.71 | 0.43 | 0.09 | 336.81 | 0.77 | 0.59 |
| Hex | E7 | 44 | 83 | 0 | 47 | 2B | 9 | 151 | 4D | 3B |
| Octal | 347 | 104 | 203 | 0 | 107 | 53 | 11 | 521 | 115 | 73 |
| Binary | 11100111 | 1000100 | 10000011 | 0 | 1000111 | 101011 | 1001 | 101010001 | 1001101 | 111011 |
Color Harmonies of #E74483
Complementary color
Monochromatic Colors of #E74483
Black with #E74483
Text Example
Text Example
White with #E74483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74483; }
p { color: rgb(231,68,131); }
H1.HeaderClassName
{
color: #E74483;
}
.AnyTagClassName
{
color: #E74483;
}
</style>
background-color css
<style>
a { background-color: #E74483; }
a { background-color: rgb(231,68,131); }
div.DivClassName
{
background-color: #E74483;
}
.BgClassName
{
background-color: #E74483;
}
</style>
border-color css
<style>
span { border-color: #E74483; }
span { border-color: rgb(231,68,131); }
td.TdClassName
{
border-color: #E74483;
}
.TagClassName
{
border-color: #E74483;
}
</style>