Shades of Violet Red #EE4689
Tints of Violet Red #EE4689
RGB
CMYK
RGB Variations
Color information
#EE4689 (or 0xEE4689) is known color: Violet Red. HEX triplet: EE, 46 and 89. RGB value is (238,70,137). Sum of RGB (Red+Green+Blue) = 238+70+137=445 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.48% from 445); Green value is 70 (27.73% from 255 or 15.73% from 445); Blue value is 137 (53.91% from 255 or 30.79% from 445); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4689 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE4689 is #11B976. Grayscale: #7F7F7F. Windows color (decimal): -1161591 or 8996590. OLE color: 8996590.
HSL color Cylindrical-coordinate representation of color #EE4689: hue angle of 336.07º 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 #EE4689 is Cyan = 0, Magento = 0.71, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 70 | 137 | - |
| CMYK | 0 | 0.71 | 0.42 | 0.07 |
| HSL | 336.07º | 0.83% | 0.6% | - |
| HSV(B) | 336.07º | 0.71% | 0.93% | - |
| XYZ | 41.97 | 24.36 | 26.16 | - |
| YUV | 127.87 | 133.16 | 206.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 70 | 137 | 0 | 0.71 | 0.42 | 0.07 | 336.07 | 0.83 | 0.6 |
| Hex | EE | 46 | 89 | 0 | 47 | 2A | 7 | 150 | 53 | 3C |
| Octal | 356 | 106 | 211 | 0 | 107 | 52 | 7 | 520 | 123 | 74 |
| Binary | 11101110 | 1000110 | 10001001 | 0 | 1000111 | 101010 | 111 | 101010000 | 1010011 | 111100 |
Color Harmonies of #EE4689
Complementary color
Monochromatic Colors of #EE4689
Black with #EE4689
Text Example
Text Example
White with #EE4689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4689; }
p { color: rgb(238,70,137); }
H1.HeaderClassName
{
color: #EE4689;
}
.AnyTagClassName
{
color: #EE4689;
}
</style>
background-color css
<style>
a { background-color: #EE4689; }
a { background-color: rgb(238,70,137); }
div.DivClassName
{
background-color: #EE4689;
}
.BgClassName
{
background-color: #EE4689;
}
</style>
border-color css
<style>
span { border-color: #EE4689; }
span { border-color: rgb(238,70,137); }
td.TdClassName
{
border-color: #EE4689;
}
.TagClassName
{
border-color: #EE4689;
}
</style>