Shades of Violet Red #EE3E78
Tints of Violet Red #EE3E78
RGB
CMYK
RGB Variations
Color information
#EE3E78 (or 0xEE3E78) is known color: Violet Red. HEX triplet: EE, 3E and 78. RGB value is (238,62,120). Sum of RGB (Red+Green+Blue) = 238+62+120=420 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.67% from 420); Green value is 62 (24.61% from 255 or 14.76% from 420); Blue value is 120 (47.27% from 255 or 28.57% from 420); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3E78 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE3E78 is #11C187. Grayscale: #797979. Windows color (decimal): -1163656 or 7880430. OLE color: 7880430.
HSL color Cylindrical-coordinate representation of color #EE3E78: hue angle of 340.23º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EE3E78 is Cyan = 0, Magento = 0.74, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 62 | 120 | - |
| CMYK | 0 | 0.74 | 0.50 | 0.07 |
| HSL | 340.23º | 0.84% | 0.59% | - |
| HSV(B) | 340.23º | 0.74% | 0.93% | - |
| XYZ | 40.37 | 22.98 | 20.08 | - |
| YUV | 121.24 | 127.31 | 211.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 62 | 120 | 0 | 0.74 | 0.50 | 0.07 | 340.23 | 0.84 | 0.59 |
| Hex | EE | 3E | 78 | 0 | 4A | 32 | 7 | 154 | 54 | 3B |
| Octal | 356 | 76 | 170 | 0 | 112 | 62 | 7 | 524 | 124 | 73 |
| Binary | 11101110 | 111110 | 1111000 | 0 | 1001010 | 110010 | 111 | 101010100 | 1010100 | 111011 |
Color Harmonies of #EE3E78
Complementary color
Monochromatic Colors of #EE3E78
Black with #EE3E78
Text Example
Text Example
White with #EE3E78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3E78; }
p { color: rgb(238,62,120); }
H1.HeaderClassName
{
color: #EE3E78;
}
.AnyTagClassName
{
color: #EE3E78;
}
</style>
background-color css
<style>
a { background-color: #EE3E78; }
a { background-color: rgb(238,62,120); }
div.DivClassName
{
background-color: #EE3E78;
}
.BgClassName
{
background-color: #EE3E78;
}
</style>
border-color css
<style>
span { border-color: #EE3E78; }
span { border-color: rgb(238,62,120); }
td.TdClassName
{
border-color: #EE3E78;
}
.TagClassName
{
border-color: #EE3E78;
}
</style>