Shades of Violet Red #EE347D
Tints of Violet Red #EE347D
RGB
CMYK
RGB Variations
Color information
#EE347D (or 0xEE347D) is known color: Violet Red. HEX triplet: EE, 34 and 7D. RGB value is (238,52,125). Sum of RGB (Red+Green+Blue) = 238+52+125=415 (54% of max value = 765). Red value is 238 (93.36% from 255 or 57.35% from 415); Green value is 52 (20.70% from 255 or 12.53% from 415); Blue value is 125 (49.22% from 255 or 30.12% from 415); Max value from RGB is 238 - color contains mainly: red. Hex color #EE347D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE347D is #11CB82. Grayscale: #737373. Windows color (decimal): -1166211 or 8205550. OLE color: 8205550.
HSL color Cylindrical-coordinate representation of color #EE347D: hue angle of 336.45º 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 #EE347D is Cyan = 0, Magento = 0.78, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 52 | 125 | - |
| CMYK | 0 | 0.78 | 0.47 | 0.07 |
| HSL | 336.45º | 0.85% | 0.57% | - |
| HSV(B) | 336.45º | 0.78% | 0.93% | - |
| XYZ | 40.19 | 22.11 | 21.55 | - |
| YUV | 115.94 | 133.12 | 215.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 52 | 125 | 0 | 0.78 | 0.47 | 0.07 | 336.45 | 0.85 | 0.57 |
| Hex | EE | 34 | 7D | 0 | 4E | 2F | 7 | 150 | 55 | 39 |
| Octal | 356 | 64 | 175 | 0 | 116 | 57 | 7 | 520 | 125 | 71 |
| Binary | 11101110 | 110100 | 1111101 | 0 | 1001110 | 101111 | 111 | 101010000 | 1010101 | 111001 |
Color Harmonies of #EE347D
Complementary color
Monochromatic Colors of #EE347D
Black with #EE347D
Text Example
Text Example
White with #EE347D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE347D; }
p { color: rgb(238,52,125); }
H1.HeaderClassName
{
color: #EE347D;
}
.AnyTagClassName
{
color: #EE347D;
}
</style>
background-color css
<style>
a { background-color: #EE347D; }
a { background-color: rgb(238,52,125); }
div.DivClassName
{
background-color: #EE347D;
}
.BgClassName
{
background-color: #EE347D;
}
</style>
border-color css
<style>
span { border-color: #EE347D; }
span { border-color: rgb(238,52,125); }
td.TdClassName
{
border-color: #EE347D;
}
.TagClassName
{
border-color: #EE347D;
}
</style>