Shades of Radical Red #ED4768
Tints of Radical Red #ED4768
RGB
CMYK
RGB Variations
Color information
#ED4768 (or 0xED4768) is known color: Radical Red. HEX triplet: ED, 47 and 68. RGB value is (237,71,104). Sum of RGB (Red+Green+Blue) = 237+71+104=412 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.52% from 412); Green value is 71 (28.12% from 255 or 17.23% from 412); Blue value is 104 (41.02% from 255 or 25.24% from 412); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4768 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED4768 is #12B897. Grayscale: #7C7C7C. Windows color (decimal): -1226904 or 6834157. OLE color: 6834157.
HSL color Cylindrical-coordinate representation of color #ED4768: hue angle of 348.07º 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 #ED4768 is Cyan = 0, Magento = 0.70, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 71 | 104 | - |
| CMYK | 0 | 0.70 | 0.56 | 0.07 |
| HSL | 348.07º | 0.82% | 0.6% | - |
| HSV(B) | 348.07º | 0.7% | 0.93% | - |
| XYZ | 39.68 | 23.51 | 15.54 | - |
| YUV | 124.4 | 116.5 | 208.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 71 | 104 | 0 | 0.70 | 0.56 | 0.07 | 348.07 | 0.82 | 0.6 |
| Hex | ED | 47 | 68 | 0 | 46 | 38 | 7 | 15C | 52 | 3C |
| Octal | 355 | 107 | 150 | 0 | 106 | 70 | 7 | 534 | 122 | 74 |
| Binary | 11101101 | 1000111 | 1101000 | 0 | 1000110 | 111000 | 111 | 101011100 | 1010010 | 111100 |
Color Harmonies of #ED4768
Complementary color
Monochromatic Colors of #ED4768
Black with #ED4768
Text Example
Text Example
White with #ED4768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4768; }
p { color: rgb(237,71,104); }
H1.HeaderClassName
{
color: #ED4768;
}
.AnyTagClassName
{
color: #ED4768;
}
</style>
background-color css
<style>
a { background-color: #ED4768; }
a { background-color: rgb(237,71,104); }
div.DivClassName
{
background-color: #ED4768;
}
.BgClassName
{
background-color: #ED4768;
}
</style>
border-color css
<style>
span { border-color: #ED4768; }
span { border-color: rgb(237,71,104); }
td.TdClassName
{
border-color: #ED4768;
}
.TagClassName
{
border-color: #ED4768;
}
</style>