Shades of Violet Red #EE387E
Tints of Violet Red #EE387E
RGB
CMYK
RGB Variations
Color information
#EE387E (or 0xEE387E) is known color: Violet Red. HEX triplet: EE, 38 and 7E. RGB value is (238,56,126). Sum of RGB (Red+Green+Blue) = 238+56+126=420 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.67% from 420); Green value is 56 (22.27% from 255 or 13.33% from 420); Blue value is 126 (49.61% from 255 or 30% from 420); Max value from RGB is 238 - color contains mainly: red. Hex color #EE387E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE387E is #11C781. Grayscale: #767676. Windows color (decimal): -1165186 or 8272110. OLE color: 8272110.
HSL color Cylindrical-coordinate representation of color #EE387E: hue angle of 336.92º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EE387E is Cyan = 0, Magento = 0.76, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 56 | 126 | - |
| CMYK | 0 | 0.76 | 0.47 | 0.07 |
| HSL | 336.92º | 0.84% | 0.58% | - |
| HSV(B) | 336.92º | 0.76% | 0.93% | - |
| XYZ | 40.44 | 22.51 | 21.95 | - |
| YUV | 118.4 | 132.3 | 213.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 56 | 126 | 0 | 0.76 | 0.47 | 0.07 | 336.92 | 0.84 | 0.58 |
| Hex | EE | 38 | 7E | 0 | 4C | 2F | 7 | 151 | 54 | 3A |
| Octal | 356 | 70 | 176 | 0 | 114 | 57 | 7 | 521 | 124 | 72 |
| Binary | 11101110 | 111000 | 1111110 | 0 | 1001100 | 101111 | 111 | 101010001 | 1010100 | 111010 |
Color Harmonies of #EE387E
Complementary color
Monochromatic Colors of #EE387E
Black with #EE387E
Text Example
Text Example
White with #EE387E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE387E; }
p { color: rgb(238,56,126); }
H1.HeaderClassName
{
color: #EE387E;
}
.AnyTagClassName
{
color: #EE387E;
}
</style>
background-color css
<style>
a { background-color: #EE387E; }
a { background-color: rgb(238,56,126); }
div.DivClassName
{
background-color: #EE387E;
}
.BgClassName
{
background-color: #EE387E;
}
</style>
border-color css
<style>
span { border-color: #EE387E; }
span { border-color: rgb(238,56,126); }
td.TdClassName
{
border-color: #EE387E;
}
.TagClassName
{
border-color: #EE387E;
}
</style>