Shades of Violet Red #E93F90
Tints of Violet Red #E93F90
RGB
CMYK
RGB Variations
Color information
#E93F90 (or 0xE93F90) is known color: Violet Red. HEX triplet: E9, 3F and 90. RGB value is (233,63,144). Sum of RGB (Red+Green+Blue) = 233+63+144=440 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.95% from 440); Green value is 63 (25% from 255 or 14.32% from 440); Blue value is 144 (56.64% from 255 or 32.73% from 440); Max value from RGB is 233 - color contains mainly: red. Hex color #E93F90 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E93F90 is #16C06F. Grayscale: #7A7A7A. Windows color (decimal): -1491056 or 9453545. OLE color: 9453545.
HSL color Cylindrical-coordinate representation of color #E93F90: hue angle of 331.41º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E93F90 is Cyan = 0, Magento = 0.73, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 63 | 144 | - |
| CMYK | 0 | 0.73 | 0.38 | 0.09 |
| HSL | 331.41º | 0.79% | 0.58% | - |
| HSV(B) | 331.41º | 0.73% | 0.91% | - |
| XYZ | 40.42 | 22.89 | 28.67 | - |
| YUV | 123.06 | 139.82 | 206.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 63 | 144 | 0 | 0.73 | 0.38 | 0.09 | 331.41 | 0.79 | 0.58 |
| Hex | E9 | 3F | 90 | 0 | 49 | 26 | 9 | 14B | 4F | 3A |
| Octal | 351 | 77 | 220 | 0 | 111 | 46 | 11 | 513 | 117 | 72 |
| Binary | 11101001 | 111111 | 10010000 | 0 | 1001001 | 100110 | 1001 | 101001011 | 1001111 | 111010 |
Color Harmonies of #E93F90
Complementary color
Monochromatic Colors of #E93F90
Black with #E93F90
Text Example
Text Example
White with #E93F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93F90; }
p { color: rgb(233,63,144); }
H1.HeaderClassName
{
color: #E93F90;
}
.AnyTagClassName
{
color: #E93F90;
}
</style>
background-color css
<style>
a { background-color: #E93F90; }
a { background-color: rgb(233,63,144); }
div.DivClassName
{
background-color: #E93F90;
}
.BgClassName
{
background-color: #E93F90;
}
</style>
border-color css
<style>
span { border-color: #E93F90; }
span { border-color: rgb(233,63,144); }
td.TdClassName
{
border-color: #E93F90;
}
.TagClassName
{
border-color: #E93F90;
}
</style>