Shades of Violet Red #EE407D
Tints of Violet Red #EE407D
RGB
CMYK
RGB Variations
Color information
#EE407D (or 0xEE407D) is known color: Violet Red. HEX triplet: EE, 40 and 7D. RGB value is (238,64,125). Sum of RGB (Red+Green+Blue) = 238+64+125=427 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.74% from 427); Green value is 64 (25.39% from 255 or 14.99% from 427); Blue value is 125 (49.22% from 255 or 29.27% from 427); Max value from RGB is 238 - color contains mainly: red. Hex color #EE407D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE407D is #11BF82. Grayscale: #7A7A7A. Windows color (decimal): -1163139 or 8208622. OLE color: 8208622.
HSL color Cylindrical-coordinate representation of color #EE407D: hue angle of 338.97º 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 #EE407D is Cyan = 0, Magento = 0.73, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 64 | 125 | - |
| CMYK | 0 | 0.73 | 0.47 | 0.07 |
| HSL | 338.97º | 0.84% | 0.59% | - |
| HSV(B) | 338.97º | 0.73% | 0.93% | - |
| XYZ | 40.79 | 23.32 | 21.75 | - |
| YUV | 122.98 | 129.15 | 210.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 64 | 125 | 0 | 0.73 | 0.47 | 0.07 | 338.97 | 0.84 | 0.59 |
| Hex | EE | 40 | 7D | 0 | 49 | 2F | 7 | 153 | 54 | 3B |
| Octal | 356 | 100 | 175 | 0 | 111 | 57 | 7 | 523 | 124 | 73 |
| Binary | 11101110 | 1000000 | 1111101 | 0 | 1001001 | 101111 | 111 | 101010011 | 1010100 | 111011 |
Color Harmonies of #EE407D
Complementary color
Monochromatic Colors of #EE407D
Black with #EE407D
Text Example
Text Example
White with #EE407D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE407D; }
p { color: rgb(238,64,125); }
H1.HeaderClassName
{
color: #EE407D;
}
.AnyTagClassName
{
color: #EE407D;
}
</style>
background-color css
<style>
a { background-color: #EE407D; }
a { background-color: rgb(238,64,125); }
div.DivClassName
{
background-color: #EE407D;
}
.BgClassName
{
background-color: #EE407D;
}
</style>
border-color css
<style>
span { border-color: #EE407D; }
span { border-color: rgb(238,64,125); }
td.TdClassName
{
border-color: #EE407D;
}
.TagClassName
{
border-color: #EE407D;
}
</style>