Shades of Violet Red #EF438B
Tints of Violet Red #EF438B
RGB
CMYK
RGB Variations
Color information
#EF438B (or 0xEF438B) is known color: Violet Red. HEX triplet: EF, 43 and 8B. RGB value is (239,67,139). Sum of RGB (Red+Green+Blue) = 239+67+139=445 (58% of max value = 765). Red value is 239 (93.75% from 255 or 53.71% from 445); Green value is 67 (26.56% from 255 or 15.06% from 445); Blue value is 139 (54.69% from 255 or 31.24% from 445); Max value from RGB is 239 - color contains mainly: red. Hex color #EF438B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF438B is #10BC74. Grayscale: #7E7E7E. Windows color (decimal): -1096821 or 9126895. OLE color: 9126895.
HSL color Cylindrical-coordinate representation of color #EF438B: hue angle of 334.88º 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 #EF438B is Cyan = 0, Magento = 0.72, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 67 | 139 | - |
| CMYK | 0 | 0.72 | 0.42 | 0.06 |
| HSL | 334.88º | 0.84% | 0.6% | - |
| HSV(B) | 334.88º | 0.72% | 0.94% | - |
| XYZ | 42.26 | 24.23 | 26.88 | - |
| YUV | 126.64 | 134.98 | 208.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 67 | 139 | 0 | 0.72 | 0.42 | 0.06 | 334.88 | 0.84 | 0.6 |
| Hex | EF | 43 | 8B | 0 | 48 | 2A | 6 | 14F | 54 | 3C |
| Octal | 357 | 103 | 213 | 0 | 110 | 52 | 6 | 517 | 124 | 74 |
| Binary | 11101111 | 1000011 | 10001011 | 0 | 1001000 | 101010 | 110 | 101001111 | 1010100 | 111100 |
Color Harmonies of #EF438B
Complementary color
Monochromatic Colors of #EF438B
Black with #EF438B
Text Example
Text Example
White with #EF438B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF438B; }
p { color: rgb(239,67,139); }
H1.HeaderClassName
{
color: #EF438B;
}
.AnyTagClassName
{
color: #EF438B;
}
</style>
background-color css
<style>
a { background-color: #EF438B; }
a { background-color: rgb(239,67,139); }
div.DivClassName
{
background-color: #EF438B;
}
.BgClassName
{
background-color: #EF438B;
}
</style>
border-color css
<style>
span { border-color: #EF438B; }
span { border-color: rgb(239,67,139); }
td.TdClassName
{
border-color: #EF438B;
}
.TagClassName
{
border-color: #EF438B;
}
</style>