Shades of Violet Red #E9448B
Tints of Violet Red #E9448B
RGB
CMYK
RGB Variations
Color information
#E9448B (or 0xE9448B) is known color: Violet Red. HEX triplet: E9, 44 and 8B. RGB value is (233,68,139). Sum of RGB (Red+Green+Blue) = 233+68+139=440 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.95% from 440); Green value is 68 (26.95% from 255 or 15.45% from 440); Blue value is 139 (54.69% from 255 or 31.59% from 440); Max value from RGB is 233 - color contains mainly: red. Hex color #E9448B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E9448B is #16BB74. Grayscale: #7D7D7D. Windows color (decimal): -1489781 or 9127145. OLE color: 9127145.
HSL color Cylindrical-coordinate representation of color #E9448B: hue angle of 334.18º degrees, saturation: 0.79, 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 #E9448B is Cyan = 0, Magento = 0.71, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 68 | 139 | - |
| CMYK | 0 | 0.71 | 0.40 | 0.09 |
| HSL | 334.18º | 0.79% | 0.59% | - |
| HSV(B) | 334.18º | 0.71% | 0.91% | - |
| XYZ | 40.33 | 23.32 | 26.8 | - |
| YUV | 125.43 | 135.66 | 204.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 68 | 139 | 0 | 0.71 | 0.40 | 0.09 | 334.18 | 0.79 | 0.59 |
| Hex | E9 | 44 | 8B | 0 | 47 | 28 | 9 | 14E | 4F | 3B |
| Octal | 351 | 104 | 213 | 0 | 107 | 50 | 11 | 516 | 117 | 73 |
| Binary | 11101001 | 1000100 | 10001011 | 0 | 1000111 | 101000 | 1001 | 101001110 | 1001111 | 111011 |
Color Harmonies of #E9448B
Complementary color
Monochromatic Colors of #E9448B
Black with #E9448B
Text Example
Text Example
White with #E9448B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9448B; }
p { color: rgb(233,68,139); }
H1.HeaderClassName
{
color: #E9448B;
}
.AnyTagClassName
{
color: #E9448B;
}
</style>
background-color css
<style>
a { background-color: #E9448B; }
a { background-color: rgb(233,68,139); }
div.DivClassName
{
background-color: #E9448B;
}
.BgClassName
{
background-color: #E9448B;
}
</style>
border-color css
<style>
span { border-color: #E9448B; }
span { border-color: rgb(233,68,139); }
td.TdClassName
{
border-color: #E9448B;
}
.TagClassName
{
border-color: #E9448B;
}
</style>