Shades of Violet Red #EE4194
Tints of Violet Red #EE4194
RGB
CMYK
RGB Variations
Color information
#EE4194 (or 0xEE4194) is known color: Violet Red. HEX triplet: EE, 41 and 94. RGB value is (238,65,148). Sum of RGB (Red+Green+Blue) = 238+65+148=451 (59% of max value = 765). Red value is 238 (93.36% from 255 or 52.77% from 451); Green value is 65 (25.78% from 255 or 14.41% from 451); Blue value is 148 (58.20% from 255 or 32.82% from 451); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4194 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE4194 is #11BE6B. Grayscale: #7E7E7E. Windows color (decimal): -1162860 or 9716206. OLE color: 9716206.
HSL color Cylindrical-coordinate representation of color #EE4194: hue angle of 331.21º 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 #EE4194 is Cyan = 0, Magento = 0.73, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 65 | 148 | - |
| CMYK | 0 | 0.73 | 0.38 | 0.07 |
| HSL | 331.21º | 0.84% | 0.59% | - |
| HSV(B) | 331.21º | 0.73% | 0.93% | - |
| XYZ | 42.5 | 24.1 | 30.43 | - |
| YUV | 126.19 | 140.31 | 207.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 65 | 148 | 0 | 0.73 | 0.38 | 0.07 | 331.21 | 0.84 | 0.59 |
| Hex | EE | 41 | 94 | 0 | 49 | 26 | 7 | 14B | 54 | 3B |
| Octal | 356 | 101 | 224 | 0 | 111 | 46 | 7 | 513 | 124 | 73 |
| Binary | 11101110 | 1000001 | 10010100 | 0 | 1001001 | 100110 | 111 | 101001011 | 1010100 | 111011 |
Color Harmonies of #EE4194
Complementary color
Monochromatic Colors of #EE4194
Black with #EE4194
Text Example
Text Example
White with #EE4194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4194; }
p { color: rgb(238,65,148); }
H1.HeaderClassName
{
color: #EE4194;
}
.AnyTagClassName
{
color: #EE4194;
}
</style>
background-color css
<style>
a { background-color: #EE4194; }
a { background-color: rgb(238,65,148); }
div.DivClassName
{
background-color: #EE4194;
}
.BgClassName
{
background-color: #EE4194;
}
</style>
border-color css
<style>
span { border-color: #EE4194; }
span { border-color: rgb(238,65,148); }
td.TdClassName
{
border-color: #EE4194;
}
.TagClassName
{
border-color: #EE4194;
}
</style>