Shades of Violet Red #EF357B
Tints of Violet Red #EF357B
RGB
CMYK
RGB Variations
Color information
#EF357B (or 0xEF357B) is known color: Violet Red. HEX triplet: EF, 35 and 7B. RGB value is (239,53,123). Sum of RGB (Red+Green+Blue) = 239+53+123=415 (54% of max value = 765). Red value is 239 (93.75% from 255 or 57.59% from 415); Green value is 53 (21.09% from 255 or 12.77% from 415); Blue value is 123 (48.44% from 255 or 29.64% from 415); Max value from RGB is 239 - color contains mainly: red. Hex color #EF357B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF357B is #10CA84. Grayscale: #747474. Windows color (decimal): -1100421 or 8074735. OLE color: 8074735.
HSL color Cylindrical-coordinate representation of color #EF357B: hue angle of 337.42º 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 #EF357B is Cyan = 0, Magento = 0.78, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 53 | 123 | - |
| CMYK | 0 | 0.78 | 0.49 | 0.06 |
| HSL | 337.42º | 0.85% | 0.57% | - |
| HSV(B) | 337.42º | 0.78% | 0.94% | - |
| XYZ | 40.44 | 22.33 | 20.92 | - |
| YUV | 116.59 | 131.62 | 215.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 53 | 123 | 0 | 0.78 | 0.49 | 0.06 | 337.42 | 0.85 | 0.57 |
| Hex | EF | 35 | 7B | 0 | 4E | 31 | 6 | 151 | 55 | 39 |
| Octal | 357 | 65 | 173 | 0 | 116 | 61 | 6 | 521 | 125 | 71 |
| Binary | 11101111 | 110101 | 1111011 | 0 | 1001110 | 110001 | 110 | 101010001 | 1010101 | 111001 |
Color Harmonies of #EF357B
Complementary color
Monochromatic Colors of #EF357B
Black with #EF357B
Text Example
Text Example
White with #EF357B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF357B; }
p { color: rgb(239,53,123); }
H1.HeaderClassName
{
color: #EF357B;
}
.AnyTagClassName
{
color: #EF357B;
}
</style>
background-color css
<style>
a { background-color: #EF357B; }
a { background-color: rgb(239,53,123); }
div.DivClassName
{
background-color: #EF357B;
}
.BgClassName
{
background-color: #EF357B;
}
</style>
border-color css
<style>
span { border-color: #EF357B; }
span { border-color: rgb(239,53,123); }
td.TdClassName
{
border-color: #EF357B;
}
.TagClassName
{
border-color: #EF357B;
}
</style>