Shades of Radical Red #EF4E5C
Tints of Radical Red #EF4E5C
RGB
CMYK
RGB Variations
Color information
#EF4E5C (or 0xEF4E5C) is known color: Radical Red. HEX triplet: EF, 4E and 5C. RGB value is (239,78,92). Sum of RGB (Red+Green+Blue) = 239+78+92=409 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.44% from 409); Green value is 78 (30.86% from 255 or 19.07% from 409); Blue value is 92 (36.33% from 255 or 22.49% from 409); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4E5C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF4E5C is #10B1A3. Grayscale: #7F7F7F. Windows color (decimal): -1094052 or 6049519. OLE color: 6049519.
HSL color Cylindrical-coordinate representation of color #EF4E5C: hue angle of 354.78º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EF4E5C is Cyan = 0, Magento = 0.67, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 78 | 92 | - |
| CMYK | 0 | 0.67 | 0.62 | 0.06 |
| HSL | 354.78º | 0.83% | 0.62% | - |
| HSV(B) | 354.78º | 0.67% | 0.94% | - |
| XYZ | 40.25 | 24.57 | 12.75 | - |
| YUV | 127.74 | 107.84 | 207.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 78 | 92 | 0 | 0.67 | 0.62 | 0.06 | 354.78 | 0.83 | 0.62 |
| Hex | EF | 4E | 5C | 0 | 43 | 3E | 6 | 163 | 53 | 3E |
| Octal | 357 | 116 | 134 | 0 | 103 | 76 | 6 | 543 | 123 | 76 |
| Binary | 11101111 | 1001110 | 1011100 | 0 | 1000011 | 111110 | 110 | 101100011 | 1010011 | 111110 |
Color Harmonies of #EF4E5C
Complementary color
Monochromatic Colors of #EF4E5C
Black with #EF4E5C
Text Example
Text Example
White with #EF4E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4E5C; }
p { color: rgb(239,78,92); }
H1.HeaderClassName
{
color: #EF4E5C;
}
.AnyTagClassName
{
color: #EF4E5C;
}
</style>
background-color css
<style>
a { background-color: #EF4E5C; }
a { background-color: rgb(239,78,92); }
div.DivClassName
{
background-color: #EF4E5C;
}
.BgClassName
{
background-color: #EF4E5C;
}
</style>
border-color css
<style>
span { border-color: #EF4E5C; }
span { border-color: rgb(239,78,92); }
td.TdClassName
{
border-color: #EF4E5C;
}
.TagClassName
{
border-color: #EF4E5C;
}
</style>