Shades of Violet Red #EE408B
Tints of Violet Red #EE408B
RGB
CMYK
RGB Variations
Color information
#EE408B (or 0xEE408B) is known color: Violet Red. HEX triplet: EE, 40 and 8B. RGB value is (238,64,139). Sum of RGB (Red+Green+Blue) = 238+64+139=441 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.97% from 441); Green value is 64 (25.39% from 255 or 14.51% from 441); Blue value is 139 (54.69% from 255 or 31.52% from 441); Max value from RGB is 238 - color contains mainly: red. Hex color #EE408B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE408B is #11BF74. Grayscale: #7C7C7C. Windows color (decimal): -1163125 or 9126126. OLE color: 9126126.
HSL color Cylindrical-coordinate representation of color #EE408B: hue angle of 334.14º 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 #EE408B is Cyan = 0, Magento = 0.73, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 64 | 139 | - |
| CMYK | 0 | 0.73 | 0.42 | 0.07 |
| HSL | 334.14º | 0.84% | 0.59% | - |
| HSV(B) | 334.14º | 0.73% | 0.93% | - |
| XYZ | 41.75 | 23.71 | 26.8 | - |
| YUV | 124.58 | 136.15 | 208.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 64 | 139 | 0 | 0.73 | 0.42 | 0.07 | 334.14 | 0.84 | 0.59 |
| Hex | EE | 40 | 8B | 0 | 49 | 2A | 7 | 14E | 54 | 3B |
| Octal | 356 | 100 | 213 | 0 | 111 | 52 | 7 | 516 | 124 | 73 |
| Binary | 11101110 | 1000000 | 10001011 | 0 | 1001001 | 101010 | 111 | 101001110 | 1010100 | 111011 |
Color Harmonies of #EE408B
Complementary color
Monochromatic Colors of #EE408B
Black with #EE408B
Text Example
Text Example
White with #EE408B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE408B; }
p { color: rgb(238,64,139); }
H1.HeaderClassName
{
color: #EE408B;
}
.AnyTagClassName
{
color: #EE408B;
}
</style>
background-color css
<style>
a { background-color: #EE408B; }
a { background-color: rgb(238,64,139); }
div.DivClassName
{
background-color: #EE408B;
}
.BgClassName
{
background-color: #EE408B;
}
</style>
border-color css
<style>
span { border-color: #EE408B; }
span { border-color: rgb(238,64,139); }
td.TdClassName
{
border-color: #EE408B;
}
.TagClassName
{
border-color: #EE408B;
}
</style>