Shades of Radical Red #ED4766
Tints of Radical Red #ED4766
RGB
CMYK
RGB Variations
Color information
#ED4766 (or 0xED4766) is known color: Radical Red. HEX triplet: ED, 47 and 66. RGB value is (237,71,102). Sum of RGB (Red+Green+Blue) = 237+71+102=410 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.80% from 410); Green value is 71 (28.12% from 255 or 17.32% from 410); Blue value is 102 (40.23% from 255 or 24.88% from 410); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4766 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED4766 is #12B899. Grayscale: #7C7C7C. Windows color (decimal): -1226906 or 6703085. OLE color: 6703085.
HSL color Cylindrical-coordinate representation of color #ED4766: hue angle of 348.8º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ED4766 is Cyan = 0, Magento = 0.70, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 71 | 102 | - |
| CMYK | 0 | 0.70 | 0.57 | 0.07 |
| HSL | 348.8º | 0.82% | 0.6% | - |
| HSV(B) | 348.8º | 0.7% | 0.93% | - |
| XYZ | 39.58 | 23.47 | 15.01 | - |
| YUV | 124.17 | 115.5 | 208.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 71 | 102 | 0 | 0.70 | 0.57 | 0.07 | 348.8 | 0.82 | 0.6 |
| Hex | ED | 47 | 66 | 0 | 46 | 39 | 7 | 15D | 52 | 3C |
| Octal | 355 | 107 | 146 | 0 | 106 | 71 | 7 | 535 | 122 | 74 |
| Binary | 11101101 | 1000111 | 1100110 | 0 | 1000110 | 111001 | 111 | 101011101 | 1010010 | 111100 |
Color Harmonies of #ED4766
Complementary color
Monochromatic Colors of #ED4766
Black with #ED4766
Text Example
Text Example
White with #ED4766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4766; }
p { color: rgb(237,71,102); }
H1.HeaderClassName
{
color: #ED4766;
}
.AnyTagClassName
{
color: #ED4766;
}
</style>
background-color css
<style>
a { background-color: #ED4766; }
a { background-color: rgb(237,71,102); }
div.DivClassName
{
background-color: #ED4766;
}
.BgClassName
{
background-color: #ED4766;
}
</style>
border-color css
<style>
span { border-color: #ED4766; }
span { border-color: rgb(237,71,102); }
td.TdClassName
{
border-color: #ED4766;
}
.TagClassName
{
border-color: #ED4766;
}
</style>