Shades of Violet Red #E7448F
Tints of Violet Red #E7448F
RGB
CMYK
RGB Variations
Color information
#E7448F (or 0xE7448F) is known color: Violet Red. HEX triplet: E7, 44 and 8F. RGB value is (231,68,143). Sum of RGB (Red+Green+Blue) = 231+68+143=442 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.26% from 442); Green value is 68 (26.95% from 255 or 15.38% from 442); Blue value is 143 (56.25% from 255 or 32.35% from 442); Max value from RGB is 231 - color contains mainly: red. Hex color #E7448F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E7448F is #18BB70. Grayscale: #7D7D7D. Windows color (decimal): -1620849 or 9389287. OLE color: 9389287.
HSL color Cylindrical-coordinate representation of color #E7448F: hue angle of 332.39º 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 #E7448F is Cyan = 0, Magento = 0.71, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 68 | 143 | - |
| CMYK | 0 | 0.71 | 0.38 | 0.09 |
| HSL | 332.39º | 0.77% | 0.59% | - |
| HSV(B) | 332.39º | 0.71% | 0.91% | - |
| XYZ | 39.98 | 23.11 | 28.34 | - |
| YUV | 125.29 | 138 | 203.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 68 | 143 | 0 | 0.71 | 0.38 | 0.09 | 332.39 | 0.77 | 0.59 |
| Hex | E7 | 44 | 8F | 0 | 47 | 26 | 9 | 14C | 4D | 3B |
| Octal | 347 | 104 | 217 | 0 | 107 | 46 | 11 | 514 | 115 | 73 |
| Binary | 11100111 | 1000100 | 10001111 | 0 | 1000111 | 100110 | 1001 | 101001100 | 1001101 | 111011 |
Color Harmonies of #E7448F
Complementary color
Monochromatic Colors of #E7448F
Black with #E7448F
Text Example
Text Example
White with #E7448F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7448F; }
p { color: rgb(231,68,143); }
H1.HeaderClassName
{
color: #E7448F;
}
.AnyTagClassName
{
color: #E7448F;
}
</style>
background-color css
<style>
a { background-color: #E7448F; }
a { background-color: rgb(231,68,143); }
div.DivClassName
{
background-color: #E7448F;
}
.BgClassName
{
background-color: #E7448F;
}
</style>
border-color css
<style>
span { border-color: #E7448F; }
span { border-color: rgb(231,68,143); }
td.TdClassName
{
border-color: #E7448F;
}
.TagClassName
{
border-color: #E7448F;
}
</style>