Shades of Violet Red #EF368C
Tints of Violet Red #EF368C
RGB
CMYK
RGB Variations
Color information
#EF368C (or 0xEF368C) is known color: Violet Red. HEX triplet: EF, 36 and 8C. RGB value is (239,54,140). Sum of RGB (Red+Green+Blue) = 239+54+140=433 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.20% from 433); Green value is 54 (21.48% from 255 or 12.47% from 433); Blue value is 140 (55.08% from 255 or 32.33% from 433); Max value from RGB is 239 - color contains mainly: red. Hex color #EF368C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF368C is #10C973. Grayscale: #767676. Windows color (decimal): -1100148 or 9189103. OLE color: 9189103.
HSL color Cylindrical-coordinate representation of color #EF368C: hue angle of 332.11º 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 #EF368C is Cyan = 0, Magento = 0.77, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 54 | 140 | - |
| CMYK | 0 | 0.77 | 0.41 | 0.06 |
| HSL | 332.11º | 0.85% | 0.57% | - |
| HSV(B) | 332.11º | 0.77% | 0.94% | - |
| XYZ | 41.65 | 22.88 | 27.03 | - |
| YUV | 119.12 | 139.79 | 213.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 54 | 140 | 0 | 0.77 | 0.41 | 0.06 | 332.11 | 0.85 | 0.57 |
| Hex | EF | 36 | 8C | 0 | 4D | 29 | 6 | 14C | 55 | 39 |
| Octal | 357 | 66 | 214 | 0 | 115 | 51 | 6 | 514 | 125 | 71 |
| Binary | 11101111 | 110110 | 10001100 | 0 | 1001101 | 101001 | 110 | 101001100 | 1010101 | 111001 |
Color Harmonies of #EF368C
Complementary color
Monochromatic Colors of #EF368C
Black with #EF368C
Text Example
Text Example
White with #EF368C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF368C; }
p { color: rgb(239,54,140); }
H1.HeaderClassName
{
color: #EF368C;
}
.AnyTagClassName
{
color: #EF368C;
}
</style>
background-color css
<style>
a { background-color: #EF368C; }
a { background-color: rgb(239,54,140); }
div.DivClassName
{
background-color: #EF368C;
}
.BgClassName
{
background-color: #EF368C;
}
</style>
border-color css
<style>
span { border-color: #EF368C; }
span { border-color: rgb(239,54,140); }
td.TdClassName
{
border-color: #EF368C;
}
.TagClassName
{
border-color: #EF368C;
}
</style>