Shades of Violet Red #EF388F
Tints of Violet Red #EF388F
RGB
CMYK
RGB Variations
Color information
#EF388F (or 0xEF388F) is known color: Violet Red. HEX triplet: EF, 38 and 8F. RGB value is (239,56,143). Sum of RGB (Red+Green+Blue) = 239+56+143=438 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.57% from 438); Green value is 56 (22.27% from 255 or 12.79% from 438); Blue value is 143 (56.25% from 255 or 32.65% from 438); Max value from RGB is 239 - color contains mainly: red. Hex color #EF388F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF388F is #10C770. Grayscale: #787878. Windows color (decimal): -1099633 or 9386223. OLE color: 9386223.
HSL color Cylindrical-coordinate representation of color #EF388F: hue angle of 331.48º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EF388F is Cyan = 0, Magento = 0.77, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 56 | 143 | - |
| CMYK | 0 | 0.77 | 0.40 | 0.06 |
| HSL | 331.48º | 0.85% | 0.58% | - |
| HSV(B) | 331.48º | 0.77% | 0.94% | - |
| XYZ | 41.97 | 23.16 | 28.25 | - |
| YUV | 120.64 | 140.63 | 212.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 56 | 143 | 0 | 0.77 | 0.40 | 0.06 | 331.48 | 0.85 | 0.58 |
| Hex | EF | 38 | 8F | 0 | 4D | 28 | 6 | 14B | 55 | 3A |
| Octal | 357 | 70 | 217 | 0 | 115 | 50 | 6 | 513 | 125 | 72 |
| Binary | 11101111 | 111000 | 10001111 | 0 | 1001101 | 101000 | 110 | 101001011 | 1010101 | 111010 |
Color Harmonies of #EF388F
Complementary color
Monochromatic Colors of #EF388F
Black with #EF388F
Text Example
Text Example
White with #EF388F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF388F; }
p { color: rgb(239,56,143); }
H1.HeaderClassName
{
color: #EF388F;
}
.AnyTagClassName
{
color: #EF388F;
}
</style>
background-color css
<style>
a { background-color: #EF388F; }
a { background-color: rgb(239,56,143); }
div.DivClassName
{
background-color: #EF388F;
}
.BgClassName
{
background-color: #EF388F;
}
</style>
border-color css
<style>
span { border-color: #EF388F; }
span { border-color: rgb(239,56,143); }
td.TdClassName
{
border-color: #EF388F;
}
.TagClassName
{
border-color: #EF388F;
}
</style>