Shades of Violet Red #EF468C
Tints of Violet Red #EF468C
RGB
CMYK
RGB Variations
Color information
#EF468C (or 0xEF468C) is known color: Violet Red. HEX triplet: EF, 46 and 8C. RGB value is (239,70,140). Sum of RGB (Red+Green+Blue) = 239+70+140=449 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.23% from 449); Green value is 70 (27.73% from 255 or 15.59% from 449); Blue value is 140 (55.08% from 255 or 31.18% from 449); Max value from RGB is 239 - color contains mainly: red. Hex color #EF468C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF468C is #10B973. Grayscale: #808080. Windows color (decimal): -1096052 or 9193199. OLE color: 9193199.
HSL color Cylindrical-coordinate representation of color #EF468C: hue angle of 335.15º 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 #EF468C is Cyan = 0, Magento = 0.71, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 70 | 140 | - |
| CMYK | 0 | 0.71 | 0.41 | 0.06 |
| HSL | 335.15º | 0.84% | 0.61% | - |
| HSV(B) | 335.15º | 0.71% | 0.94% | - |
| XYZ | 42.52 | 24.62 | 27.32 | - |
| YUV | 128.51 | 134.49 | 206.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 70 | 140 | 0 | 0.71 | 0.41 | 0.06 | 335.15 | 0.84 | 0.61 |
| Hex | EF | 46 | 8C | 0 | 47 | 29 | 6 | 14F | 54 | 3D |
| Octal | 357 | 106 | 214 | 0 | 107 | 51 | 6 | 517 | 124 | 75 |
| Binary | 11101111 | 1000110 | 10001100 | 0 | 1000111 | 101001 | 110 | 101001111 | 1010100 | 111101 |
Color Harmonies of #EF468C
Complementary color
Monochromatic Colors of #EF468C
Black with #EF468C
Text Example
Text Example
White with #EF468C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF468C; }
p { color: rgb(239,70,140); }
H1.HeaderClassName
{
color: #EF468C;
}
.AnyTagClassName
{
color: #EF468C;
}
</style>
background-color css
<style>
a { background-color: #EF468C; }
a { background-color: rgb(239,70,140); }
div.DivClassName
{
background-color: #EF468C;
}
.BgClassName
{
background-color: #EF468C;
}
</style>
border-color css
<style>
span { border-color: #EF468C; }
span { border-color: rgb(239,70,140); }
td.TdClassName
{
border-color: #EF468C;
}
.TagClassName
{
border-color: #EF468C;
}
</style>