Shades of Radical Red #EF455C
Tints of Radical Red #EF455C
RGB
CMYK
RGB Variations
Color information
#EF455C (or 0xEF455C) is known color: Radical Red. HEX triplet: EF, 45 and 5C. RGB value is (239,69,92). Sum of RGB (Red+Green+Blue) = 239+69+92=400 (52% of max value = 765). Red value is 239 (93.75% from 255 or 59.75% from 400); Green value is 69 (27.34% from 255 or 17.25% from 400); Blue value is 92 (36.33% from 255 or 23% from 400); Max value from RGB is 239 - color contains mainly: red. Hex color #EF455C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF455C is #10BAA3. Grayscale: #7A7A7A. Windows color (decimal): -1096356 or 6047215. OLE color: 6047215.
HSL color Cylindrical-coordinate representation of color #EF455C: hue angle of 351.88º 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 #EF455C is Cyan = 0, Magento = 0.71, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 69 | 92 | - |
| CMYK | 0 | 0.71 | 0.62 | 0.06 |
| HSL | 351.88º | 0.84% | 0.6% | - |
| HSV(B) | 351.88º | 0.71% | 0.94% | - |
| XYZ | 39.66 | 23.38 | 12.55 | - |
| YUV | 122.45 | 110.82 | 211.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 69 | 92 | 0 | 0.71 | 0.62 | 0.06 | 351.88 | 0.84 | 0.6 |
| Hex | EF | 45 | 5C | 0 | 47 | 3E | 6 | 160 | 54 | 3C |
| Octal | 357 | 105 | 134 | 0 | 107 | 76 | 6 | 540 | 124 | 74 |
| Binary | 11101111 | 1000101 | 1011100 | 0 | 1000111 | 111110 | 110 | 101100000 | 1010100 | 111100 |
Color Harmonies of #EF455C
Complementary color
Monochromatic Colors of #EF455C
Black with #EF455C
Text Example
Text Example
White with #EF455C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF455C; }
p { color: rgb(239,69,92); }
H1.HeaderClassName
{
color: #EF455C;
}
.AnyTagClassName
{
color: #EF455C;
}
</style>
background-color css
<style>
a { background-color: #EF455C; }
a { background-color: rgb(239,69,92); }
div.DivClassName
{
background-color: #EF455C;
}
.BgClassName
{
background-color: #EF455C;
}
</style>
border-color css
<style>
span { border-color: #EF455C; }
span { border-color: rgb(239,69,92); }
td.TdClassName
{
border-color: #EF455C;
}
.TagClassName
{
border-color: #EF455C;
}
</style>