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