Shades of Radical Red #EF4666
Tints of Radical Red #EF4666
RGB
CMYK
RGB Variations
Color information
#EF4666 (or 0xEF4666) is known color: Radical Red. HEX triplet: EF, 46 and 66. RGB value is (239,70,102). Sum of RGB (Red+Green+Blue) = 239+70+102=411 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.15% from 411); Green value is 70 (27.73% from 255 or 17.03% from 411); Blue value is 102 (40.23% from 255 or 24.82% from 411); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4666 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF4666 is #10B999. Grayscale: #7C7C7C. Windows color (decimal): -1096090 or 6702831. OLE color: 6702831.
HSL color Cylindrical-coordinate representation of color #EF4666: hue angle of 348.64º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EF4666 is Cyan = 0, Magento = 0.71, Yellow = 0.57 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 70 | 102 | - |
| CMYK | 0 | 0.71 | 0.57 | 0.06 |
| HSL | 348.64º | 0.84% | 0.61% | - |
| HSV(B) | 348.64º | 0.71% | 0.94% | - |
| XYZ | 40.19 | 23.69 | 15.03 | - |
| YUV | 124.18 | 115.49 | 209.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 70 | 102 | 0 | 0.71 | 0.57 | 0.06 | 348.64 | 0.84 | 0.61 |
| Hex | EF | 46 | 66 | 0 | 47 | 39 | 6 | 15D | 54 | 3D |
| Octal | 357 | 106 | 146 | 0 | 107 | 71 | 6 | 535 | 124 | 75 |
| Binary | 11101111 | 1000110 | 1100110 | 0 | 1000111 | 111001 | 110 | 101011101 | 1010100 | 111101 |
Color Harmonies of #EF4666
Complementary color
Monochromatic Colors of #EF4666
Black with #EF4666
Text Example
Text Example
White with #EF4666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4666; }
p { color: rgb(239,70,102); }
H1.HeaderClassName
{
color: #EF4666;
}
.AnyTagClassName
{
color: #EF4666;
}
</style>
background-color css
<style>
a { background-color: #EF4666; }
a { background-color: rgb(239,70,102); }
div.DivClassName
{
background-color: #EF4666;
}
.BgClassName
{
background-color: #EF4666;
}
</style>
border-color css
<style>
span { border-color: #EF4666; }
span { border-color: rgb(239,70,102); }
td.TdClassName
{
border-color: #EF4666;
}
.TagClassName
{
border-color: #EF4666;
}
</style>