Shades of Violet Red #EE377E
Tints of Violet Red #EE377E
RGB
CMYK
RGB Variations
Color information
#EE377E (or 0xEE377E) is known color: Violet Red. HEX triplet: EE, 37 and 7E. RGB value is (238,55,126). Sum of RGB (Red+Green+Blue) = 238+55+126=419 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.80% from 419); Green value is 55 (21.88% from 255 or 13.13% from 419); Blue value is 126 (49.61% from 255 or 30.07% from 419); Max value from RGB is 238 - color contains mainly: red. Hex color #EE377E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE377E is #11C881. Grayscale: #757575. Windows color (decimal): -1165442 or 8271854. OLE color: 8271854.
HSL color Cylindrical-coordinate representation of color #EE377E: hue angle of 336.72º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EE377E is Cyan = 0, Magento = 0.77, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 55 | 126 | - |
| CMYK | 0 | 0.77 | 0.47 | 0.07 |
| HSL | 336.72º | 0.84% | 0.57% | - |
| HSV(B) | 336.72º | 0.77% | 0.93% | - |
| XYZ | 40.39 | 22.42 | 21.94 | - |
| YUV | 117.81 | 132.63 | 213.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 55 | 126 | 0 | 0.77 | 0.47 | 0.07 | 336.72 | 0.84 | 0.57 |
| Hex | EE | 37 | 7E | 0 | 4D | 2F | 7 | 151 | 54 | 39 |
| Octal | 356 | 67 | 176 | 0 | 115 | 57 | 7 | 521 | 124 | 71 |
| Binary | 11101110 | 110111 | 1111110 | 0 | 1001101 | 101111 | 111 | 101010001 | 1010100 | 111001 |
Color Harmonies of #EE377E
Complementary color
Monochromatic Colors of #EE377E
Black with #EE377E
Text Example
Text Example
White with #EE377E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE377E; }
p { color: rgb(238,55,126); }
H1.HeaderClassName
{
color: #EE377E;
}
.AnyTagClassName
{
color: #EE377E;
}
</style>
background-color css
<style>
a { background-color: #EE377E; }
a { background-color: rgb(238,55,126); }
div.DivClassName
{
background-color: #EE377E;
}
.BgClassName
{
background-color: #EE377E;
}
</style>
border-color css
<style>
span { border-color: #EE377E; }
span { border-color: rgb(238,55,126); }
td.TdClassName
{
border-color: #EE377E;
}
.TagClassName
{
border-color: #EE377E;
}
</style>