Shades of Violet Red #EE4078
Tints of Violet Red #EE4078
RGB
CMYK
RGB Variations
Color information
#EE4078 (or 0xEE4078) is known color: Violet Red. HEX triplet: EE, 40 and 78. RGB value is (238,64,120). Sum of RGB (Red+Green+Blue) = 238+64+120=422 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.40% from 422); Green value is 64 (25.39% from 255 or 15.17% from 422); Blue value is 120 (47.27% from 255 or 28.44% from 422); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4078 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE4078 is #11BF87. Grayscale: #7A7A7A. Windows color (decimal): -1163144 or 7880942. OLE color: 7880942.
HSL color Cylindrical-coordinate representation of color #EE4078: hue angle of 340.69º 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 #EE4078 is Cyan = 0, Magento = 0.73, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 64 | 120 | - |
| CMYK | 0 | 0.73 | 0.50 | 0.07 |
| HSL | 340.69º | 0.84% | 0.59% | - |
| HSV(B) | 340.69º | 0.73% | 0.93% | - |
| XYZ | 40.48 | 23.2 | 20.11 | - |
| YUV | 122.41 | 126.65 | 210.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 64 | 120 | 0 | 0.73 | 0.50 | 0.07 | 340.69 | 0.84 | 0.59 |
| Hex | EE | 40 | 78 | 0 | 49 | 32 | 7 | 155 | 54 | 3B |
| Octal | 356 | 100 | 170 | 0 | 111 | 62 | 7 | 525 | 124 | 73 |
| Binary | 11101110 | 1000000 | 1111000 | 0 | 1001001 | 110010 | 111 | 101010101 | 1010100 | 111011 |
Color Harmonies of #EE4078
Complementary color
Monochromatic Colors of #EE4078
Black with #EE4078
Text Example
Text Example
White with #EE4078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4078; }
p { color: rgb(238,64,120); }
H1.HeaderClassName
{
color: #EE4078;
}
.AnyTagClassName
{
color: #EE4078;
}
</style>
background-color css
<style>
a { background-color: #EE4078; }
a { background-color: rgb(238,64,120); }
div.DivClassName
{
background-color: #EE4078;
}
.BgClassName
{
background-color: #EE4078;
}
</style>
border-color css
<style>
span { border-color: #EE4078; }
span { border-color: rgb(238,64,120); }
td.TdClassName
{
border-color: #EE4078;
}
.TagClassName
{
border-color: #EE4078;
}
</style>