Shades of Violet Red #EE398D
Tints of Violet Red #EE398D
RGB
CMYK
RGB Variations
Color information
#EE398D (or 0xEE398D) is known color: Violet Red. HEX triplet: EE, 39 and 8D. RGB value is (238,57,141). Sum of RGB (Red+Green+Blue) = 238+57+141=436 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.59% from 436); Green value is 57 (22.66% from 255 or 13.07% from 436); Blue value is 141 (55.47% from 255 or 32.34% from 436); Max value from RGB is 238 - color contains mainly: red. Hex color #EE398D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE398D is #11C672. Grayscale: #787878. Windows color (decimal): -1164915 or 9255406. OLE color: 9255406.
HSL color Cylindrical-coordinate representation of color #EE398D: hue angle of 332.15º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EE398D is Cyan = 0, Magento = 0.76, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 57 | 141 | - |
| CMYK | 0 | 0.76 | 0.41 | 0.07 |
| HSL | 332.15º | 0.84% | 0.58% | - |
| HSV(B) | 332.15º | 0.76% | 0.93% | - |
| XYZ | 41.53 | 23.03 | 27.45 | - |
| YUV | 120.7 | 139.47 | 211.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 57 | 141 | 0 | 0.76 | 0.41 | 0.07 | 332.15 | 0.84 | 0.58 |
| Hex | EE | 39 | 8D | 0 | 4C | 29 | 7 | 14C | 54 | 3A |
| Octal | 356 | 71 | 215 | 0 | 114 | 51 | 7 | 514 | 124 | 72 |
| Binary | 11101110 | 111001 | 10001101 | 0 | 1001100 | 101001 | 111 | 101001100 | 1010100 | 111010 |
Color Harmonies of #EE398D
Complementary color
Monochromatic Colors of #EE398D
Black with #EE398D
Text Example
Text Example
White with #EE398D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE398D; }
p { color: rgb(238,57,141); }
H1.HeaderClassName
{
color: #EE398D;
}
.AnyTagClassName
{
color: #EE398D;
}
</style>
background-color css
<style>
a { background-color: #EE398D; }
a { background-color: rgb(238,57,141); }
div.DivClassName
{
background-color: #EE398D;
}
.BgClassName
{
background-color: #EE398D;
}
</style>
border-color css
<style>
span { border-color: #EE398D; }
span { border-color: rgb(238,57,141); }
td.TdClassName
{
border-color: #EE398D;
}
.TagClassName
{
border-color: #EE398D;
}
</style>