Shades of Violet Red #EF4195
Tints of Violet Red #EF4195
RGB
CMYK
RGB Variations
Color information
#EF4195 (or 0xEF4195) is known color: Violet Red. HEX triplet: EF, 41 and 95. RGB value is (239,65,149). Sum of RGB (Red+Green+Blue) = 239+65+149=453 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.76% from 453); Green value is 65 (25.78% from 255 or 14.35% from 453); Blue value is 149 (58.59% from 255 or 32.89% from 453); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4195 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF4195 is #10BE6A. Grayscale: #7E7E7E. Windows color (decimal): -1097323 or 9781743. OLE color: 9781743.
HSL color Cylindrical-coordinate representation of color #EF4195: hue angle of 331.03º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EF4195 is Cyan = 0, Magento = 0.73, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 65 | 149 | - |
| CMYK | 0 | 0.73 | 0.38 | 0.06 |
| HSL | 331.03º | 0.84% | 0.6% | - |
| HSV(B) | 331.03º | 0.73% | 0.94% | - |
| XYZ | 42.91 | 24.3 | 30.86 | - |
| YUV | 126.6 | 140.65 | 208.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 65 | 149 | 0 | 0.73 | 0.38 | 0.06 | 331.03 | 0.84 | 0.6 |
| Hex | EF | 41 | 95 | 0 | 49 | 26 | 6 | 14B | 54 | 3C |
| Octal | 357 | 101 | 225 | 0 | 111 | 46 | 6 | 513 | 124 | 74 |
| Binary | 11101111 | 1000001 | 10010101 | 0 | 1001001 | 100110 | 110 | 101001011 | 1010100 | 111100 |
Color Harmonies of #EF4195
Complementary color
Monochromatic Colors of #EF4195
Black with #EF4195
Text Example
Text Example
White with #EF4195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4195; }
p { color: rgb(239,65,149); }
H1.HeaderClassName
{
color: #EF4195;
}
.AnyTagClassName
{
color: #EF4195;
}
</style>
background-color css
<style>
a { background-color: #EF4195; }
a { background-color: rgb(239,65,149); }
div.DivClassName
{
background-color: #EF4195;
}
.BgClassName
{
background-color: #EF4195;
}
</style>
border-color css
<style>
span { border-color: #EF4195; }
span { border-color: rgb(239,65,149); }
td.TdClassName
{
border-color: #EF4195;
}
.TagClassName
{
border-color: #EF4195;
}
</style>