Shades of Violet Red #EE347A
Tints of Violet Red #EE347A
RGB
CMYK
RGB Variations
Color information
#EE347A (or 0xEE347A) is known color: Violet Red. HEX triplet: EE, 34 and 7A. RGB value is (238,52,122). Sum of RGB (Red+Green+Blue) = 238+52+122=412 (54% of max value = 765). Red value is 238 (93.36% from 255 or 57.77% from 412); Green value is 52 (20.70% from 255 or 12.62% from 412); Blue value is 122 (48.05% from 255 or 29.61% from 412); Max value from RGB is 238 - color contains mainly: red. Hex color #EE347A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE347A is #11CB85. Grayscale: #737373. Windows color (decimal): -1166214 or 8008942. OLE color: 8008942.
HSL color Cylindrical-coordinate representation of color #EE347A: hue angle of 337.42º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EE347A is Cyan = 0, Magento = 0.78, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 52 | 122 | - |
| CMYK | 0 | 0.78 | 0.49 | 0.07 |
| HSL | 337.42º | 0.85% | 0.57% | - |
| HSV(B) | 337.42º | 0.78% | 0.93% | - |
| XYZ | 40 | 22.04 | 20.56 | - |
| YUV | 115.59 | 131.62 | 215.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 52 | 122 | 0 | 0.78 | 0.49 | 0.07 | 337.42 | 0.85 | 0.57 |
| Hex | EE | 34 | 7A | 0 | 4E | 31 | 7 | 151 | 55 | 39 |
| Octal | 356 | 64 | 172 | 0 | 116 | 61 | 7 | 521 | 125 | 71 |
| Binary | 11101110 | 110100 | 1111010 | 0 | 1001110 | 110001 | 111 | 101010001 | 1010101 | 111001 |
Color Harmonies of #EE347A
Complementary color
Monochromatic Colors of #EE347A
Black with #EE347A
Text Example
Text Example
White with #EE347A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE347A; }
p { color: rgb(238,52,122); }
H1.HeaderClassName
{
color: #EE347A;
}
.AnyTagClassName
{
color: #EE347A;
}
</style>
background-color css
<style>
a { background-color: #EE347A; }
a { background-color: rgb(238,52,122); }
div.DivClassName
{
background-color: #EE347A;
}
.BgClassName
{
background-color: #EE347A;
}
</style>
border-color css
<style>
span { border-color: #EE347A; }
span { border-color: rgb(238,52,122); }
td.TdClassName
{
border-color: #EE347A;
}
.TagClassName
{
border-color: #EE347A;
}
</style>