Shades of Violet Red #EE407B
Tints of Violet Red #EE407B
RGB
CMYK
RGB Variations
Color information
#EE407B (or 0xEE407B) is known color: Violet Red. HEX triplet: EE, 40 and 7B. RGB value is (238,64,123). Sum of RGB (Red+Green+Blue) = 238+64+123=425 (56% of max value = 765). Red value is 238 (93.36% from 255 or 56% from 425); Green value is 64 (25.39% from 255 or 15.06% from 425); Blue value is 123 (48.44% from 255 or 28.94% from 425); Max value from RGB is 238 - color contains mainly: red. Hex color #EE407B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE407B is #11BF84. Grayscale: #7A7A7A. Windows color (decimal): -1163141 or 8077550. OLE color: 8077550.
HSL color Cylindrical-coordinate representation of color #EE407B: hue angle of 339.66º 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 #EE407B is Cyan = 0, Magento = 0.73, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 64 | 123 | - |
| CMYK | 0 | 0.73 | 0.48 | 0.07 |
| HSL | 339.66º | 0.84% | 0.59% | - |
| HSV(B) | 339.66º | 0.73% | 0.93% | - |
| XYZ | 40.67 | 23.27 | 21.09 | - |
| YUV | 122.75 | 128.15 | 210.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 64 | 123 | 0 | 0.73 | 0.48 | 0.07 | 339.66 | 0.84 | 0.59 |
| Hex | EE | 40 | 7B | 0 | 49 | 30 | 7 | 154 | 54 | 3B |
| Octal | 356 | 100 | 173 | 0 | 111 | 60 | 7 | 524 | 124 | 73 |
| Binary | 11101110 | 1000000 | 1111011 | 0 | 1001001 | 110000 | 111 | 101010100 | 1010100 | 111011 |
Color Harmonies of #EE407B
Complementary color
Monochromatic Colors of #EE407B
Black with #EE407B
Text Example
Text Example
White with #EE407B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE407B; }
p { color: rgb(238,64,123); }
H1.HeaderClassName
{
color: #EE407B;
}
.AnyTagClassName
{
color: #EE407B;
}
</style>
background-color css
<style>
a { background-color: #EE407B; }
a { background-color: rgb(238,64,123); }
div.DivClassName
{
background-color: #EE407B;
}
.BgClassName
{
background-color: #EE407B;
}
</style>
border-color css
<style>
span { border-color: #EE407B; }
span { border-color: rgb(238,64,123); }
td.TdClassName
{
border-color: #EE407B;
}
.TagClassName
{
border-color: #EE407B;
}
</style>