Shades of Violet Red #EE4482
Tints of Violet Red #EE4482
RGB
CMYK
RGB Variations
Color information
#EE4482 (or 0xEE4482) is known color: Violet Red. HEX triplet: EE, 44 and 82. RGB value is (238,68,130). Sum of RGB (Red+Green+Blue) = 238+68+130=436 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.59% from 436); Green value is 68 (26.95% from 255 or 15.60% from 436); Blue value is 130 (51.17% from 255 or 29.82% from 436); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4482 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE4482 is #11BB7D. Grayscale: #7D7D7D. Windows color (decimal): -1162110 or 8537326. OLE color: 8537326.
HSL color Cylindrical-coordinate representation of color #EE4482: hue angle of 338.12º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EE4482 is Cyan = 0, Magento = 0.71, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 68 | 130 | - |
| CMYK | 0 | 0.71 | 0.45 | 0.07 |
| HSL | 338.12º | 0.83% | 0.6% | - |
| HSV(B) | 338.12º | 0.71% | 0.93% | - |
| XYZ | 41.36 | 23.92 | 23.56 | - |
| YUV | 125.9 | 130.32 | 207.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 68 | 130 | 0 | 0.71 | 0.45 | 0.07 | 338.12 | 0.83 | 0.6 |
| Hex | EE | 44 | 82 | 0 | 47 | 2D | 7 | 152 | 53 | 3C |
| Octal | 356 | 104 | 202 | 0 | 107 | 55 | 7 | 522 | 123 | 74 |
| Binary | 11101110 | 1000100 | 10000010 | 0 | 1000111 | 101101 | 111 | 101010010 | 1010011 | 111100 |
Color Harmonies of #EE4482
Complementary color
Monochromatic Colors of #EE4482
Black with #EE4482
Text Example
Text Example
White with #EE4482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4482; }
p { color: rgb(238,68,130); }
H1.HeaderClassName
{
color: #EE4482;
}
.AnyTagClassName
{
color: #EE4482;
}
</style>
background-color css
<style>
a { background-color: #EE4482; }
a { background-color: rgb(238,68,130); }
div.DivClassName
{
background-color: #EE4482;
}
.BgClassName
{
background-color: #EE4482;
}
</style>
border-color css
<style>
span { border-color: #EE4482; }
span { border-color: rgb(238,68,130); }
td.TdClassName
{
border-color: #EE4482;
}
.TagClassName
{
border-color: #EE4482;
}
</style>