Shades of Violet Red #EE458D
Tints of Violet Red #EE458D
RGB
CMYK
RGB Variations
Color information
#EE458D (or 0xEE458D) is known color: Violet Red. HEX triplet: EE, 45 and 8D. RGB value is (238,69,141). Sum of RGB (Red+Green+Blue) = 238+69+141=448 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.12% from 448); Green value is 69 (27.34% from 255 or 15.40% from 448); Blue value is 141 (55.47% from 255 or 31.47% from 448); Max value from RGB is 238 - color contains mainly: red. Hex color #EE458D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE458D is #11BA72. Grayscale: #7F7F7F. Windows color (decimal): -1161843 or 9258478. OLE color: 9258478.
HSL color Cylindrical-coordinate representation of color #EE458D: hue angle of 334.44º 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 #EE458D is Cyan = 0, Magento = 0.71, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 69 | 141 | - |
| CMYK | 0 | 0.71 | 0.41 | 0.07 |
| HSL | 334.44º | 0.83% | 0.6% | - |
| HSV(B) | 334.44º | 0.71% | 0.93% | - |
| XYZ | 42.2 | 24.36 | 27.68 | - |
| YUV | 127.74 | 135.49 | 206.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 69 | 141 | 0 | 0.71 | 0.41 | 0.07 | 334.44 | 0.83 | 0.6 |
| Hex | EE | 45 | 8D | 0 | 47 | 29 | 7 | 14E | 53 | 3C |
| Octal | 356 | 105 | 215 | 0 | 107 | 51 | 7 | 516 | 123 | 74 |
| Binary | 11101110 | 1000101 | 10001101 | 0 | 1000111 | 101001 | 111 | 101001110 | 1010011 | 111100 |
Color Harmonies of #EE458D
Complementary color
Monochromatic Colors of #EE458D
Black with #EE458D
Text Example
Text Example
White with #EE458D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE458D; }
p { color: rgb(238,69,141); }
H1.HeaderClassName
{
color: #EE458D;
}
.AnyTagClassName
{
color: #EE458D;
}
</style>
background-color css
<style>
a { background-color: #EE458D; }
a { background-color: rgb(238,69,141); }
div.DivClassName
{
background-color: #EE458D;
}
.BgClassName
{
background-color: #EE458D;
}
</style>
border-color css
<style>
span { border-color: #EE458D; }
span { border-color: rgb(238,69,141); }
td.TdClassName
{
border-color: #EE458D;
}
.TagClassName
{
border-color: #EE458D;
}
</style>