Shades of Radical Red #ED495B
Tints of Radical Red #ED495B
RGB
CMYK
RGB Variations
Color information
#ED495B (or 0xED495B) is known color: Radical Red. HEX triplet: ED, 49 and 5B. RGB value is (237,73,91). Sum of RGB (Red+Green+Blue) = 237+73+91=401 (53% of max value = 765). Red value is 237 (92.97% from 255 or 59.10% from 401); Green value is 73 (28.91% from 255 or 18.20% from 401); Blue value is 91 (35.94% from 255 or 22.69% from 401); Max value from RGB is 237 - color contains mainly: red. Hex color #ED495B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED495B is #12B6A4. Grayscale: #7C7C7C. Windows color (decimal): -1226405 or 5982701. OLE color: 5982701.
HSL color Cylindrical-coordinate representation of color #ED495B: hue angle of 353.41º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ED495B is Cyan = 0, Magento = 0.69, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 73 | 91 | - |
| CMYK | 0 | 0.69 | 0.62 | 0.07 |
| HSL | 353.41º | 0.82% | 0.61% | - |
| HSV(B) | 353.41º | 0.69% | 0.93% | - |
| XYZ | 39.2 | 23.52 | 12.37 | - |
| YUV | 124.09 | 109.33 | 208.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 73 | 91 | 0 | 0.69 | 0.62 | 0.07 | 353.41 | 0.82 | 0.61 |
| Hex | ED | 49 | 5B | 0 | 45 | 3E | 7 | 161 | 52 | 3D |
| Octal | 355 | 111 | 133 | 0 | 105 | 76 | 7 | 541 | 122 | 75 |
| Binary | 11101101 | 1001001 | 1011011 | 0 | 1000101 | 111110 | 111 | 101100001 | 1010010 | 111101 |
Color Harmonies of #ED495B
Complementary color
Monochromatic Colors of #ED495B
Black with #ED495B
Text Example
Text Example
White with #ED495B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED495B; }
p { color: rgb(237,73,91); }
H1.HeaderClassName
{
color: #ED495B;
}
.AnyTagClassName
{
color: #ED495B;
}
</style>
background-color css
<style>
a { background-color: #ED495B; }
a { background-color: rgb(237,73,91); }
div.DivClassName
{
background-color: #ED495B;
}
.BgClassName
{
background-color: #ED495B;
}
</style>
border-color css
<style>
span { border-color: #ED495B; }
span { border-color: rgb(237,73,91); }
td.TdClassName
{
border-color: #ED495B;
}
.TagClassName
{
border-color: #ED495B;
}
</style>