Shades of Radical Red #ED435E
Tints of Radical Red #ED435E
RGB
CMYK
RGB Variations
Color information
#ED435E (or 0xED435E) is known color: Radical Red. HEX triplet: ED, 43 and 5E. RGB value is (237,67,94). Sum of RGB (Red+Green+Blue) = 237+67+94=398 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.55% from 398); Green value is 67 (26.56% from 255 or 16.83% from 398); Blue value is 94 (37.11% from 255 or 23.62% from 398); Max value from RGB is 237 - color contains mainly: red. Hex color #ED435E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED435E is #12BCA1. Grayscale: #787878. Windows color (decimal): -1227938 or 6177773. OLE color: 6177773.
HSL color Cylindrical-coordinate representation of color #ED435E: hue angle of 350.47º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ED435E is Cyan = 0, Magento = 0.72, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 67 | 94 | - |
| CMYK | 0 | 0.72 | 0.60 | 0.07 |
| HSL | 350.47º | 0.83% | 0.6% | - |
| HSV(B) | 350.47º | 0.72% | 0.93% | - |
| XYZ | 38.95 | 22.83 | 12.94 | - |
| YUV | 120.91 | 112.82 | 210.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 67 | 94 | 0 | 0.72 | 0.60 | 0.07 | 350.47 | 0.83 | 0.6 |
| Hex | ED | 43 | 5E | 0 | 48 | 3C | 7 | 15E | 53 | 3C |
| Octal | 355 | 103 | 136 | 0 | 110 | 74 | 7 | 536 | 123 | 74 |
| Binary | 11101101 | 1000011 | 1011110 | 0 | 1001000 | 111100 | 111 | 101011110 | 1010011 | 111100 |
Color Harmonies of #ED435E
Complementary color
Monochromatic Colors of #ED435E
Black with #ED435E
Text Example
Text Example
White with #ED435E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED435E; }
p { color: rgb(237,67,94); }
H1.HeaderClassName
{
color: #ED435E;
}
.AnyTagClassName
{
color: #ED435E;
}
</style>
background-color css
<style>
a { background-color: #ED435E; }
a { background-color: rgb(237,67,94); }
div.DivClassName
{
background-color: #ED435E;
}
.BgClassName
{
background-color: #ED435E;
}
</style>
border-color css
<style>
span { border-color: #ED435E; }
span { border-color: rgb(237,67,94); }
td.TdClassName
{
border-color: #ED435E;
}
.TagClassName
{
border-color: #ED435E;
}
</style>