Shades of Radical Red #ED495A
Tints of Radical Red #ED495A
RGB
CMYK
RGB Variations
Color information
#ED495A (or 0xED495A) is known color: Radical Red. HEX triplet: ED, 49 and 5A. RGB value is (237,73,90). Sum of RGB (Red+Green+Blue) = 237+73+90=400 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.25% from 400); Green value is 73 (28.91% from 255 or 18.25% from 400); Blue value is 90 (35.55% from 255 or 22.5% from 400); Max value from RGB is 237 - color contains mainly: red. Hex color #ED495A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED495A is #12B6A5. Grayscale: #7C7C7C. Windows color (decimal): -1226406 or 5917165. OLE color: 5917165.
HSL color Cylindrical-coordinate representation of color #ED495A: hue angle of 353.78º 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 #ED495A is Cyan = 0, Magento = 0.69, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 73 | 90 | - |
| CMYK | 0 | 0.69 | 0.62 | 0.07 |
| HSL | 353.78º | 0.82% | 0.61% | - |
| HSV(B) | 353.78º | 0.69% | 0.93% | - |
| XYZ | 39.15 | 23.51 | 12.15 | - |
| YUV | 123.97 | 108.83 | 208.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 73 | 90 | 0 | 0.69 | 0.62 | 0.07 | 353.78 | 0.82 | 0.61 |
| Hex | ED | 49 | 5A | 0 | 45 | 3E | 7 | 162 | 52 | 3D |
| Octal | 355 | 111 | 132 | 0 | 105 | 76 | 7 | 542 | 122 | 75 |
| Binary | 11101101 | 1001001 | 1011010 | 0 | 1000101 | 111110 | 111 | 101100010 | 1010010 | 111101 |
Color Harmonies of #ED495A
Complementary color
Monochromatic Colors of #ED495A
Black with #ED495A
Text Example
Text Example
White with #ED495A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED495A; }
p { color: rgb(237,73,90); }
H1.HeaderClassName
{
color: #ED495A;
}
.AnyTagClassName
{
color: #ED495A;
}
</style>
background-color css
<style>
a { background-color: #ED495A; }
a { background-color: rgb(237,73,90); }
div.DivClassName
{
background-color: #ED495A;
}
.BgClassName
{
background-color: #ED495A;
}
</style>
border-color css
<style>
span { border-color: #ED495A; }
span { border-color: rgb(237,73,90); }
td.TdClassName
{
border-color: #ED495A;
}
.TagClassName
{
border-color: #ED495A;
}
</style>