Shades of Violet Red #EF367F
Tints of Violet Red #EF367F
RGB
CMYK
RGB Variations
Color information
#EF367F (or 0xEF367F) is known color: Violet Red. HEX triplet: EF, 36 and 7F. RGB value is (239,54,127). Sum of RGB (Red+Green+Blue) = 239+54+127=420 (55% of max value = 765). Red value is 239 (93.75% from 255 or 56.90% from 420); Green value is 54 (21.48% from 255 or 12.86% from 420); Blue value is 127 (50% from 255 or 30.24% from 420); Max value from RGB is 239 - color contains mainly: red. Hex color #EF367F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF367F is #10C980. Grayscale: #757575. Windows color (decimal): -1100161 or 8337135. OLE color: 8337135.
HSL color Cylindrical-coordinate representation of color #EF367F: hue angle of 336.32º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EF367F is Cyan = 0, Magento = 0.77, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 54 | 127 | - |
| CMYK | 0 | 0.77 | 0.47 | 0.06 |
| HSL | 336.32º | 0.85% | 0.57% | - |
| HSV(B) | 336.32º | 0.77% | 0.94% | - |
| XYZ | 40.75 | 22.52 | 22.28 | - |
| YUV | 117.64 | 133.29 | 214.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 54 | 127 | 0 | 0.77 | 0.47 | 0.06 | 336.32 | 0.85 | 0.57 |
| Hex | EF | 36 | 7F | 0 | 4D | 2F | 6 | 150 | 55 | 39 |
| Octal | 357 | 66 | 177 | 0 | 115 | 57 | 6 | 520 | 125 | 71 |
| Binary | 11101111 | 110110 | 1111111 | 0 | 1001101 | 101111 | 110 | 101010000 | 1010101 | 111001 |
Color Harmonies of #EF367F
Complementary color
Monochromatic Colors of #EF367F
Black with #EF367F
Text Example
Text Example
White with #EF367F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF367F; }
p { color: rgb(239,54,127); }
H1.HeaderClassName
{
color: #EF367F;
}
.AnyTagClassName
{
color: #EF367F;
}
</style>
background-color css
<style>
a { background-color: #EF367F; }
a { background-color: rgb(239,54,127); }
div.DivClassName
{
background-color: #EF367F;
}
.BgClassName
{
background-color: #EF367F;
}
</style>
border-color css
<style>
span { border-color: #EF367F; }
span { border-color: rgb(239,54,127); }
td.TdClassName
{
border-color: #EF367F;
}
.TagClassName
{
border-color: #EF367F;
}
</style>