Shades of Violet Red #EF388D
Tints of Violet Red #EF388D
RGB
CMYK
RGB Variations
Color information
#EF388D (or 0xEF388D) is known color: Violet Red. HEX triplet: EF, 38 and 8D. RGB value is (239,56,141). Sum of RGB (Red+Green+Blue) = 239+56+141=436 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.82% from 436); Green value is 56 (22.27% from 255 or 12.84% from 436); Blue value is 141 (55.47% from 255 or 32.34% from 436); Max value from RGB is 239 - color contains mainly: red. Hex color #EF388D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF388D is #10C772. Grayscale: #787878. Windows color (decimal): -1099635 or 9255151. OLE color: 9255151.
HSL color Cylindrical-coordinate representation of color #EF388D: hue angle of 332.13º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EF388D is Cyan = 0, Magento = 0.77, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 56 | 141 | - |
| CMYK | 0 | 0.77 | 0.41 | 0.06 |
| HSL | 332.13º | 0.85% | 0.58% | - |
| HSV(B) | 332.13º | 0.77% | 0.94% | - |
| XYZ | 41.82 | 23.1 | 27.45 | - |
| YUV | 120.41 | 139.63 | 212.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 56 | 141 | 0 | 0.77 | 0.41 | 0.06 | 332.13 | 0.85 | 0.58 |
| Hex | EF | 38 | 8D | 0 | 4D | 29 | 6 | 14C | 55 | 3A |
| Octal | 357 | 70 | 215 | 0 | 115 | 51 | 6 | 514 | 125 | 72 |
| Binary | 11101111 | 111000 | 10001101 | 0 | 1001101 | 101001 | 110 | 101001100 | 1010101 | 111010 |
Color Harmonies of #EF388D
Complementary color
Monochromatic Colors of #EF388D
Black with #EF388D
Text Example
Text Example
White with #EF388D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF388D; }
p { color: rgb(239,56,141); }
H1.HeaderClassName
{
color: #EF388D;
}
.AnyTagClassName
{
color: #EF388D;
}
</style>
background-color css
<style>
a { background-color: #EF388D; }
a { background-color: rgb(239,56,141); }
div.DivClassName
{
background-color: #EF388D;
}
.BgClassName
{
background-color: #EF388D;
}
</style>
border-color css
<style>
span { border-color: #EF388D; }
span { border-color: rgb(239,56,141); }
td.TdClassName
{
border-color: #EF388D;
}
.TagClassName
{
border-color: #EF388D;
}
</style>