Shades of Violet Red #EF3B8F
Tints of Violet Red #EF3B8F
RGB
CMYK
RGB Variations
Color information
#EF3B8F (or 0xEF3B8F) is known color: Violet Red. HEX triplet: EF, 3B and 8F. RGB value is (239,59,143). Sum of RGB (Red+Green+Blue) = 239+59+143=441 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.20% from 441); Green value is 59 (23.44% from 255 or 13.38% from 441); Blue value is 143 (56.25% from 255 or 32.43% from 441); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3B8F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF3B8F is #10C470. Grayscale: #7A7A7A. Windows color (decimal): -1098865 or 9386991. OLE color: 9386991.
HSL color Cylindrical-coordinate representation of color #EF3B8F: hue angle of 332º 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 #EF3B8F is Cyan = 0, Magento = 0.75, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 59 | 143 | - |
| CMYK | 0 | 0.75 | 0.40 | 0.06 |
| HSL | 332º | 0.85% | 0.58% | - |
| HSV(B) | 332º | 0.75% | 0.94% | - |
| XYZ | 42.12 | 23.46 | 28.3 | - |
| YUV | 122.4 | 139.63 | 211.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 59 | 143 | 0 | 0.75 | 0.40 | 0.06 | 332 | 0.85 | 0.58 |
| Hex | EF | 3B | 8F | 0 | 4B | 28 | 6 | 14C | 55 | 3A |
| Octal | 357 | 73 | 217 | 0 | 113 | 50 | 6 | 514 | 125 | 72 |
| Binary | 11101111 | 111011 | 10001111 | 0 | 1001011 | 101000 | 110 | 101001100 | 1010101 | 111010 |
Color Harmonies of #EF3B8F
Complementary color
Monochromatic Colors of #EF3B8F
Black with #EF3B8F
Text Example
Text Example
White with #EF3B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3B8F; }
p { color: rgb(239,59,143); }
H1.HeaderClassName
{
color: #EF3B8F;
}
.AnyTagClassName
{
color: #EF3B8F;
}
</style>
background-color css
<style>
a { background-color: #EF3B8F; }
a { background-color: rgb(239,59,143); }
div.DivClassName
{
background-color: #EF3B8F;
}
.BgClassName
{
background-color: #EF3B8F;
}
</style>
border-color css
<style>
span { border-color: #EF3B8F; }
span { border-color: rgb(239,59,143); }
td.TdClassName
{
border-color: #EF3B8F;
}
.TagClassName
{
border-color: #EF3B8F;
}
</style>