Shades of Violet Red #EE3785
Tints of Violet Red #EE3785
RGB
CMYK
RGB Variations
Color information
#EE3785 (or 0xEE3785) is known color: Violet Red. HEX triplet: EE, 37 and 85. RGB value is (238,55,133). Sum of RGB (Red+Green+Blue) = 238+55+133=426 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.87% from 426); Green value is 55 (21.88% from 255 or 12.91% from 426); Blue value is 133 (52.34% from 255 or 31.22% from 426); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3785 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE3785 is #11C87A. Grayscale: #767676. Windows color (decimal): -1165435 or 8730606. OLE color: 8730606.
HSL color Cylindrical-coordinate representation of color #EE3785: hue angle of 334.43º 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 #EE3785 is Cyan = 0, Magento = 0.77, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 55 | 133 | - |
| CMYK | 0 | 0.77 | 0.44 | 0.07 |
| HSL | 334.43º | 0.84% | 0.57% | - |
| HSV(B) | 334.43º | 0.77% | 0.93% | - |
| XYZ | 40.86 | 22.6 | 24.4 | - |
| YUV | 118.61 | 136.13 | 213.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 55 | 133 | 0 | 0.77 | 0.44 | 0.07 | 334.43 | 0.84 | 0.57 |
| Hex | EE | 37 | 85 | 0 | 4D | 2C | 7 | 14E | 54 | 39 |
| Octal | 356 | 67 | 205 | 0 | 115 | 54 | 7 | 516 | 124 | 71 |
| Binary | 11101110 | 110111 | 10000101 | 0 | 1001101 | 101100 | 111 | 101001110 | 1010100 | 111001 |
Color Harmonies of #EE3785
Complementary color
Monochromatic Colors of #EE3785
Black with #EE3785
Text Example
Text Example
White with #EE3785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3785; }
p { color: rgb(238,55,133); }
H1.HeaderClassName
{
color: #EE3785;
}
.AnyTagClassName
{
color: #EE3785;
}
</style>
background-color css
<style>
a { background-color: #EE3785; }
a { background-color: rgb(238,55,133); }
div.DivClassName
{
background-color: #EE3785;
}
.BgClassName
{
background-color: #EE3785;
}
</style>
border-color css
<style>
span { border-color: #EE3785; }
span { border-color: rgb(238,55,133); }
td.TdClassName
{
border-color: #EE3785;
}
.TagClassName
{
border-color: #EE3785;
}
</style>