Shades of Violet Red #EE397D
Tints of Violet Red #EE397D
RGB
CMYK
RGB Variations
Color information
#EE397D (or 0xEE397D) is known color: Violet Red. HEX triplet: EE, 39 and 7D. RGB value is (238,57,125). Sum of RGB (Red+Green+Blue) = 238+57+125=420 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.67% from 420); Green value is 57 (22.66% from 255 or 13.57% from 420); Blue value is 125 (49.22% from 255 or 29.76% from 420); Max value from RGB is 238 - color contains mainly: red. Hex color #EE397D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE397D is #11C682. Grayscale: #767676. Windows color (decimal): -1164931 or 8206830. OLE color: 8206830.
HSL color Cylindrical-coordinate representation of color #EE397D: hue angle of 337.46º 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 #EE397D is Cyan = 0, Magento = 0.76, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 57 | 125 | - |
| CMYK | 0 | 0.76 | 0.47 | 0.07 |
| HSL | 337.46º | 0.84% | 0.58% | - |
| HSV(B) | 337.46º | 0.76% | 0.93% | - |
| XYZ | 40.42 | 22.58 | 21.63 | - |
| YUV | 118.87 | 131.47 | 212.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 57 | 125 | 0 | 0.76 | 0.47 | 0.07 | 337.46 | 0.84 | 0.58 |
| Hex | EE | 39 | 7D | 0 | 4C | 2F | 7 | 151 | 54 | 3A |
| Octal | 356 | 71 | 175 | 0 | 114 | 57 | 7 | 521 | 124 | 72 |
| Binary | 11101110 | 111001 | 1111101 | 0 | 1001100 | 101111 | 111 | 101010001 | 1010100 | 111010 |
Color Harmonies of #EE397D
Complementary color
Monochromatic Colors of #EE397D
Black with #EE397D
Text Example
Text Example
White with #EE397D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE397D; }
p { color: rgb(238,57,125); }
H1.HeaderClassName
{
color: #EE397D;
}
.AnyTagClassName
{
color: #EE397D;
}
</style>
background-color css
<style>
a { background-color: #EE397D; }
a { background-color: rgb(238,57,125); }
div.DivClassName
{
background-color: #EE397D;
}
.BgClassName
{
background-color: #EE397D;
}
</style>
border-color css
<style>
span { border-color: #EE397D; }
span { border-color: rgb(238,57,125); }
td.TdClassName
{
border-color: #EE397D;
}
.TagClassName
{
border-color: #EE397D;
}
</style>