Shades of Violet Red #EF3B8D
Tints of Violet Red #EF3B8D
RGB
CMYK
RGB Variations
Color information
#EF3B8D (or 0xEF3B8D) is known color: Violet Red. HEX triplet: EF, 3B and 8D. RGB value is (239,59,141). Sum of RGB (Red+Green+Blue) = 239+59+141=439 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.44% from 439); Green value is 59 (23.44% from 255 or 13.44% from 439); Blue value is 141 (55.47% from 255 or 32.12% from 439); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3B8D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF3B8D is #10C472. Grayscale: #7A7A7A. Windows color (decimal): -1098867 or 9255919. OLE color: 9255919.
HSL color Cylindrical-coordinate representation of color #EF3B8D: hue angle of 332.67º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EF3B8D is Cyan = 0, Magento = 0.75, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 59 | 141 | - |
| CMYK | 0 | 0.75 | 0.41 | 0.06 |
| HSL | 332.67º | 0.85% | 0.58% | - |
| HSV(B) | 332.67º | 0.75% | 0.94% | - |
| XYZ | 41.97 | 23.4 | 27.5 | - |
| YUV | 122.17 | 138.63 | 211.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 59 | 141 | 0 | 0.75 | 0.41 | 0.06 | 332.67 | 0.85 | 0.58 |
| Hex | EF | 3B | 8D | 0 | 4B | 29 | 6 | 14D | 55 | 3A |
| Octal | 357 | 73 | 215 | 0 | 113 | 51 | 6 | 515 | 125 | 72 |
| Binary | 11101111 | 111011 | 10001101 | 0 | 1001011 | 101001 | 110 | 101001101 | 1010101 | 111010 |
Color Harmonies of #EF3B8D
Complementary color
Monochromatic Colors of #EF3B8D
Black with #EF3B8D
Text Example
Text Example
White with #EF3B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3B8D; }
p { color: rgb(239,59,141); }
H1.HeaderClassName
{
color: #EF3B8D;
}
.AnyTagClassName
{
color: #EF3B8D;
}
</style>
background-color css
<style>
a { background-color: #EF3B8D; }
a { background-color: rgb(239,59,141); }
div.DivClassName
{
background-color: #EF3B8D;
}
.BgClassName
{
background-color: #EF3B8D;
}
</style>
border-color css
<style>
span { border-color: #EF3B8D; }
span { border-color: rgb(239,59,141); }
td.TdClassName
{
border-color: #EF3B8D;
}
.TagClassName
{
border-color: #EF3B8D;
}
</style>