Shades of Violet Red #EE3C75
Tints of Violet Red #EE3C75
RGB
CMYK
RGB Variations
Color information
#EE3C75 (or 0xEE3C75) is known color: Violet Red. HEX triplet: EE, 3C and 75. RGB value is (238,60,117). Sum of RGB (Red+Green+Blue) = 238+60+117=415 (54% of max value = 765). Red value is 238 (93.36% from 255 or 57.35% from 415); Green value is 60 (23.83% from 255 or 14.46% from 415); Blue value is 117 (46.09% from 255 or 28.19% from 415); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3C75 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE3C75 is #11C38A. Grayscale: #777777. Windows color (decimal): -1164171 or 7683310. OLE color: 7683310.
HSL color Cylindrical-coordinate representation of color #EE3C75: hue angle of 340.79º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EE3C75 is Cyan = 0, Magento = 0.75, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 60 | 117 | - |
| CMYK | 0 | 0.75 | 0.51 | 0.07 |
| HSL | 340.79º | 0.84% | 0.58% | - |
| HSV(B) | 340.79º | 0.75% | 0.93% | - |
| XYZ | 40.09 | 22.69 | 19.1 | - |
| YUV | 119.72 | 126.47 | 212.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 60 | 117 | 0 | 0.75 | 0.51 | 0.07 | 340.79 | 0.84 | 0.58 |
| Hex | EE | 3C | 75 | 0 | 4B | 33 | 7 | 155 | 54 | 3A |
| Octal | 356 | 74 | 165 | 0 | 113 | 63 | 7 | 525 | 124 | 72 |
| Binary | 11101110 | 111100 | 1110101 | 0 | 1001011 | 110011 | 111 | 101010101 | 1010100 | 111010 |
Color Harmonies of #EE3C75
Complementary color
Monochromatic Colors of #EE3C75
Black with #EE3C75
Text Example
Text Example
White with #EE3C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3C75; }
p { color: rgb(238,60,117); }
H1.HeaderClassName
{
color: #EE3C75;
}
.AnyTagClassName
{
color: #EE3C75;
}
</style>
background-color css
<style>
a { background-color: #EE3C75; }
a { background-color: rgb(238,60,117); }
div.DivClassName
{
background-color: #EE3C75;
}
.BgClassName
{
background-color: #EE3C75;
}
</style>
border-color css
<style>
span { border-color: #EE3C75; }
span { border-color: rgb(238,60,117); }
td.TdClassName
{
border-color: #EE3C75;
}
.TagClassName
{
border-color: #EE3C75;
}
</style>