Shades of Violet Red #EE378B
Tints of Violet Red #EE378B
RGB
CMYK
RGB Variations
Color information
#EE378B (or 0xEE378B) is known color: Violet Red. HEX triplet: EE, 37 and 8B. RGB value is (238,55,139). Sum of RGB (Red+Green+Blue) = 238+55+139=432 (57% of max value = 765). Red value is 238 (93.36% from 255 or 55.09% from 432); Green value is 55 (21.88% from 255 or 12.73% from 432); Blue value is 139 (54.69% from 255 or 32.18% from 432); Max value from RGB is 238 - color contains mainly: red. Hex color #EE378B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE378B is #11C874. Grayscale: #777777. Windows color (decimal): -1165429 or 9123822. OLE color: 9123822.
HSL color Cylindrical-coordinate representation of color #EE378B: hue angle of 332.46º 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 #EE378B is Cyan = 0, Magento = 0.77, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 55 | 139 | - |
| CMYK | 0 | 0.77 | 0.42 | 0.07 |
| HSL | 332.46º | 0.84% | 0.57% | - |
| HSV(B) | 332.46º | 0.77% | 0.93% | - |
| XYZ | 41.29 | 22.77 | 26.65 | - |
| YUV | 119.29 | 139.13 | 212.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 55 | 139 | 0 | 0.77 | 0.42 | 0.07 | 332.46 | 0.84 | 0.57 |
| Hex | EE | 37 | 8B | 0 | 4D | 2A | 7 | 14C | 54 | 39 |
| Octal | 356 | 67 | 213 | 0 | 115 | 52 | 7 | 514 | 124 | 71 |
| Binary | 11101110 | 110111 | 10001011 | 0 | 1001101 | 101010 | 111 | 101001100 | 1010100 | 111001 |
Color Harmonies of #EE378B
Complementary color
Monochromatic Colors of #EE378B
Black with #EE378B
Text Example
Text Example
White with #EE378B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE378B; }
p { color: rgb(238,55,139); }
H1.HeaderClassName
{
color: #EE378B;
}
.AnyTagClassName
{
color: #EE378B;
}
</style>
background-color css
<style>
a { background-color: #EE378B; }
a { background-color: rgb(238,55,139); }
div.DivClassName
{
background-color: #EE378B;
}
.BgClassName
{
background-color: #EE378B;
}
</style>
border-color css
<style>
span { border-color: #EE378B; }
span { border-color: rgb(238,55,139); }
td.TdClassName
{
border-color: #EE378B;
}
.TagClassName
{
border-color: #EE378B;
}
</style>