Shades of Violet Red #EF4397
Tints of Violet Red #EF4397
RGB
CMYK
RGB Variations
Color information
#EF4397 (or 0xEF4397) is known color: Violet Red. HEX triplet: EF, 43 and 97. RGB value is (239,67,151). Sum of RGB (Red+Green+Blue) = 239+67+151=457 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.30% from 457); Green value is 67 (26.56% from 255 or 14.66% from 457); Blue value is 151 (59.38% from 255 or 33.04% from 457); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4397 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF4397 is #10BC68. Grayscale: #7F7F7F. Windows color (decimal): -1096809 or 9913327. OLE color: 9913327.
HSL color Cylindrical-coordinate representation of color #EF4397: hue angle of 330.7º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EF4397 is Cyan = 0, Magento = 0.72, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 67 | 151 | - |
| CMYK | 0 | 0.72 | 0.37 | 0.06 |
| HSL | 330.7º | 0.84% | 0.6% | - |
| HSV(B) | 330.7º | 0.72% | 0.94% | - |
| XYZ | 43.19 | 24.6 | 31.75 | - |
| YUV | 128 | 140.98 | 207.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 67 | 151 | 0 | 0.72 | 0.37 | 0.06 | 330.7 | 0.84 | 0.6 |
| Hex | EF | 43 | 97 | 0 | 48 | 25 | 6 | 14B | 54 | 3C |
| Octal | 357 | 103 | 227 | 0 | 110 | 45 | 6 | 513 | 124 | 74 |
| Binary | 11101111 | 1000011 | 10010111 | 0 | 1001000 | 100101 | 110 | 101001011 | 1010100 | 111100 |
Color Harmonies of #EF4397
Complementary color
Monochromatic Colors of #EF4397
Black with #EF4397
Text Example
Text Example
White with #EF4397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4397; }
p { color: rgb(239,67,151); }
H1.HeaderClassName
{
color: #EF4397;
}
.AnyTagClassName
{
color: #EF4397;
}
</style>
background-color css
<style>
a { background-color: #EF4397; }
a { background-color: rgb(239,67,151); }
div.DivClassName
{
background-color: #EF4397;
}
.BgClassName
{
background-color: #EF4397;
}
</style>
border-color css
<style>
span { border-color: #EF4397; }
span { border-color: rgb(239,67,151); }
td.TdClassName
{
border-color: #EF4397;
}
.TagClassName
{
border-color: #EF4397;
}
</style>