Shades of Violet Red #EE3679
Tints of Violet Red #EE3679
RGB
CMYK
RGB Variations
Color information
#EE3679 (or 0xEE3679) is known color: Violet Red. HEX triplet: EE, 36 and 79. RGB value is (238,54,121). Sum of RGB (Red+Green+Blue) = 238+54+121=413 (54% of max value = 765). Red value is 238 (93.36% from 255 or 57.63% from 413); Green value is 54 (21.48% from 255 or 13.08% from 413); Blue value is 121 (47.66% from 255 or 29.30% from 413); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3679 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE3679 is #11C986. Grayscale: #747474. Windows color (decimal): -1165703 or 7943918. OLE color: 7943918.
HSL color Cylindrical-coordinate representation of color #EE3679: hue angle of 338.15º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EE3679 is Cyan = 0, Magento = 0.77, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 54 | 121 | - |
| CMYK | 0 | 0.77 | 0.49 | 0.07 |
| HSL | 338.15º | 0.84% | 0.57% | - |
| HSV(B) | 338.15º | 0.77% | 0.93% | - |
| XYZ | 40.03 | 22.2 | 20.26 | - |
| YUV | 116.65 | 130.46 | 214.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 54 | 121 | 0 | 0.77 | 0.49 | 0.07 | 338.15 | 0.84 | 0.57 |
| Hex | EE | 36 | 79 | 0 | 4D | 31 | 7 | 152 | 54 | 39 |
| Octal | 356 | 66 | 171 | 0 | 115 | 61 | 7 | 522 | 124 | 71 |
| Binary | 11101110 | 110110 | 1111001 | 0 | 1001101 | 110001 | 111 | 101010010 | 1010100 | 111001 |
Color Harmonies of #EE3679
Complementary color
Monochromatic Colors of #EE3679
Black with #EE3679
Text Example
Text Example
White with #EE3679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3679; }
p { color: rgb(238,54,121); }
H1.HeaderClassName
{
color: #EE3679;
}
.AnyTagClassName
{
color: #EE3679;
}
</style>
background-color css
<style>
a { background-color: #EE3679; }
a { background-color: rgb(238,54,121); }
div.DivClassName
{
background-color: #EE3679;
}
.BgClassName
{
background-color: #EE3679;
}
</style>
border-color css
<style>
span { border-color: #EE3679; }
span { border-color: rgb(238,54,121); }
td.TdClassName
{
border-color: #EE3679;
}
.TagClassName
{
border-color: #EE3679;
}
</style>