Shades of Violet Red #EF468F
Tints of Violet Red #EF468F
RGB
CMYK
RGB Variations
Color information
#EF468F (or 0xEF468F) is known color: Violet Red. HEX triplet: EF, 46 and 8F. RGB value is (239,70,143). Sum of RGB (Red+Green+Blue) = 239+70+143=452 (59% of max value = 765). Red value is 239 (93.75% from 255 or 52.88% from 452); Green value is 70 (27.73% from 255 or 15.49% from 452); Blue value is 143 (56.25% from 255 or 31.64% from 452); Max value from RGB is 239 - color contains mainly: red. Hex color #EF468F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF468F is #10B970. Grayscale: #808080. Windows color (decimal): -1096049 or 9389807. OLE color: 9389807.
HSL color Cylindrical-coordinate representation of color #EF468F: hue angle of 334.08º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EF468F is Cyan = 0, Magento = 0.71, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 70 | 143 | - |
| CMYK | 0 | 0.71 | 0.40 | 0.06 |
| HSL | 334.08º | 0.84% | 0.61% | - |
| HSV(B) | 334.08º | 0.71% | 0.94% | - |
| XYZ | 42.74 | 24.71 | 28.5 | - |
| YUV | 128.85 | 135.99 | 206.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 70 | 143 | 0 | 0.71 | 0.40 | 0.06 | 334.08 | 0.84 | 0.61 |
| Hex | EF | 46 | 8F | 0 | 47 | 28 | 6 | 14E | 54 | 3D |
| Octal | 357 | 106 | 217 | 0 | 107 | 50 | 6 | 516 | 124 | 75 |
| Binary | 11101111 | 1000110 | 10001111 | 0 | 1000111 | 101000 | 110 | 101001110 | 1010100 | 111101 |
Color Harmonies of #EF468F
Complementary color
Monochromatic Colors of #EF468F
Black with #EF468F
Text Example
Text Example
White with #EF468F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF468F; }
p { color: rgb(239,70,143); }
H1.HeaderClassName
{
color: #EF468F;
}
.AnyTagClassName
{
color: #EF468F;
}
</style>
background-color css
<style>
a { background-color: #EF468F; }
a { background-color: rgb(239,70,143); }
div.DivClassName
{
background-color: #EF468F;
}
.BgClassName
{
background-color: #EF468F;
}
</style>
border-color css
<style>
span { border-color: #EF468F; }
span { border-color: rgb(239,70,143); }
td.TdClassName
{
border-color: #EF468F;
}
.TagClassName
{
border-color: #EF468F;
}
</style>