Shades of Violet Red #EE468D
Tints of Violet Red #EE468D
RGB
CMYK
RGB Variations
Color information
#EE468D (or 0xEE468D) is known color: Violet Red. HEX triplet: EE, 46 and 8D. RGB value is (238,70,141). Sum of RGB (Red+Green+Blue) = 238+70+141=449 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.01% from 449); Green value is 70 (27.73% from 255 or 15.59% from 449); Blue value is 141 (55.47% from 255 or 31.40% from 449); Max value from RGB is 238 - color contains mainly: red. Hex color #EE468D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE468D is #11B972. Grayscale: #808080. Windows color (decimal): -1161587 or 9258734. OLE color: 9258734.
HSL color Cylindrical-coordinate representation of color #EE468D: hue angle of 334.64º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EE468D is Cyan = 0, Magento = 0.71, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 70 | 141 | - |
| CMYK | 0 | 0.71 | 0.41 | 0.07 |
| HSL | 334.64º | 0.83% | 0.6% | - |
| HSV(B) | 334.64º | 0.71% | 0.93% | - |
| XYZ | 42.26 | 24.48 | 27.7 | - |
| YUV | 128.33 | 135.16 | 206.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 70 | 141 | 0 | 0.71 | 0.41 | 0.07 | 334.64 | 0.83 | 0.6 |
| Hex | EE | 46 | 8D | 0 | 47 | 29 | 7 | 14F | 53 | 3C |
| Octal | 356 | 106 | 215 | 0 | 107 | 51 | 7 | 517 | 123 | 74 |
| Binary | 11101110 | 1000110 | 10001101 | 0 | 1000111 | 101001 | 111 | 101001111 | 1010011 | 111100 |
Color Harmonies of #EE468D
Complementary color
Monochromatic Colors of #EE468D
Black with #EE468D
Text Example
Text Example
White with #EE468D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE468D; }
p { color: rgb(238,70,141); }
H1.HeaderClassName
{
color: #EE468D;
}
.AnyTagClassName
{
color: #EE468D;
}
</style>
background-color css
<style>
a { background-color: #EE468D; }
a { background-color: rgb(238,70,141); }
div.DivClassName
{
background-color: #EE468D;
}
.BgClassName
{
background-color: #EE468D;
}
</style>
border-color css
<style>
span { border-color: #EE468D; }
span { border-color: rgb(238,70,141); }
td.TdClassName
{
border-color: #EE468D;
}
.TagClassName
{
border-color: #EE468D;
}
</style>