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