Shades of Violet Red #EF448B
Tints of Violet Red #EF448B
RGB
CMYK
RGB Variations
Color information
#EF448B (or 0xEF448B) is known color: Violet Red. HEX triplet: EF, 44 and 8B. RGB value is (239,68,139). Sum of RGB (Red+Green+Blue) = 239+68+139=446 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.59% from 446); Green value is 68 (26.95% from 255 or 15.25% from 446); Blue value is 139 (54.69% from 255 or 31.17% from 446); Max value from RGB is 239 - color contains mainly: red. Hex color #EF448B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF448B is #10BB74. Grayscale: #7F7F7F. Windows color (decimal): -1096565 or 9127151. OLE color: 9127151.
HSL color Cylindrical-coordinate representation of color #EF448B: hue angle of 335.09º 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 #EF448B is Cyan = 0, Magento = 0.72, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 68 | 139 | - |
| CMYK | 0 | 0.72 | 0.42 | 0.06 |
| HSL | 335.09º | 0.84% | 0.6% | - |
| HSV(B) | 335.09º | 0.72% | 0.94% | - |
| XYZ | 42.32 | 24.35 | 26.9 | - |
| YUV | 127.22 | 134.65 | 207.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 68 | 139 | 0 | 0.72 | 0.42 | 0.06 | 335.09 | 0.84 | 0.6 |
| Hex | EF | 44 | 8B | 0 | 48 | 2A | 6 | 14F | 54 | 3C |
| Octal | 357 | 104 | 213 | 0 | 110 | 52 | 6 | 517 | 124 | 74 |
| Binary | 11101111 | 1000100 | 10001011 | 0 | 1001000 | 101010 | 110 | 101001111 | 1010100 | 111100 |
Color Harmonies of #EF448B
Complementary color
Monochromatic Colors of #EF448B
Black with #EF448B
Text Example
Text Example
White with #EF448B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF448B; }
p { color: rgb(239,68,139); }
H1.HeaderClassName
{
color: #EF448B;
}
.AnyTagClassName
{
color: #EF448B;
}
</style>
background-color css
<style>
a { background-color: #EF448B; }
a { background-color: rgb(239,68,139); }
div.DivClassName
{
background-color: #EF448B;
}
.BgClassName
{
background-color: #EF448B;
}
</style>
border-color css
<style>
span { border-color: #EF448B; }
span { border-color: rgb(239,68,139); }
td.TdClassName
{
border-color: #EF448B;
}
.TagClassName
{
border-color: #EF448B;
}
</style>