Shades of Violet Red #EF3D8C
Tints of Violet Red #EF3D8C
RGB
CMYK
RGB Variations
Color information
#EF3D8C (or 0xEF3D8C) is known color: Violet Red. HEX triplet: EF, 3D and 8C. RGB value is (239,61,140). Sum of RGB (Red+Green+Blue) = 239+61+140=440 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.32% from 440); Green value is 61 (24.22% from 255 or 13.86% from 440); Blue value is 140 (55.08% from 255 or 31.82% from 440); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3D8C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF3D8C is #10C273. Grayscale: #7B7B7B. Windows color (decimal): -1098356 or 9190895. OLE color: 9190895.
HSL color Cylindrical-coordinate representation of color #EF3D8C: hue angle of 333.37º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EF3D8C is Cyan = 0, Magento = 0.74, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 61 | 140 | - |
| CMYK | 0 | 0.74 | 0.41 | 0.06 |
| HSL | 333.37º | 0.85% | 0.59% | - |
| HSV(B) | 333.37º | 0.74% | 0.94% | - |
| XYZ | 42 | 23.58 | 27.15 | - |
| YUV | 123.23 | 137.47 | 210.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 61 | 140 | 0 | 0.74 | 0.41 | 0.06 | 333.37 | 0.85 | 0.59 |
| Hex | EF | 3D | 8C | 0 | 4A | 29 | 6 | 14D | 55 | 3B |
| Octal | 357 | 75 | 214 | 0 | 112 | 51 | 6 | 515 | 125 | 73 |
| Binary | 11101111 | 111101 | 10001100 | 0 | 1001010 | 101001 | 110 | 101001101 | 1010101 | 111011 |
Color Harmonies of #EF3D8C
Complementary color
Monochromatic Colors of #EF3D8C
Black with #EF3D8C
Text Example
Text Example
White with #EF3D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3D8C; }
p { color: rgb(239,61,140); }
H1.HeaderClassName
{
color: #EF3D8C;
}
.AnyTagClassName
{
color: #EF3D8C;
}
</style>
background-color css
<style>
a { background-color: #EF3D8C; }
a { background-color: rgb(239,61,140); }
div.DivClassName
{
background-color: #EF3D8C;
}
.BgClassName
{
background-color: #EF3D8C;
}
</style>
border-color css
<style>
span { border-color: #EF3D8C; }
span { border-color: rgb(239,61,140); }
td.TdClassName
{
border-color: #EF3D8C;
}
.TagClassName
{
border-color: #EF3D8C;
}
</style>