Shades of Violet Red #EF347D
Tints of Violet Red #EF347D
RGB
CMYK
RGB Variations
Color information
#EF347D (or 0xEF347D) is known color: Violet Red. HEX triplet: EF, 34 and 7D. RGB value is (239,52,125). Sum of RGB (Red+Green+Blue) = 239+52+125=416 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.45% from 416); Green value is 52 (20.70% from 255 or 12.5% from 416); Blue value is 125 (49.22% from 255 or 30.05% from 416); Max value from RGB is 239 - color contains mainly: red. Hex color #EF347D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF347D is #10CB82. Grayscale: #747474. Windows color (decimal): -1100675 or 8205551. OLE color: 8205551.
HSL color Cylindrical-coordinate representation of color #EF347D: hue angle of 336.58º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EF347D is Cyan = 0, Magento = 0.78, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 52 | 125 | - |
| CMYK | 0 | 0.78 | 0.48 | 0.06 |
| HSL | 336.58º | 0.85% | 0.57% | - |
| HSV(B) | 336.58º | 0.78% | 0.94% | - |
| XYZ | 40.53 | 22.29 | 21.57 | - |
| YUV | 116.24 | 132.95 | 215.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 52 | 125 | 0 | 0.78 | 0.48 | 0.06 | 336.58 | 0.85 | 0.57 |
| Hex | EF | 34 | 7D | 0 | 4E | 30 | 6 | 151 | 55 | 39 |
| Octal | 357 | 64 | 175 | 0 | 116 | 60 | 6 | 521 | 125 | 71 |
| Binary | 11101111 | 110100 | 1111101 | 0 | 1001110 | 110000 | 110 | 101010001 | 1010101 | 111001 |
Color Harmonies of #EF347D
Complementary color
Monochromatic Colors of #EF347D
Black with #EF347D
Text Example
Text Example
White with #EF347D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF347D; }
p { color: rgb(239,52,125); }
H1.HeaderClassName
{
color: #EF347D;
}
.AnyTagClassName
{
color: #EF347D;
}
</style>
background-color css
<style>
a { background-color: #EF347D; }
a { background-color: rgb(239,52,125); }
div.DivClassName
{
background-color: #EF347D;
}
.BgClassName
{
background-color: #EF347D;
}
</style>
border-color css
<style>
span { border-color: #EF347D; }
span { border-color: rgb(239,52,125); }
td.TdClassName
{
border-color: #EF347D;
}
.TagClassName
{
border-color: #EF347D;
}
</style>