Shades of Radical Red #EF505C
Tints of Radical Red #EF505C
RGB
CMYK
RGB Variations
Color information
#EF505C (or 0xEF505C) is known color: Radical Red. HEX triplet: EF, 50 and 5C. RGB value is (239,80,92). Sum of RGB (Red+Green+Blue) = 239+80+92=411 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.15% from 411); Green value is 80 (31.64% from 255 or 19.46% from 411); Blue value is 92 (36.33% from 255 or 22.38% from 411); Max value from RGB is 239 - color contains mainly: red. Hex color #EF505C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF505C is #10AFA3. Grayscale: #818181. Windows color (decimal): -1093540 or 6050031. OLE color: 6050031.
HSL color Cylindrical-coordinate representation of color #EF505C: hue angle of 355.47º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EF505C is Cyan = 0, Magento = 0.67, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 80 | 92 | - |
| CMYK | 0 | 0.67 | 0.62 | 0.06 |
| HSL | 355.47º | 0.83% | 0.63% | - |
| HSV(B) | 355.47º | 0.67% | 0.94% | - |
| XYZ | 40.4 | 24.86 | 12.79 | - |
| YUV | 128.91 | 107.18 | 206.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 80 | 92 | 0 | 0.67 | 0.62 | 0.06 | 355.47 | 0.83 | 0.63 |
| Hex | EF | 50 | 5C | 0 | 43 | 3E | 6 | 163 | 53 | 3F |
| Octal | 357 | 120 | 134 | 0 | 103 | 76 | 6 | 543 | 123 | 77 |
| Binary | 11101111 | 1010000 | 1011100 | 0 | 1000011 | 111110 | 110 | 101100011 | 1010011 | 111111 |
Color Harmonies of #EF505C
Complementary color
Monochromatic Colors of #EF505C
Black with #EF505C
Text Example
Text Example
White with #EF505C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF505C; }
p { color: rgb(239,80,92); }
H1.HeaderClassName
{
color: #EF505C;
}
.AnyTagClassName
{
color: #EF505C;
}
</style>
background-color css
<style>
a { background-color: #EF505C; }
a { background-color: rgb(239,80,92); }
div.DivClassName
{
background-color: #EF505C;
}
.BgClassName
{
background-color: #EF505C;
}
</style>
border-color css
<style>
span { border-color: #EF505C; }
span { border-color: rgb(239,80,92); }
td.TdClassName
{
border-color: #EF505C;
}
.TagClassName
{
border-color: #EF505C;
}
</style>