Shades of Radical Red #EF4565
Tints of Radical Red #EF4565
RGB
CMYK
RGB Variations
Color information
#EF4565 (or 0xEF4565) is known color: Radical Red. HEX triplet: EF, 45 and 65. RGB value is (239,69,101). Sum of RGB (Red+Green+Blue) = 239+69+101=409 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.44% from 409); Green value is 69 (27.34% from 255 or 16.87% from 409); Blue value is 101 (39.84% from 255 or 24.69% from 409); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4565 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF4565 is #10BA9A. Grayscale: #7B7B7B. Windows color (decimal): -1096347 or 6637039. OLE color: 6637039.
HSL color Cylindrical-coordinate representation of color #EF4565: hue angle of 348.71º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EF4565 is Cyan = 0, Magento = 0.71, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 69 | 101 | - |
| CMYK | 0 | 0.71 | 0.58 | 0.06 |
| HSL | 348.71º | 0.84% | 0.6% | - |
| HSV(B) | 348.71º | 0.71% | 0.94% | - |
| XYZ | 40.07 | 23.55 | 14.74 | - |
| YUV | 123.48 | 115.32 | 210.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 69 | 101 | 0 | 0.71 | 0.58 | 0.06 | 348.71 | 0.84 | 0.6 |
| Hex | EF | 45 | 65 | 0 | 47 | 3A | 6 | 15D | 54 | 3C |
| Octal | 357 | 105 | 145 | 0 | 107 | 72 | 6 | 535 | 124 | 74 |
| Binary | 11101111 | 1000101 | 1100101 | 0 | 1000111 | 111010 | 110 | 101011101 | 1010100 | 111100 |
Color Harmonies of #EF4565
Complementary color
Monochromatic Colors of #EF4565
Black with #EF4565
Text Example
Text Example
White with #EF4565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4565; }
p { color: rgb(239,69,101); }
H1.HeaderClassName
{
color: #EF4565;
}
.AnyTagClassName
{
color: #EF4565;
}
</style>
background-color css
<style>
a { background-color: #EF4565; }
a { background-color: rgb(239,69,101); }
div.DivClassName
{
background-color: #EF4565;
}
.BgClassName
{
background-color: #EF4565;
}
</style>
border-color css
<style>
span { border-color: #EF4565; }
span { border-color: rgb(239,69,101); }
td.TdClassName
{
border-color: #EF4565;
}
.TagClassName
{
border-color: #EF4565;
}
</style>