Shades of Violet Red #EE3685
Tints of Violet Red #EE3685
RGB
CMYK
RGB Variations
Color information
#EE3685 (or 0xEE3685) is known color: Violet Red. HEX triplet: EE, 36 and 85. RGB value is (238,54,133). Sum of RGB (Red+Green+Blue) = 238+54+133=425 (56% of max value = 765). Red value is 238 (93.36% from 255 or 56% from 425); Green value is 54 (21.48% from 255 or 12.71% from 425); Blue value is 133 (52.34% from 255 or 31.29% from 425); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3685 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE3685 is #11C97A. Grayscale: #757575. Windows color (decimal): -1165691 or 8730350. OLE color: 8730350.
HSL color Cylindrical-coordinate representation of color #EE3685: hue angle of 334.24º 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 #EE3685 is Cyan = 0, Magento = 0.77, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 54 | 133 | - |
| CMYK | 0 | 0.77 | 0.44 | 0.07 |
| HSL | 334.24º | 0.84% | 0.57% | - |
| HSV(B) | 334.24º | 0.77% | 0.93% | - |
| XYZ | 40.81 | 22.51 | 24.38 | - |
| YUV | 118.02 | 136.46 | 213.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 54 | 133 | 0 | 0.77 | 0.44 | 0.07 | 334.24 | 0.84 | 0.57 |
| Hex | EE | 36 | 85 | 0 | 4D | 2C | 7 | 14E | 54 | 39 |
| Octal | 356 | 66 | 205 | 0 | 115 | 54 | 7 | 516 | 124 | 71 |
| Binary | 11101110 | 110110 | 10000101 | 0 | 1001101 | 101100 | 111 | 101001110 | 1010100 | 111001 |
Color Harmonies of #EE3685
Complementary color
Monochromatic Colors of #EE3685
Black with #EE3685
Text Example
Text Example
White with #EE3685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3685; }
p { color: rgb(238,54,133); }
H1.HeaderClassName
{
color: #EE3685;
}
.AnyTagClassName
{
color: #EE3685;
}
</style>
background-color css
<style>
a { background-color: #EE3685; }
a { background-color: rgb(238,54,133); }
div.DivClassName
{
background-color: #EE3685;
}
.BgClassName
{
background-color: #EE3685;
}
</style>
border-color css
<style>
span { border-color: #EE3685; }
span { border-color: rgb(238,54,133); }
td.TdClassName
{
border-color: #EE3685;
}
.TagClassName
{
border-color: #EE3685;
}
</style>