Shades of Radical Red #ED445A
Tints of Radical Red #ED445A
RGB
CMYK
RGB Variations
Color information
#ED445A (or 0xED445A) is known color: Radical Red. HEX triplet: ED, 44 and 5A. RGB value is (237,68,90). Sum of RGB (Red+Green+Blue) = 237+68+90=395 (52% of max value = 765). Red value is 237 (92.97% from 255 or 60% from 395); Green value is 68 (26.95% from 255 or 17.22% from 395); Blue value is 90 (35.55% from 255 or 22.78% from 395); Max value from RGB is 237 - color contains mainly: red. Hex color #ED445A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED445A is #12BBA5. Grayscale: #797979. Windows color (decimal): -1227686 or 5915885. OLE color: 5915885.
HSL color Cylindrical-coordinate representation of color #ED445A: hue angle of 352.19º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ED445A is Cyan = 0, Magento = 0.71, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 68 | 90 | - |
| CMYK | 0 | 0.71 | 0.62 | 0.07 |
| HSL | 352.19º | 0.82% | 0.6% | - |
| HSV(B) | 352.19º | 0.71% | 0.93% | - |
| XYZ | 38.84 | 22.88 | 12.04 | - |
| YUV | 121.04 | 110.49 | 210.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 68 | 90 | 0 | 0.71 | 0.62 | 0.07 | 352.19 | 0.82 | 0.6 |
| Hex | ED | 44 | 5A | 0 | 47 | 3E | 7 | 160 | 52 | 3C |
| Octal | 355 | 104 | 132 | 0 | 107 | 76 | 7 | 540 | 122 | 74 |
| Binary | 11101101 | 1000100 | 1011010 | 0 | 1000111 | 111110 | 111 | 101100000 | 1010010 | 111100 |
Color Harmonies of #ED445A
Complementary color
Monochromatic Colors of #ED445A
Black with #ED445A
Text Example
Text Example
White with #ED445A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED445A; }
p { color: rgb(237,68,90); }
H1.HeaderClassName
{
color: #ED445A;
}
.AnyTagClassName
{
color: #ED445A;
}
</style>
background-color css
<style>
a { background-color: #ED445A; }
a { background-color: rgb(237,68,90); }
div.DivClassName
{
background-color: #ED445A;
}
.BgClassName
{
background-color: #ED445A;
}
</style>
border-color css
<style>
span { border-color: #ED445A; }
span { border-color: rgb(237,68,90); }
td.TdClassName
{
border-color: #ED445A;
}
.TagClassName
{
border-color: #ED445A;
}
</style>