Shades of Violet Red #EE387D
Tints of Violet Red #EE387D
RGB
CMYK
RGB Variations
Color information
#EE387D (or 0xEE387D) is known color: Violet Red. HEX triplet: EE, 38 and 7D. RGB value is (238,56,125). Sum of RGB (Red+Green+Blue) = 238+56+125=419 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.80% from 419); Green value is 56 (22.27% from 255 or 13.37% from 419); Blue value is 125 (49.22% from 255 or 29.83% from 419); Max value from RGB is 238 - color contains mainly: red. Hex color #EE387D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE387D is #11C782. Grayscale: #767676. Windows color (decimal): -1165187 or 8206574. OLE color: 8206574.
HSL color Cylindrical-coordinate representation of color #EE387D: hue angle of 337.25º 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 #EE387D is Cyan = 0, Magento = 0.76, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 56 | 125 | - |
| CMYK | 0 | 0.76 | 0.47 | 0.07 |
| HSL | 337.25º | 0.84% | 0.58% | - |
| HSV(B) | 337.25º | 0.76% | 0.93% | - |
| XYZ | 40.38 | 22.49 | 21.61 | - |
| YUV | 118.28 | 131.8 | 213.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 56 | 125 | 0 | 0.76 | 0.47 | 0.07 | 337.25 | 0.84 | 0.58 |
| Hex | EE | 38 | 7D | 0 | 4C | 2F | 7 | 151 | 54 | 3A |
| Octal | 356 | 70 | 175 | 0 | 114 | 57 | 7 | 521 | 124 | 72 |
| Binary | 11101110 | 111000 | 1111101 | 0 | 1001100 | 101111 | 111 | 101010001 | 1010100 | 111010 |
Color Harmonies of #EE387D
Complementary color
Monochromatic Colors of #EE387D
Black with #EE387D
Text Example
Text Example
White with #EE387D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE387D; }
p { color: rgb(238,56,125); }
H1.HeaderClassName
{
color: #EE387D;
}
.AnyTagClassName
{
color: #EE387D;
}
</style>
background-color css
<style>
a { background-color: #EE387D; }
a { background-color: rgb(238,56,125); }
div.DivClassName
{
background-color: #EE387D;
}
.BgClassName
{
background-color: #EE387D;
}
</style>
border-color css
<style>
span { border-color: #EE387D; }
span { border-color: rgb(238,56,125); }
td.TdClassName
{
border-color: #EE387D;
}
.TagClassName
{
border-color: #EE387D;
}
</style>