Shades of Violet Red #EE4188
Tints of Violet Red #EE4188
RGB
CMYK
RGB Variations
Color information
#EE4188 (or 0xEE4188) is known color: Violet Red. HEX triplet: EE, 41 and 88. RGB value is (238,65,136). Sum of RGB (Red+Green+Blue) = 238+65+136=439 (58% of max value = 765). Red value is 238 (93.36% from 255 or 54.21% from 439); Green value is 65 (25.78% from 255 or 14.81% from 439); Blue value is 136 (53.52% from 255 or 30.98% from 439); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4188 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE4188 is #11BE77. Grayscale: #7C7C7C. Windows color (decimal): -1162872 or 8929774. OLE color: 8929774.
HSL color Cylindrical-coordinate representation of color #EE4188: hue angle of 335.38º 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 #EE4188 is Cyan = 0, Magento = 0.73, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 65 | 136 | - |
| CMYK | 0 | 0.73 | 0.43 | 0.07 |
| HSL | 335.38º | 0.84% | 0.59% | - |
| HSV(B) | 335.38º | 0.73% | 0.93% | - |
| XYZ | 41.59 | 23.74 | 25.68 | - |
| YUV | 124.82 | 134.31 | 208.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 65 | 136 | 0 | 0.73 | 0.43 | 0.07 | 335.38 | 0.84 | 0.59 |
| Hex | EE | 41 | 88 | 0 | 49 | 2B | 7 | 14F | 54 | 3B |
| Octal | 356 | 101 | 210 | 0 | 111 | 53 | 7 | 517 | 124 | 73 |
| Binary | 11101110 | 1000001 | 10001000 | 0 | 1001001 | 101011 | 111 | 101001111 | 1010100 | 111011 |
Color Harmonies of #EE4188
Complementary color
Monochromatic Colors of #EE4188
Black with #EE4188
Text Example
Text Example
White with #EE4188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4188; }
p { color: rgb(238,65,136); }
H1.HeaderClassName
{
color: #EE4188;
}
.AnyTagClassName
{
color: #EE4188;
}
</style>
background-color css
<style>
a { background-color: #EE4188; }
a { background-color: rgb(238,65,136); }
div.DivClassName
{
background-color: #EE4188;
}
.BgClassName
{
background-color: #EE4188;
}
</style>
border-color css
<style>
span { border-color: #EE4188; }
span { border-color: rgb(238,65,136); }
td.TdClassName
{
border-color: #EE4188;
}
.TagClassName
{
border-color: #EE4188;
}
</style>