Shades of Radical Red #EF4669
Tints of Radical Red #EF4669
RGB
CMYK
RGB Variations
Color information
#EF4669 (or 0xEF4669) is known color: Radical Red. HEX triplet: EF, 46 and 69. RGB value is (239,70,105). Sum of RGB (Red+Green+Blue) = 239+70+105=414 (54% of max value = 765). Red value is 239 (93.75% from 255 or 57.73% from 414); Green value is 70 (27.73% from 255 or 16.91% from 414); Blue value is 105 (41.41% from 255 or 25.36% from 414); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4669 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF4669 is #10B996. Grayscale: #7C7C7C. Windows color (decimal): -1096087 or 6899439. OLE color: 6899439.
HSL color Cylindrical-coordinate representation of color #EF4669: hue angle of 347.57º 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 #EF4669 is Cyan = 0, Magento = 0.71, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 70 | 105 | - |
| CMYK | 0 | 0.71 | 0.56 | 0.06 |
| HSL | 347.57º | 0.84% | 0.61% | - |
| HSV(B) | 347.57º | 0.71% | 0.94% | - |
| XYZ | 40.34 | 23.75 | 15.82 | - |
| YUV | 124.52 | 116.99 | 209.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 70 | 105 | 0 | 0.71 | 0.56 | 0.06 | 347.57 | 0.84 | 0.61 |
| Hex | EF | 46 | 69 | 0 | 47 | 38 | 6 | 15C | 54 | 3D |
| Octal | 357 | 106 | 151 | 0 | 107 | 70 | 6 | 534 | 124 | 75 |
| Binary | 11101111 | 1000110 | 1101001 | 0 | 1000111 | 111000 | 110 | 101011100 | 1010100 | 111101 |
Color Harmonies of #EF4669
Complementary color
Monochromatic Colors of #EF4669
Black with #EF4669
Text Example
Text Example
White with #EF4669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4669; }
p { color: rgb(239,70,105); }
H1.HeaderClassName
{
color: #EF4669;
}
.AnyTagClassName
{
color: #EF4669;
}
</style>
background-color css
<style>
a { background-color: #EF4669; }
a { background-color: rgb(239,70,105); }
div.DivClassName
{
background-color: #EF4669;
}
.BgClassName
{
background-color: #EF4669;
}
</style>
border-color css
<style>
span { border-color: #EF4669; }
span { border-color: rgb(239,70,105); }
td.TdClassName
{
border-color: #EF4669;
}
.TagClassName
{
border-color: #EF4669;
}
</style>