Shades of Violet Red #EE3890
Tints of Violet Red #EE3890
RGB
CMYK
RGB Variations
Color information
#EE3890 (or 0xEE3890) is known color: Violet Red. HEX triplet: EE, 38 and 90. RGB value is (238,56,144). Sum of RGB (Red+Green+Blue) = 238+56+144=438 (58% of max value = 765). Red value is 238 (93.36% from 255 or 54.34% from 438); Green value is 56 (22.27% from 255 or 12.79% from 438); Blue value is 144 (56.64% from 255 or 32.88% from 438); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3890 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE3890 is #11C76F. Grayscale: #787878. Windows color (decimal): -1165168 or 9451758. OLE color: 9451758.
HSL color Cylindrical-coordinate representation of color #EE3890: hue angle of 330.99º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EE3890 is Cyan = 0, Magento = 0.76, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 56 | 144 | - |
| CMYK | 0 | 0.76 | 0.39 | 0.07 |
| HSL | 330.99º | 0.84% | 0.58% | - |
| HSV(B) | 330.99º | 0.76% | 0.93% | - |
| XYZ | 41.71 | 23.02 | 28.63 | - |
| YUV | 120.45 | 141.3 | 211.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 56 | 144 | 0 | 0.76 | 0.39 | 0.07 | 330.99 | 0.84 | 0.58 |
| Hex | EE | 38 | 90 | 0 | 4C | 27 | 7 | 14B | 54 | 3A |
| Octal | 356 | 70 | 220 | 0 | 114 | 47 | 7 | 513 | 124 | 72 |
| Binary | 11101110 | 111000 | 10010000 | 0 | 1001100 | 100111 | 111 | 101001011 | 1010100 | 111010 |
Color Harmonies of #EE3890
Complementary color
Monochromatic Colors of #EE3890
Black with #EE3890
Text Example
Text Example
White with #EE3890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3890; }
p { color: rgb(238,56,144); }
H1.HeaderClassName
{
color: #EE3890;
}
.AnyTagClassName
{
color: #EE3890;
}
</style>
background-color css
<style>
a { background-color: #EE3890; }
a { background-color: rgb(238,56,144); }
div.DivClassName
{
background-color: #EE3890;
}
.BgClassName
{
background-color: #EE3890;
}
</style>
border-color css
<style>
span { border-color: #EE3890; }
span { border-color: rgb(238,56,144); }
td.TdClassName
{
border-color: #EE3890;
}
.TagClassName
{
border-color: #EE3890;
}
</style>