Shades of Violet Red #EF3483
Tints of Violet Red #EF3483
RGB
CMYK
RGB Variations
Color information
#EF3483 (or 0xEF3483) is known color: Violet Red. HEX triplet: EF, 34 and 83. RGB value is (239,52,131). Sum of RGB (Red+Green+Blue) = 239+52+131=422 (55% of max value = 765). Red value is 239 (93.75% from 255 or 56.64% from 422); Green value is 52 (20.70% from 255 or 12.32% from 422); Blue value is 131 (51.56% from 255 or 31.04% from 422); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3483 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF3483 is #10CB7C. Grayscale: #747474. Windows color (decimal): -1100669 or 8598767. OLE color: 8598767.
HSL color Cylindrical-coordinate representation of color #EF3483: hue angle of 334.65º 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 #EF3483 is Cyan = 0, Magento = 0.78, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 52 | 131 | - |
| CMYK | 0 | 0.78 | 0.45 | 0.06 |
| HSL | 334.65º | 0.85% | 0.57% | - |
| HSV(B) | 334.65º | 0.78% | 0.94% | - |
| XYZ | 40.92 | 22.45 | 23.65 | - |
| YUV | 116.92 | 135.95 | 215.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 52 | 131 | 0 | 0.78 | 0.45 | 0.06 | 334.65 | 0.85 | 0.57 |
| Hex | EF | 34 | 83 | 0 | 4E | 2D | 6 | 14F | 55 | 39 |
| Octal | 357 | 64 | 203 | 0 | 116 | 55 | 6 | 517 | 125 | 71 |
| Binary | 11101111 | 110100 | 10000011 | 0 | 1001110 | 101101 | 110 | 101001111 | 1010101 | 111001 |
Color Harmonies of #EF3483
Complementary color
Monochromatic Colors of #EF3483
Black with #EF3483
Text Example
Text Example
White with #EF3483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3483; }
p { color: rgb(239,52,131); }
H1.HeaderClassName
{
color: #EF3483;
}
.AnyTagClassName
{
color: #EF3483;
}
</style>
background-color css
<style>
a { background-color: #EF3483; }
a { background-color: rgb(239,52,131); }
div.DivClassName
{
background-color: #EF3483;
}
.BgClassName
{
background-color: #EF3483;
}
</style>
border-color css
<style>
span { border-color: #EF3483; }
span { border-color: rgb(239,52,131); }
td.TdClassName
{
border-color: #EF3483;
}
.TagClassName
{
border-color: #EF3483;
}
</style>