Shades of Radical Red #EF3864
Tints of Radical Red #EF3864
RGB
CMYK
RGB Variations
Color information
#EF3864 (or 0xEF3864) is known color: Radical Red. HEX triplet: EF, 38 and 64. RGB value is (239,56,100). Sum of RGB (Red+Green+Blue) = 239+56+100=395 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.51% from 395); Green value is 56 (22.27% from 255 or 14.18% from 395); Blue value is 100 (39.45% from 255 or 25.32% from 395); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3864 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF3864 is #10C79B. Grayscale: #737373. Windows color (decimal): -1099676 or 6568175. OLE color: 6568175.
HSL color Cylindrical-coordinate representation of color #EF3864: hue angle of 345.57º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EF3864 is Cyan = 0, Magento = 0.77, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 56 | 100 | - |
| CMYK | 0 | 0.77 | 0.58 | 0.06 |
| HSL | 345.57º | 0.85% | 0.58% | - |
| HSV(B) | 345.57º | 0.77% | 0.94% | - |
| XYZ | 39.31 | 22.1 | 14.25 | - |
| YUV | 115.73 | 119.13 | 215.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 56 | 100 | 0 | 0.77 | 0.58 | 0.06 | 345.57 | 0.85 | 0.58 |
| Hex | EF | 38 | 64 | 0 | 4D | 3A | 6 | 15A | 55 | 3A |
| Octal | 357 | 70 | 144 | 0 | 115 | 72 | 6 | 532 | 125 | 72 |
| Binary | 11101111 | 111000 | 1100100 | 0 | 1001101 | 111010 | 110 | 101011010 | 1010101 | 111010 |
Color Harmonies of #EF3864
Complementary color
Monochromatic Colors of #EF3864
Black with #EF3864
Text Example
Text Example
White with #EF3864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3864; }
p { color: rgb(239,56,100); }
H1.HeaderClassName
{
color: #EF3864;
}
.AnyTagClassName
{
color: #EF3864;
}
</style>
background-color css
<style>
a { background-color: #EF3864; }
a { background-color: rgb(239,56,100); }
div.DivClassName
{
background-color: #EF3864;
}
.BgClassName
{
background-color: #EF3864;
}
</style>
border-color css
<style>
span { border-color: #EF3864; }
span { border-color: rgb(239,56,100); }
td.TdClassName
{
border-color: #EF3864;
}
.TagClassName
{
border-color: #EF3864;
}
</style>