Shades of Violet Red #EE378C
Tints of Violet Red #EE378C
RGB
CMYK
RGB Variations
Color information
#EE378C (or 0xEE378C) is known color: Violet Red. HEX triplet: EE, 37 and 8C. RGB value is (238,55,140). Sum of RGB (Red+Green+Blue) = 238+55+140=433 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.97% from 433); Green value is 55 (21.88% from 255 or 12.70% from 433); Blue value is 140 (55.08% from 255 or 32.33% from 433); Max value from RGB is 238 - color contains mainly: red. Hex color #EE378C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE378C is #11C873. Grayscale: #777777. Windows color (decimal): -1165428 or 9189358. OLE color: 9189358.
HSL color Cylindrical-coordinate representation of color #EE378C: hue angle of 332.13º 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 #EE378C is Cyan = 0, Magento = 0.77, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 55 | 140 | - |
| CMYK | 0 | 0.77 | 0.41 | 0.07 |
| HSL | 332.13º | 0.84% | 0.57% | - |
| HSV(B) | 332.13º | 0.77% | 0.93% | - |
| XYZ | 41.36 | 22.8 | 27.03 | - |
| YUV | 119.41 | 139.63 | 212.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 55 | 140 | 0 | 0.77 | 0.41 | 0.07 | 332.13 | 0.84 | 0.57 |
| Hex | EE | 37 | 8C | 0 | 4D | 29 | 7 | 14C | 54 | 39 |
| Octal | 356 | 67 | 214 | 0 | 115 | 51 | 7 | 514 | 124 | 71 |
| Binary | 11101110 | 110111 | 10001100 | 0 | 1001101 | 101001 | 111 | 101001100 | 1010100 | 111001 |
Color Harmonies of #EE378C
Complementary color
Monochromatic Colors of #EE378C
Black with #EE378C
Text Example
Text Example
White with #EE378C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE378C; }
p { color: rgb(238,55,140); }
H1.HeaderClassName
{
color: #EE378C;
}
.AnyTagClassName
{
color: #EE378C;
}
</style>
background-color css
<style>
a { background-color: #EE378C; }
a { background-color: rgb(238,55,140); }
div.DivClassName
{
background-color: #EE378C;
}
.BgClassName
{
background-color: #EE378C;
}
</style>
border-color css
<style>
span { border-color: #EE378C; }
span { border-color: rgb(238,55,140); }
td.TdClassName
{
border-color: #EE378C;
}
.TagClassName
{
border-color: #EE378C;
}
</style>