Shades of Violet Red #E94288
Tints of Violet Red #E94288
RGB
CMYK
RGB Variations
Color information
#E94288 (or 0xE94288) is known color: Violet Red. HEX triplet: E9, 42 and 88. RGB value is (233,66,136). Sum of RGB (Red+Green+Blue) = 233+66+136=435 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.56% from 435); Green value is 66 (26.17% from 255 or 15.17% from 435); Blue value is 136 (53.52% from 255 or 31.26% from 435); Max value from RGB is 233 - color contains mainly: red. Hex color #E94288 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E94288 is #16BD77. Grayscale: #7B7B7B. Windows color (decimal): -1490296 or 8930025. OLE color: 8930025.
HSL color Cylindrical-coordinate representation of color #E94288: hue angle of 334.85º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E94288 is Cyan = 0, Magento = 0.72, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 66 | 136 | - |
| CMYK | 0 | 0.72 | 0.42 | 0.09 |
| HSL | 334.85º | 0.79% | 0.59% | - |
| HSV(B) | 334.85º | 0.72% | 0.91% | - |
| XYZ | 40 | 23 | 25.62 | - |
| YUV | 123.91 | 134.83 | 205.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 66 | 136 | 0 | 0.72 | 0.42 | 0.09 | 334.85 | 0.79 | 0.59 |
| Hex | E9 | 42 | 88 | 0 | 48 | 2A | 9 | 14F | 4F | 3B |
| Octal | 351 | 102 | 210 | 0 | 110 | 52 | 11 | 517 | 117 | 73 |
| Binary | 11101001 | 1000010 | 10001000 | 0 | 1001000 | 101010 | 1001 | 101001111 | 1001111 | 111011 |
Color Harmonies of #E94288
Complementary color
Monochromatic Colors of #E94288
Black with #E94288
Text Example
Text Example
White with #E94288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94288; }
p { color: rgb(233,66,136); }
H1.HeaderClassName
{
color: #E94288;
}
.AnyTagClassName
{
color: #E94288;
}
</style>
background-color css
<style>
a { background-color: #E94288; }
a { background-color: rgb(233,66,136); }
div.DivClassName
{
background-color: #E94288;
}
.BgClassName
{
background-color: #E94288;
}
</style>
border-color css
<style>
span { border-color: #E94288; }
span { border-color: rgb(233,66,136); }
td.TdClassName
{
border-color: #E94288;
}
.TagClassName
{
border-color: #E94288;
}
</style>