Shades of Violet Red #EE4290
Tints of Violet Red #EE4290
RGB
CMYK
RGB Variations
Color information
#EE4290 (or 0xEE4290) is known color: Violet Red. HEX triplet: EE, 42 and 90. RGB value is (238,66,144). Sum of RGB (Red+Green+Blue) = 238+66+144=448 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.12% from 448); Green value is 66 (26.17% from 255 or 14.73% from 448); Blue value is 144 (56.64% from 255 or 32.14% from 448); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4290 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE4290 is #11BD6F. Grayscale: #7E7E7E. Windows color (decimal): -1162608 or 9454318. OLE color: 9454318.
HSL color Cylindrical-coordinate representation of color #EE4290: hue angle of 332.79º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EE4290 is Cyan = 0, Magento = 0.72, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 66 | 144 | - |
| CMYK | 0 | 0.72 | 0.39 | 0.07 |
| HSL | 332.79º | 0.83% | 0.6% | - |
| HSV(B) | 332.79º | 0.72% | 0.93% | - |
| XYZ | 42.24 | 24.09 | 28.81 | - |
| YUV | 126.32 | 137.98 | 207.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 66 | 144 | 0 | 0.72 | 0.39 | 0.07 | 332.79 | 0.83 | 0.6 |
| Hex | EE | 42 | 90 | 0 | 48 | 27 | 7 | 14D | 53 | 3C |
| Octal | 356 | 102 | 220 | 0 | 110 | 47 | 7 | 515 | 123 | 74 |
| Binary | 11101110 | 1000010 | 10010000 | 0 | 1001000 | 100111 | 111 | 101001101 | 1010011 | 111100 |
Color Harmonies of #EE4290
Complementary color
Monochromatic Colors of #EE4290
Black with #EE4290
Text Example
Text Example
White with #EE4290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4290; }
p { color: rgb(238,66,144); }
H1.HeaderClassName
{
color: #EE4290;
}
.AnyTagClassName
{
color: #EE4290;
}
</style>
background-color css
<style>
a { background-color: #EE4290; }
a { background-color: rgb(238,66,144); }
div.DivClassName
{
background-color: #EE4290;
}
.BgClassName
{
background-color: #EE4290;
}
</style>
border-color css
<style>
span { border-color: #EE4290; }
span { border-color: rgb(238,66,144); }
td.TdClassName
{
border-color: #EE4290;
}
.TagClassName
{
border-color: #EE4290;
}
</style>