Shades of Violet Red #EE4184
Tints of Violet Red #EE4184
RGB
CMYK
RGB Variations
Color information
#EE4184 (or 0xEE4184) is known color: Violet Red. HEX triplet: EE, 41 and 84. RGB value is (238,65,132). Sum of RGB (Red+Green+Blue) = 238+65+132=435 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.71% from 435); Green value is 65 (25.78% from 255 or 14.94% from 435); Blue value is 132 (51.95% from 255 or 30.34% from 435); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4184 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE4184 is #11BE7B. Grayscale: #7C7C7C. Windows color (decimal): -1162876 or 8667630. OLE color: 8667630.
HSL color Cylindrical-coordinate representation of color #EE4184: hue angle of 336.76º 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 #EE4184 is Cyan = 0, Magento = 0.73, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 65 | 132 | - |
| CMYK | 0 | 0.73 | 0.45 | 0.07 |
| HSL | 336.76º | 0.84% | 0.59% | - |
| HSV(B) | 336.76º | 0.73% | 0.93% | - |
| XYZ | 41.32 | 23.62 | 24.21 | - |
| YUV | 124.37 | 132.31 | 209.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 65 | 132 | 0 | 0.73 | 0.45 | 0.07 | 336.76 | 0.84 | 0.59 |
| Hex | EE | 41 | 84 | 0 | 49 | 2D | 7 | 151 | 54 | 3B |
| Octal | 356 | 101 | 204 | 0 | 111 | 55 | 7 | 521 | 124 | 73 |
| Binary | 11101110 | 1000001 | 10000100 | 0 | 1001001 | 101101 | 111 | 101010001 | 1010100 | 111011 |
Color Harmonies of #EE4184
Complementary color
Monochromatic Colors of #EE4184
Black with #EE4184
Text Example
Text Example
White with #EE4184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4184; }
p { color: rgb(238,65,132); }
H1.HeaderClassName
{
color: #EE4184;
}
.AnyTagClassName
{
color: #EE4184;
}
</style>
background-color css
<style>
a { background-color: #EE4184; }
a { background-color: rgb(238,65,132); }
div.DivClassName
{
background-color: #EE4184;
}
.BgClassName
{
background-color: #EE4184;
}
</style>
border-color css
<style>
span { border-color: #EE4184; }
span { border-color: rgb(238,65,132); }
td.TdClassName
{
border-color: #EE4184;
}
.TagClassName
{
border-color: #EE4184;
}
</style>