Shades of Violet Red #EE407C
Tints of Violet Red #EE407C
RGB
CMYK
RGB Variations
Color information
#EE407C (or 0xEE407C) is known color: Violet Red. HEX triplet: EE, 40 and 7C. RGB value is (238,64,124). Sum of RGB (Red+Green+Blue) = 238+64+124=426 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.87% from 426); Green value is 64 (25.39% from 255 or 15.02% from 426); Blue value is 124 (48.83% from 255 or 29.11% from 426); Max value from RGB is 238 - color contains mainly: red. Hex color #EE407C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE407C is #11BF83. Grayscale: #7A7A7A. Windows color (decimal): -1163140 or 8143086. OLE color: 8143086.
HSL color Cylindrical-coordinate representation of color #EE407C: hue angle of 339.31º 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 #EE407C is Cyan = 0, Magento = 0.73, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 64 | 124 | - |
| CMYK | 0 | 0.73 | 0.48 | 0.07 |
| HSL | 339.31º | 0.84% | 0.59% | - |
| HSV(B) | 339.31º | 0.73% | 0.93% | - |
| XYZ | 40.73 | 23.3 | 21.42 | - |
| YUV | 122.87 | 128.65 | 210.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 64 | 124 | 0 | 0.73 | 0.48 | 0.07 | 339.31 | 0.84 | 0.59 |
| Hex | EE | 40 | 7C | 0 | 49 | 30 | 7 | 153 | 54 | 3B |
| Octal | 356 | 100 | 174 | 0 | 111 | 60 | 7 | 523 | 124 | 73 |
| Binary | 11101110 | 1000000 | 1111100 | 0 | 1001001 | 110000 | 111 | 101010011 | 1010100 | 111011 |
Color Harmonies of #EE407C
Complementary color
Monochromatic Colors of #EE407C
Black with #EE407C
Text Example
Text Example
White with #EE407C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE407C; }
p { color: rgb(238,64,124); }
H1.HeaderClassName
{
color: #EE407C;
}
.AnyTagClassName
{
color: #EE407C;
}
</style>
background-color css
<style>
a { background-color: #EE407C; }
a { background-color: rgb(238,64,124); }
div.DivClassName
{
background-color: #EE407C;
}
.BgClassName
{
background-color: #EE407C;
}
</style>
border-color css
<style>
span { border-color: #EE407C; }
span { border-color: rgb(238,64,124); }
td.TdClassName
{
border-color: #EE407C;
}
.TagClassName
{
border-color: #EE407C;
}
</style>