Shades of Violet Red #EE3A7A
Tints of Violet Red #EE3A7A
RGB
CMYK
RGB Variations
Color information
#EE3A7A (or 0xEE3A7A) is known color: Violet Red. HEX triplet: EE, 3A and 7A. RGB value is (238,58,122). Sum of RGB (Red+Green+Blue) = 238+58+122=418 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.94% from 418); Green value is 58 (23.05% from 255 or 13.88% from 418); Blue value is 122 (48.05% from 255 or 29.19% from 418); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3A7A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE3A7A is #11C585. Grayscale: #777777. Windows color (decimal): -1164678 or 8010478. OLE color: 8010478.
HSL color Cylindrical-coordinate representation of color #EE3A7A: hue angle of 338.67º 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 #EE3A7A is Cyan = 0, Magento = 0.76, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 58 | 122 | - |
| CMYK | 0 | 0.76 | 0.49 | 0.07 |
| HSL | 338.67º | 0.84% | 0.58% | - |
| HSV(B) | 338.67º | 0.76% | 0.93% | - |
| XYZ | 40.29 | 22.61 | 20.65 | - |
| YUV | 119.12 | 129.63 | 212.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 58 | 122 | 0 | 0.76 | 0.49 | 0.07 | 338.67 | 0.84 | 0.58 |
| Hex | EE | 3A | 7A | 0 | 4C | 31 | 7 | 153 | 54 | 3A |
| Octal | 356 | 72 | 172 | 0 | 114 | 61 | 7 | 523 | 124 | 72 |
| Binary | 11101110 | 111010 | 1111010 | 0 | 1001100 | 110001 | 111 | 101010011 | 1010100 | 111010 |
Color Harmonies of #EE3A7A
Complementary color
Monochromatic Colors of #EE3A7A
Black with #EE3A7A
Text Example
Text Example
White with #EE3A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3A7A; }
p { color: rgb(238,58,122); }
H1.HeaderClassName
{
color: #EE3A7A;
}
.AnyTagClassName
{
color: #EE3A7A;
}
</style>
background-color css
<style>
a { background-color: #EE3A7A; }
a { background-color: rgb(238,58,122); }
div.DivClassName
{
background-color: #EE3A7A;
}
.BgClassName
{
background-color: #EE3A7A;
}
</style>
border-color css
<style>
span { border-color: #EE3A7A; }
span { border-color: rgb(238,58,122); }
td.TdClassName
{
border-color: #EE3A7A;
}
.TagClassName
{
border-color: #EE3A7A;
}
</style>