Shades of Violet Red #EE3482
Tints of Violet Red #EE3482
RGB
CMYK
RGB Variations
Color information
#EE3482 (or 0xEE3482) is known color: Violet Red. HEX triplet: EE, 34 and 82. RGB value is (238,52,130). Sum of RGB (Red+Green+Blue) = 238+52+130=420 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.67% from 420); Green value is 52 (20.70% from 255 or 12.38% from 420); Blue value is 130 (51.17% from 255 or 30.95% from 420); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3482 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE3482 is #11CB7D. Grayscale: #747474. Windows color (decimal): -1166206 or 8533230. OLE color: 8533230.
HSL color Cylindrical-coordinate representation of color #EE3482: hue angle of 334.84º 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 #EE3482 is Cyan = 0, Magento = 0.78, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 52 | 130 | - |
| CMYK | 0 | 0.78 | 0.45 | 0.07 |
| HSL | 334.84º | 0.85% | 0.57% | - |
| HSV(B) | 334.84º | 0.78% | 0.93% | - |
| XYZ | 40.52 | 22.24 | 23.28 | - |
| YUV | 116.51 | 135.62 | 214.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 52 | 130 | 0 | 0.78 | 0.45 | 0.07 | 334.84 | 0.85 | 0.57 |
| Hex | EE | 34 | 82 | 0 | 4E | 2D | 7 | 14F | 55 | 39 |
| Octal | 356 | 64 | 202 | 0 | 116 | 55 | 7 | 517 | 125 | 71 |
| Binary | 11101110 | 110100 | 10000010 | 0 | 1001110 | 101101 | 111 | 101001111 | 1010101 | 111001 |
Color Harmonies of #EE3482
Complementary color
Monochromatic Colors of #EE3482
Black with #EE3482
Text Example
Text Example
White with #EE3482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3482; }
p { color: rgb(238,52,130); }
H1.HeaderClassName
{
color: #EE3482;
}
.AnyTagClassName
{
color: #EE3482;
}
</style>
background-color css
<style>
a { background-color: #EE3482; }
a { background-color: rgb(238,52,130); }
div.DivClassName
{
background-color: #EE3482;
}
.BgClassName
{
background-color: #EE3482;
}
</style>
border-color css
<style>
span { border-color: #EE3482; }
span { border-color: rgb(238,52,130); }
td.TdClassName
{
border-color: #EE3482;
}
.TagClassName
{
border-color: #EE3482;
}
</style>