Shades of Violet Red #EE3686
Tints of Violet Red #EE3686
RGB
CMYK
RGB Variations
Color information
#EE3686 (or 0xEE3686) is known color: Violet Red. HEX triplet: EE, 36 and 86. RGB value is (238,54,134). Sum of RGB (Red+Green+Blue) = 238+54+134=426 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.87% from 426); Green value is 54 (21.48% from 255 or 12.68% from 426); Blue value is 134 (52.73% from 255 or 31.46% from 426); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3686 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE3686 is #11C979. Grayscale: #757575. Windows color (decimal): -1165690 or 8795886. OLE color: 8795886.
HSL color Cylindrical-coordinate representation of color #EE3686: hue angle of 333.91º 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 #EE3686 is Cyan = 0, Magento = 0.77, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 54 | 134 | - |
| CMYK | 0 | 0.77 | 0.44 | 0.07 |
| HSL | 333.91º | 0.84% | 0.57% | - |
| HSV(B) | 333.91º | 0.77% | 0.93% | - |
| XYZ | 40.88 | 22.54 | 24.75 | - |
| YUV | 118.14 | 136.96 | 213.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 54 | 134 | 0 | 0.77 | 0.44 | 0.07 | 333.91 | 0.84 | 0.57 |
| Hex | EE | 36 | 86 | 0 | 4D | 2C | 7 | 14E | 54 | 39 |
| Octal | 356 | 66 | 206 | 0 | 115 | 54 | 7 | 516 | 124 | 71 |
| Binary | 11101110 | 110110 | 10000110 | 0 | 1001101 | 101100 | 111 | 101001110 | 1010100 | 111001 |
Color Harmonies of #EE3686
Complementary color
Monochromatic Colors of #EE3686
Black with #EE3686
Text Example
Text Example
White with #EE3686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3686; }
p { color: rgb(238,54,134); }
H1.HeaderClassName
{
color: #EE3686;
}
.AnyTagClassName
{
color: #EE3686;
}
</style>
background-color css
<style>
a { background-color: #EE3686; }
a { background-color: rgb(238,54,134); }
div.DivClassName
{
background-color: #EE3686;
}
.BgClassName
{
background-color: #EE3686;
}
</style>
border-color css
<style>
span { border-color: #EE3686; }
span { border-color: rgb(238,54,134); }
td.TdClassName
{
border-color: #EE3686;
}
.TagClassName
{
border-color: #EE3686;
}
</style>