Shades of Violet Red #EE378D
Tints of Violet Red #EE378D
RGB
CMYK
RGB Variations
Color information
#EE378D (or 0xEE378D) is known color: Violet Red. HEX triplet: EE, 37 and 8D. RGB value is (238,55,141). Sum of RGB (Red+Green+Blue) = 238+55+141=434 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.84% from 434); Green value is 55 (21.88% from 255 or 12.67% from 434); Blue value is 141 (55.47% from 255 or 32.49% from 434); Max value from RGB is 238 - color contains mainly: red. Hex color #EE378D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE378D is #11C872. Grayscale: #777777. Windows color (decimal): -1165427 or 9254894. OLE color: 9254894.
HSL color Cylindrical-coordinate representation of color #EE378D: hue angle of 331.8º 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 #EE378D is Cyan = 0, Magento = 0.77, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 55 | 141 | - |
| CMYK | 0 | 0.77 | 0.41 | 0.07 |
| HSL | 331.8º | 0.84% | 0.57% | - |
| HSV(B) | 331.8º | 0.77% | 0.93% | - |
| XYZ | 41.43 | 22.83 | 27.42 | - |
| YUV | 119.52 | 140.13 | 212.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 55 | 141 | 0 | 0.77 | 0.41 | 0.07 | 331.8 | 0.84 | 0.57 |
| Hex | EE | 37 | 8D | 0 | 4D | 29 | 7 | 14C | 54 | 39 |
| Octal | 356 | 67 | 215 | 0 | 115 | 51 | 7 | 514 | 124 | 71 |
| Binary | 11101110 | 110111 | 10001101 | 0 | 1001101 | 101001 | 111 | 101001100 | 1010100 | 111001 |
Color Harmonies of #EE378D
Complementary color
Monochromatic Colors of #EE378D
Black with #EE378D
Text Example
Text Example
White with #EE378D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE378D; }
p { color: rgb(238,55,141); }
H1.HeaderClassName
{
color: #EE378D;
}
.AnyTagClassName
{
color: #EE378D;
}
</style>
background-color css
<style>
a { background-color: #EE378D; }
a { background-color: rgb(238,55,141); }
div.DivClassName
{
background-color: #EE378D;
}
.BgClassName
{
background-color: #EE378D;
}
</style>
border-color css
<style>
span { border-color: #EE378D; }
span { border-color: rgb(238,55,141); }
td.TdClassName
{
border-color: #EE378D;
}
.TagClassName
{
border-color: #EE378D;
}
</style>