Shades of Violet Red #EE4084
Tints of Violet Red #EE4084
RGB
CMYK
RGB Variations
Color information
#EE4084 (or 0xEE4084) is known color: Violet Red. HEX triplet: EE, 40 and 84. RGB value is (238,64,132). Sum of RGB (Red+Green+Blue) = 238+64+132=434 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.84% from 434); Green value is 64 (25.39% from 255 or 14.75% from 434); Blue value is 132 (51.95% from 255 or 30.41% from 434); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4084 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE4084 is #11BF7B. Grayscale: #7B7B7B. Windows color (decimal): -1163132 or 8667374. OLE color: 8667374.
HSL color Cylindrical-coordinate representation of color #EE4084: hue angle of 336.55º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EE4084 is Cyan = 0, Magento = 0.73, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 64 | 132 | - |
| CMYK | 0 | 0.73 | 0.45 | 0.07 |
| HSL | 336.55º | 0.84% | 0.59% | - |
| HSV(B) | 336.55º | 0.73% | 0.93% | - |
| XYZ | 41.26 | 23.51 | 24.19 | - |
| YUV | 123.78 | 132.65 | 209.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 64 | 132 | 0 | 0.73 | 0.45 | 0.07 | 336.55 | 0.84 | 0.59 |
| Hex | EE | 40 | 84 | 0 | 49 | 2D | 7 | 151 | 54 | 3B |
| Octal | 356 | 100 | 204 | 0 | 111 | 55 | 7 | 521 | 124 | 73 |
| Binary | 11101110 | 1000000 | 10000100 | 0 | 1001001 | 101101 | 111 | 101010001 | 1010100 | 111011 |
Color Harmonies of #EE4084
Complementary color
Monochromatic Colors of #EE4084
Black with #EE4084
Text Example
Text Example
White with #EE4084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4084; }
p { color: rgb(238,64,132); }
H1.HeaderClassName
{
color: #EE4084;
}
.AnyTagClassName
{
color: #EE4084;
}
</style>
background-color css
<style>
a { background-color: #EE4084; }
a { background-color: rgb(238,64,132); }
div.DivClassName
{
background-color: #EE4084;
}
.BgClassName
{
background-color: #EE4084;
}
</style>
border-color css
<style>
span { border-color: #EE4084; }
span { border-color: rgb(238,64,132); }
td.TdClassName
{
border-color: #EE4084;
}
.TagClassName
{
border-color: #EE4084;
}
</style>