Shades of Violet Red #EF387B
Tints of Violet Red #EF387B
RGB
CMYK
RGB Variations
Color information
#EF387B (or 0xEF387B) is known color: Violet Red. HEX triplet: EF, 38 and 7B. RGB value is (239,56,123). Sum of RGB (Red+Green+Blue) = 239+56+123=418 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.18% from 418); Green value is 56 (22.27% from 255 or 13.40% from 418); Blue value is 123 (48.44% from 255 or 29.43% from 418); Max value from RGB is 239 - color contains mainly: red. Hex color #EF387B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF387B is #10C784. Grayscale: #767676. Windows color (decimal): -1099653 or 8075503. OLE color: 8075503.
HSL color Cylindrical-coordinate representation of color #EF387B: hue angle of 338.03º 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 #EF387B is Cyan = 0, Magento = 0.77, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 56 | 123 | - |
| CMYK | 0 | 0.77 | 0.49 | 0.06 |
| HSL | 338.03º | 0.85% | 0.58% | - |
| HSV(B) | 338.03º | 0.77% | 0.94% | - |
| XYZ | 40.59 | 22.61 | 20.96 | - |
| YUV | 118.36 | 130.63 | 214.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 56 | 123 | 0 | 0.77 | 0.49 | 0.06 | 338.03 | 0.85 | 0.58 |
| Hex | EF | 38 | 7B | 0 | 4D | 31 | 6 | 152 | 55 | 3A |
| Octal | 357 | 70 | 173 | 0 | 115 | 61 | 6 | 522 | 125 | 72 |
| Binary | 11101111 | 111000 | 1111011 | 0 | 1001101 | 110001 | 110 | 101010010 | 1010101 | 111010 |
Color Harmonies of #EF387B
Complementary color
Monochromatic Colors of #EF387B
Black with #EF387B
Text Example
Text Example
White with #EF387B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF387B; }
p { color: rgb(239,56,123); }
H1.HeaderClassName
{
color: #EF387B;
}
.AnyTagClassName
{
color: #EF387B;
}
</style>
background-color css
<style>
a { background-color: #EF387B; }
a { background-color: rgb(239,56,123); }
div.DivClassName
{
background-color: #EF387B;
}
.BgClassName
{
background-color: #EF387B;
}
</style>
border-color css
<style>
span { border-color: #EF387B; }
span { border-color: rgb(239,56,123); }
td.TdClassName
{
border-color: #EF387B;
}
.TagClassName
{
border-color: #EF387B;
}
</style>