Shades of Violet Red #EE418D
Tints of Violet Red #EE418D
RGB
CMYK
RGB Variations
Color information
#EE418D (or 0xEE418D) is known color: Violet Red. HEX triplet: EE, 41 and 8D. RGB value is (238,65,141). Sum of RGB (Red+Green+Blue) = 238+65+141=444 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.60% from 444); Green value is 65 (25.78% from 255 or 14.64% from 444); Blue value is 141 (55.47% from 255 or 31.76% from 444); Max value from RGB is 238 - color contains mainly: red. Hex color #EE418D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE418D is #11BE72. Grayscale: #7D7D7D. Windows color (decimal): -1162867 or 9257454. OLE color: 9257454.
HSL color Cylindrical-coordinate representation of color #EE418D: hue angle of 333.64º 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 #EE418D is Cyan = 0, Magento = 0.73, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 65 | 141 | - |
| CMYK | 0 | 0.73 | 0.41 | 0.07 |
| HSL | 333.64º | 0.84% | 0.59% | - |
| HSV(B) | 333.64º | 0.73% | 0.93% | - |
| XYZ | 41.96 | 23.88 | 27.6 | - |
| YUV | 125.39 | 136.81 | 208.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 65 | 141 | 0 | 0.73 | 0.41 | 0.07 | 333.64 | 0.84 | 0.59 |
| Hex | EE | 41 | 8D | 0 | 49 | 29 | 7 | 14E | 54 | 3B |
| Octal | 356 | 101 | 215 | 0 | 111 | 51 | 7 | 516 | 124 | 73 |
| Binary | 11101110 | 1000001 | 10001101 | 0 | 1001001 | 101001 | 111 | 101001110 | 1010100 | 111011 |
Color Harmonies of #EE418D
Complementary color
Monochromatic Colors of #EE418D
Black with #EE418D
Text Example
Text Example
White with #EE418D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE418D; }
p { color: rgb(238,65,141); }
H1.HeaderClassName
{
color: #EE418D;
}
.AnyTagClassName
{
color: #EE418D;
}
</style>
background-color css
<style>
a { background-color: #EE418D; }
a { background-color: rgb(238,65,141); }
div.DivClassName
{
background-color: #EE418D;
}
.BgClassName
{
background-color: #EE418D;
}
</style>
border-color css
<style>
span { border-color: #EE418D; }
span { border-color: rgb(238,65,141); }
td.TdClassName
{
border-color: #EE418D;
}
.TagClassName
{
border-color: #EE418D;
}
</style>