Shades of Radical Red #EF495A
Tints of Radical Red #EF495A
RGB
CMYK
RGB Variations
Color information
#EF495A (or 0xEF495A) is known color: Radical Red. HEX triplet: EF, 49 and 5A. RGB value is (239,73,90). Sum of RGB (Red+Green+Blue) = 239+73+90=402 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.45% from 402); Green value is 73 (28.91% from 255 or 18.16% from 402); Blue value is 90 (35.55% from 255 or 22.39% from 402); Max value from RGB is 239 - color contains mainly: red. Hex color #EF495A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF495A is #10B6A5. Grayscale: #7C7C7C. Windows color (decimal): -1095334 or 5917167. OLE color: 5917167.
HSL color Cylindrical-coordinate representation of color #EF495A: hue angle of 353.86º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EF495A is Cyan = 0, Magento = 0.69, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 73 | 90 | - |
| CMYK | 0 | 0.69 | 0.62 | 0.06 |
| HSL | 353.86º | 0.84% | 0.61% | - |
| HSV(B) | 353.86º | 0.69% | 0.94% | - |
| XYZ | 39.82 | 23.85 | 12.18 | - |
| YUV | 124.57 | 108.5 | 209.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 73 | 90 | 0 | 0.69 | 0.62 | 0.06 | 353.86 | 0.84 | 0.61 |
| Hex | EF | 49 | 5A | 0 | 45 | 3E | 6 | 162 | 54 | 3D |
| Octal | 357 | 111 | 132 | 0 | 105 | 76 | 6 | 542 | 124 | 75 |
| Binary | 11101111 | 1001001 | 1011010 | 0 | 1000101 | 111110 | 110 | 101100010 | 1010100 | 111101 |
Color Harmonies of #EF495A
Complementary color
Monochromatic Colors of #EF495A
Black with #EF495A
Text Example
Text Example
White with #EF495A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF495A; }
p { color: rgb(239,73,90); }
H1.HeaderClassName
{
color: #EF495A;
}
.AnyTagClassName
{
color: #EF495A;
}
</style>
background-color css
<style>
a { background-color: #EF495A; }
a { background-color: rgb(239,73,90); }
div.DivClassName
{
background-color: #EF495A;
}
.BgClassName
{
background-color: #EF495A;
}
</style>
border-color css
<style>
span { border-color: #EF495A; }
span { border-color: rgb(239,73,90); }
td.TdClassName
{
border-color: #EF495A;
}
.TagClassName
{
border-color: #EF495A;
}
</style>