Shades of Violet Red #EE417C
Tints of Violet Red #EE417C
RGB
CMYK
RGB Variations
Color information
#EE417C (or 0xEE417C) is known color: Violet Red. HEX triplet: EE, 41 and 7C. RGB value is (238,65,124). Sum of RGB (Red+Green+Blue) = 238+65+124=427 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.74% from 427); Green value is 65 (25.78% from 255 or 15.22% from 427); Blue value is 124 (48.83% from 255 or 29.04% from 427); Max value from RGB is 238 - color contains mainly: red. Hex color #EE417C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE417C is #11BE83. Grayscale: #7B7B7B. Windows color (decimal): -1162884 or 8143342. OLE color: 8143342.
HSL color Cylindrical-coordinate representation of color #EE417C: hue angle of 339.54º 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 #EE417C is Cyan = 0, Magento = 0.73, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 65 | 124 | - |
| CMYK | 0 | 0.73 | 0.48 | 0.07 |
| HSL | 339.54º | 0.84% | 0.59% | - |
| HSV(B) | 339.54º | 0.73% | 0.93% | - |
| XYZ | 40.79 | 23.41 | 21.44 | - |
| YUV | 123.45 | 128.31 | 209.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 65 | 124 | 0 | 0.73 | 0.48 | 0.07 | 339.54 | 0.84 | 0.59 |
| Hex | EE | 41 | 7C | 0 | 49 | 30 | 7 | 154 | 54 | 3B |
| Octal | 356 | 101 | 174 | 0 | 111 | 60 | 7 | 524 | 124 | 73 |
| Binary | 11101110 | 1000001 | 1111100 | 0 | 1001001 | 110000 | 111 | 101010100 | 1010100 | 111011 |
Color Harmonies of #EE417C
Complementary color
Monochromatic Colors of #EE417C
Black with #EE417C
Text Example
Text Example
White with #EE417C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE417C; }
p { color: rgb(238,65,124); }
H1.HeaderClassName
{
color: #EE417C;
}
.AnyTagClassName
{
color: #EE417C;
}
</style>
background-color css
<style>
a { background-color: #EE417C; }
a { background-color: rgb(238,65,124); }
div.DivClassName
{
background-color: #EE417C;
}
.BgClassName
{
background-color: #EE417C;
}
</style>
border-color css
<style>
span { border-color: #EE417C; }
span { border-color: rgb(238,65,124); }
td.TdClassName
{
border-color: #EE417C;
}
.TagClassName
{
border-color: #EE417C;
}
</style>