Shades of Violet Red #EF368D
Tints of Violet Red #EF368D
RGB
CMYK
RGB Variations
Color information
#EF368D (or 0xEF368D) is known color: Violet Red. HEX triplet: EF, 36 and 8D. RGB value is (239,54,141). Sum of RGB (Red+Green+Blue) = 239+54+141=434 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.07% from 434); Green value is 54 (21.48% from 255 or 12.44% from 434); Blue value is 141 (55.47% from 255 or 32.49% from 434); Max value from RGB is 239 - color contains mainly: red. Hex color #EF368D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF368D is #10C972. Grayscale: #777777. Windows color (decimal): -1100147 or 9254639. OLE color: 9254639.
HSL color Cylindrical-coordinate representation of color #EF368D: hue angle of 331.78º 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 #EF368D is Cyan = 0, Magento = 0.77, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 54 | 141 | - |
| CMYK | 0 | 0.77 | 0.41 | 0.06 |
| HSL | 331.78º | 0.85% | 0.57% | - |
| HSV(B) | 331.78º | 0.77% | 0.94% | - |
| XYZ | 41.72 | 22.91 | 27.42 | - |
| YUV | 119.23 | 140.29 | 213.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 54 | 141 | 0 | 0.77 | 0.41 | 0.06 | 331.78 | 0.85 | 0.57 |
| Hex | EF | 36 | 8D | 0 | 4D | 29 | 6 | 14C | 55 | 39 |
| Octal | 357 | 66 | 215 | 0 | 115 | 51 | 6 | 514 | 125 | 71 |
| Binary | 11101111 | 110110 | 10001101 | 0 | 1001101 | 101001 | 110 | 101001100 | 1010101 | 111001 |
Color Harmonies of #EF368D
Complementary color
Monochromatic Colors of #EF368D
Black with #EF368D
Text Example
Text Example
White with #EF368D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF368D; }
p { color: rgb(239,54,141); }
H1.HeaderClassName
{
color: #EF368D;
}
.AnyTagClassName
{
color: #EF368D;
}
</style>
background-color css
<style>
a { background-color: #EF368D; }
a { background-color: rgb(239,54,141); }
div.DivClassName
{
background-color: #EF368D;
}
.BgClassName
{
background-color: #EF368D;
}
</style>
border-color css
<style>
span { border-color: #EF368D; }
span { border-color: rgb(239,54,141); }
td.TdClassName
{
border-color: #EF368D;
}
.TagClassName
{
border-color: #EF368D;
}
</style>