Shades of Violet Red #EE418C
Tints of Violet Red #EE418C
RGB
CMYK
RGB Variations
Color information
#EE418C (or 0xEE418C) is known color: Violet Red. HEX triplet: EE, 41 and 8C. RGB value is (238,65,140). Sum of RGB (Red+Green+Blue) = 238+65+140=443 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.72% from 443); Green value is 65 (25.78% from 255 or 14.67% from 443); Blue value is 140 (55.08% from 255 or 31.60% from 443); Max value from RGB is 238 - color contains mainly: red. Hex color #EE418C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE418C is #11BE73. Grayscale: #7D7D7D. Windows color (decimal): -1162868 or 9191918. OLE color: 9191918.
HSL color Cylindrical-coordinate representation of color #EE418C: hue angle of 333.99º 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 #EE418C is Cyan = 0, Magento = 0.73, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 65 | 140 | - |
| CMYK | 0 | 0.73 | 0.41 | 0.07 |
| HSL | 333.99º | 0.84% | 0.59% | - |
| HSV(B) | 333.99º | 0.73% | 0.93% | - |
| XYZ | 41.88 | 23.85 | 27.21 | - |
| YUV | 125.28 | 136.31 | 208.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 65 | 140 | 0 | 0.73 | 0.41 | 0.07 | 333.99 | 0.84 | 0.59 |
| Hex | EE | 41 | 8C | 0 | 49 | 29 | 7 | 14E | 54 | 3B |
| Octal | 356 | 101 | 214 | 0 | 111 | 51 | 7 | 516 | 124 | 73 |
| Binary | 11101110 | 1000001 | 10001100 | 0 | 1001001 | 101001 | 111 | 101001110 | 1010100 | 111011 |
Color Harmonies of #EE418C
Complementary color
Monochromatic Colors of #EE418C
Black with #EE418C
Text Example
Text Example
White with #EE418C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE418C; }
p { color: rgb(238,65,140); }
H1.HeaderClassName
{
color: #EE418C;
}
.AnyTagClassName
{
color: #EE418C;
}
</style>
background-color css
<style>
a { background-color: #EE418C; }
a { background-color: rgb(238,65,140); }
div.DivClassName
{
background-color: #EE418C;
}
.BgClassName
{
background-color: #EE418C;
}
</style>
border-color css
<style>
span { border-color: #EE418C; }
span { border-color: rgb(238,65,140); }
td.TdClassName
{
border-color: #EE418C;
}
.TagClassName
{
border-color: #EE418C;
}
</style>