Shades of Violet Red #EE347B
Tints of Violet Red #EE347B
RGB
CMYK
RGB Variations
Color information
#EE347B (or 0xEE347B) is known color: Violet Red. HEX triplet: EE, 34 and 7B. RGB value is (238,52,123). Sum of RGB (Red+Green+Blue) = 238+52+123=413 (54% of max value = 765). Red value is 238 (93.36% from 255 or 57.63% from 413); Green value is 52 (20.70% from 255 or 12.59% from 413); Blue value is 123 (48.44% from 255 or 29.78% from 413); Max value from RGB is 238 - color contains mainly: red. Hex color #EE347B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE347B is #11CB84. Grayscale: #737373. Windows color (decimal): -1166213 or 8074478. OLE color: 8074478.
HSL color Cylindrical-coordinate representation of color #EE347B: hue angle of 337.1º 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 #EE347B is Cyan = 0, Magento = 0.78, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 52 | 123 | - |
| CMYK | 0 | 0.78 | 0.48 | 0.07 |
| HSL | 337.1º | 0.85% | 0.57% | - |
| HSV(B) | 337.1º | 0.78% | 0.93% | - |
| XYZ | 40.06 | 22.06 | 20.89 | - |
| YUV | 115.71 | 132.12 | 215.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 52 | 123 | 0 | 0.78 | 0.48 | 0.07 | 337.1 | 0.85 | 0.57 |
| Hex | EE | 34 | 7B | 0 | 4E | 30 | 7 | 151 | 55 | 39 |
| Octal | 356 | 64 | 173 | 0 | 116 | 60 | 7 | 521 | 125 | 71 |
| Binary | 11101110 | 110100 | 1111011 | 0 | 1001110 | 110000 | 111 | 101010001 | 1010101 | 111001 |
Color Harmonies of #EE347B
Complementary color
Monochromatic Colors of #EE347B
Black with #EE347B
Text Example
Text Example
White with #EE347B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE347B; }
p { color: rgb(238,52,123); }
H1.HeaderClassName
{
color: #EE347B;
}
.AnyTagClassName
{
color: #EE347B;
}
</style>
background-color css
<style>
a { background-color: #EE347B; }
a { background-color: rgb(238,52,123); }
div.DivClassName
{
background-color: #EE347B;
}
.BgClassName
{
background-color: #EE347B;
}
</style>
border-color css
<style>
span { border-color: #EE347B; }
span { border-color: rgb(238,52,123); }
td.TdClassName
{
border-color: #EE347B;
}
.TagClassName
{
border-color: #EE347B;
}
</style>