Shades of Violet Red #EE3B8C
Tints of Violet Red #EE3B8C
RGB
CMYK
RGB Variations
Color information
#EE3B8C (or 0xEE3B8C) is known color: Violet Red. HEX triplet: EE, 3B and 8C. RGB value is (238,59,140). Sum of RGB (Red+Green+Blue) = 238+59+140=437 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.46% from 437); Green value is 59 (23.44% from 255 or 13.50% from 437); Blue value is 140 (55.08% from 255 or 32.04% from 437); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3B8C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE3B8C is #11C473. Grayscale: #797979. Windows color (decimal): -1164404 or 9190382. OLE color: 9190382.
HSL color Cylindrical-coordinate representation of color #EE3B8C: hue angle of 332.85º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EE3B8C is Cyan = 0, Magento = 0.75, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 59 | 140 | - |
| CMYK | 0 | 0.75 | 0.41 | 0.07 |
| HSL | 332.85º | 0.84% | 0.58% | - |
| HSV(B) | 332.85º | 0.75% | 0.93% | - |
| XYZ | 41.56 | 23.2 | 27.1 | - |
| YUV | 121.76 | 138.3 | 210.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 59 | 140 | 0 | 0.75 | 0.41 | 0.07 | 332.85 | 0.84 | 0.58 |
| Hex | EE | 3B | 8C | 0 | 4B | 29 | 7 | 14D | 54 | 3A |
| Octal | 356 | 73 | 214 | 0 | 113 | 51 | 7 | 515 | 124 | 72 |
| Binary | 11101110 | 111011 | 10001100 | 0 | 1001011 | 101001 | 111 | 101001101 | 1010100 | 111010 |
Color Harmonies of #EE3B8C
Complementary color
Monochromatic Colors of #EE3B8C
Black with #EE3B8C
Text Example
Text Example
White with #EE3B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3B8C; }
p { color: rgb(238,59,140); }
H1.HeaderClassName
{
color: #EE3B8C;
}
.AnyTagClassName
{
color: #EE3B8C;
}
</style>
background-color css
<style>
a { background-color: #EE3B8C; }
a { background-color: rgb(238,59,140); }
div.DivClassName
{
background-color: #EE3B8C;
}
.BgClassName
{
background-color: #EE3B8C;
}
</style>
border-color css
<style>
span { border-color: #EE3B8C; }
span { border-color: rgb(238,59,140); }
td.TdClassName
{
border-color: #EE3B8C;
}
.TagClassName
{
border-color: #EE3B8C;
}
</style>