Shades of Violet Red #EF438E
Tints of Violet Red #EF438E
RGB
CMYK
RGB Variations
Color information
#EF438E (or 0xEF438E) is known color: Violet Red. HEX triplet: EF, 43 and 8E. RGB value is (239,67,142). Sum of RGB (Red+Green+Blue) = 239+67+142=448 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.35% from 448); Green value is 67 (26.56% from 255 or 14.96% from 448); Blue value is 142 (55.86% from 255 or 31.70% from 448); Max value from RGB is 239 - color contains mainly: red. Hex color #EF438E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF438E is #10BC71. Grayscale: #7E7E7E. Windows color (decimal): -1096818 or 9323503. OLE color: 9323503.
HSL color Cylindrical-coordinate representation of color #EF438E: hue angle of 333.84º 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 #EF438E is Cyan = 0, Magento = 0.72, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 67 | 142 | - |
| CMYK | 0 | 0.72 | 0.41 | 0.06 |
| HSL | 333.84º | 0.84% | 0.6% | - |
| HSV(B) | 333.84º | 0.72% | 0.94% | - |
| XYZ | 42.49 | 24.32 | 28.05 | - |
| YUV | 126.98 | 136.48 | 207.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 67 | 142 | 0 | 0.72 | 0.41 | 0.06 | 333.84 | 0.84 | 0.6 |
| Hex | EF | 43 | 8E | 0 | 48 | 29 | 6 | 14E | 54 | 3C |
| Octal | 357 | 103 | 216 | 0 | 110 | 51 | 6 | 516 | 124 | 74 |
| Binary | 11101111 | 1000011 | 10001110 | 0 | 1001000 | 101001 | 110 | 101001110 | 1010100 | 111100 |
Color Harmonies of #EF438E
Complementary color
Monochromatic Colors of #EF438E
Black with #EF438E
Text Example
Text Example
White with #EF438E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF438E; }
p { color: rgb(239,67,142); }
H1.HeaderClassName
{
color: #EF438E;
}
.AnyTagClassName
{
color: #EF438E;
}
</style>
background-color css
<style>
a { background-color: #EF438E; }
a { background-color: rgb(239,67,142); }
div.DivClassName
{
background-color: #EF438E;
}
.BgClassName
{
background-color: #EF438E;
}
</style>
border-color css
<style>
span { border-color: #EF438E; }
span { border-color: rgb(239,67,142); }
td.TdClassName
{
border-color: #EF438E;
}
.TagClassName
{
border-color: #EF438E;
}
</style>