Shades of Violet Red #EE4083
Tints of Violet Red #EE4083
RGB
CMYK
RGB Variations
Color information
#EE4083 (or 0xEE4083) is known color: Violet Red. HEX triplet: EE, 40 and 83. RGB value is (238,64,131). Sum of RGB (Red+Green+Blue) = 238+64+131=433 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.97% from 433); Green value is 64 (25.39% from 255 or 14.78% from 433); Blue value is 131 (51.56% from 255 or 30.25% from 433); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4083 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE4083 is #11BF7C. Grayscale: #7B7B7B. Windows color (decimal): -1163133 or 8601838. OLE color: 8601838.
HSL color Cylindrical-coordinate representation of color #EE4083: hue angle of 336.9º 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 #EE4083 is Cyan = 0, Magento = 0.73, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 64 | 131 | - |
| CMYK | 0 | 0.73 | 0.45 | 0.07 |
| HSL | 336.9º | 0.84% | 0.59% | - |
| HSV(B) | 336.9º | 0.73% | 0.93% | - |
| XYZ | 41.19 | 23.48 | 23.83 | - |
| YUV | 123.66 | 132.15 | 209.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 64 | 131 | 0 | 0.73 | 0.45 | 0.07 | 336.9 | 0.84 | 0.59 |
| Hex | EE | 40 | 83 | 0 | 49 | 2D | 7 | 151 | 54 | 3B |
| Octal | 356 | 100 | 203 | 0 | 111 | 55 | 7 | 521 | 124 | 73 |
| Binary | 11101110 | 1000000 | 10000011 | 0 | 1001001 | 101101 | 111 | 101010001 | 1010100 | 111011 |
Color Harmonies of #EE4083
Complementary color
Monochromatic Colors of #EE4083
Black with #EE4083
Text Example
Text Example
White with #EE4083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4083; }
p { color: rgb(238,64,131); }
H1.HeaderClassName
{
color: #EE4083;
}
.AnyTagClassName
{
color: #EE4083;
}
</style>
background-color css
<style>
a { background-color: #EE4083; }
a { background-color: rgb(238,64,131); }
div.DivClassName
{
background-color: #EE4083;
}
.BgClassName
{
background-color: #EE4083;
}
</style>
border-color css
<style>
span { border-color: #EE4083; }
span { border-color: rgb(238,64,131); }
td.TdClassName
{
border-color: #EE4083;
}
.TagClassName
{
border-color: #EE4083;
}
</style>