Shades of Violet Red #EE458B
Tints of Violet Red #EE458B
RGB
CMYK
RGB Variations
Color information
#EE458B (or 0xEE458B) is known color: Violet Red. HEX triplet: EE, 45 and 8B. RGB value is (238,69,139). Sum of RGB (Red+Green+Blue) = 238+69+139=446 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.36% from 446); Green value is 69 (27.34% from 255 or 15.47% from 446); Blue value is 139 (54.69% from 255 or 31.17% from 446); Max value from RGB is 238 - color contains mainly: red. Hex color #EE458B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE458B is #11BA74. Grayscale: #7F7F7F. Windows color (decimal): -1161845 or 9127406. OLE color: 9127406.
HSL color Cylindrical-coordinate representation of color #EE458B: hue angle of 335.15º 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 #EE458B is Cyan = 0, Magento = 0.71, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 69 | 139 | - |
| CMYK | 0 | 0.71 | 0.42 | 0.07 |
| HSL | 335.15º | 0.83% | 0.6% | - |
| HSV(B) | 335.15º | 0.71% | 0.93% | - |
| XYZ | 42.05 | 24.3 | 26.9 | - |
| YUV | 127.51 | 134.49 | 206.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 69 | 139 | 0 | 0.71 | 0.42 | 0.07 | 335.15 | 0.83 | 0.6 |
| Hex | EE | 45 | 8B | 0 | 47 | 2A | 7 | 14F | 53 | 3C |
| Octal | 356 | 105 | 213 | 0 | 107 | 52 | 7 | 517 | 123 | 74 |
| Binary | 11101110 | 1000101 | 10001011 | 0 | 1000111 | 101010 | 111 | 101001111 | 1010011 | 111100 |
Color Harmonies of #EE458B
Complementary color
Monochromatic Colors of #EE458B
Black with #EE458B
Text Example
Text Example
White with #EE458B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE458B; }
p { color: rgb(238,69,139); }
H1.HeaderClassName
{
color: #EE458B;
}
.AnyTagClassName
{
color: #EE458B;
}
</style>
background-color css
<style>
a { background-color: #EE458B; }
a { background-color: rgb(238,69,139); }
div.DivClassName
{
background-color: #EE458B;
}
.BgClassName
{
background-color: #EE458B;
}
</style>
border-color css
<style>
span { border-color: #EE458B; }
span { border-color: rgb(238,69,139); }
td.TdClassName
{
border-color: #EE458B;
}
.TagClassName
{
border-color: #EE458B;
}
</style>