Shades of Violet Red #EE4097
Tints of Violet Red #EE4097
RGB
CMYK
RGB Variations
Color information
#EE4097 (or 0xEE4097) is known color: Violet Red. HEX triplet: EE, 40 and 97. RGB value is (238,64,151). Sum of RGB (Red+Green+Blue) = 238+64+151=453 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.54% from 453); Green value is 64 (25.39% from 255 or 14.13% from 453); Blue value is 151 (59.38% from 255 or 33.33% from 453); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4097 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE4097 is #11BF68. Grayscale: #7D7D7D. Windows color (decimal): -1163113 or 9912558. OLE color: 9912558.
HSL color Cylindrical-coordinate representation of color #EE4097: hue angle of 330º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EE4097 is Cyan = 0, Magento = 0.73, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 64 | 151 | - |
| CMYK | 0 | 0.73 | 0.37 | 0.07 |
| HSL | 330º | 0.84% | 0.59% | - |
| HSV(B) | 330º | 0.73% | 0.93% | - |
| XYZ | 42.68 | 24.08 | 31.68 | - |
| YUV | 125.94 | 142.15 | 207.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 64 | 151 | 0 | 0.73 | 0.37 | 0.07 | 330 | 0.84 | 0.59 |
| Hex | EE | 40 | 97 | 0 | 49 | 25 | 7 | 14A | 54 | 3B |
| Octal | 356 | 100 | 227 | 0 | 111 | 45 | 7 | 512 | 124 | 73 |
| Binary | 11101110 | 1000000 | 10010111 | 0 | 1001001 | 100101 | 111 | 101001010 | 1010100 | 111011 |
Color Harmonies of #EE4097
Complementary color
Monochromatic Colors of #EE4097
Black with #EE4097
Text Example
Text Example
White with #EE4097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4097; }
p { color: rgb(238,64,151); }
H1.HeaderClassName
{
color: #EE4097;
}
.AnyTagClassName
{
color: #EE4097;
}
</style>
background-color css
<style>
a { background-color: #EE4097; }
a { background-color: rgb(238,64,151); }
div.DivClassName
{
background-color: #EE4097;
}
.BgClassName
{
background-color: #EE4097;
}
</style>
border-color css
<style>
span { border-color: #EE4097; }
span { border-color: rgb(238,64,151); }
td.TdClassName
{
border-color: #EE4097;
}
.TagClassName
{
border-color: #EE4097;
}
</style>