Shades of Radical Red #ED4467
Tints of Radical Red #ED4467
RGB
CMYK
RGB Variations
Color information
#ED4467 (or 0xED4467) is known color: Radical Red. HEX triplet: ED, 44 and 67. RGB value is (237,68,103). Sum of RGB (Red+Green+Blue) = 237+68+103=408 (54% of max value = 765). Red value is 237 (92.97% from 255 or 58.09% from 408); Green value is 68 (26.95% from 255 or 16.67% from 408); Blue value is 103 (40.62% from 255 or 25.25% from 408); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4467 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED4467 is #12BB98. Grayscale: #7A7A7A. Windows color (decimal): -1227673 or 6767853. OLE color: 6767853.
HSL color Cylindrical-coordinate representation of color #ED4467: hue angle of 347.57º 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 #ED4467 is Cyan = 0, Magento = 0.71, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 68 | 103 | - |
| CMYK | 0 | 0.71 | 0.57 | 0.07 |
| HSL | 347.57º | 0.82% | 0.6% | - |
| HSV(B) | 347.57º | 0.71% | 0.93% | - |
| XYZ | 39.44 | 23.12 | 15.22 | - |
| YUV | 122.52 | 116.99 | 209.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 68 | 103 | 0 | 0.71 | 0.57 | 0.07 | 347.57 | 0.82 | 0.6 |
| Hex | ED | 44 | 67 | 0 | 47 | 39 | 7 | 15C | 52 | 3C |
| Octal | 355 | 104 | 147 | 0 | 107 | 71 | 7 | 534 | 122 | 74 |
| Binary | 11101101 | 1000100 | 1100111 | 0 | 1000111 | 111001 | 111 | 101011100 | 1010010 | 111100 |
Color Harmonies of #ED4467
Complementary color
Monochromatic Colors of #ED4467
Black with #ED4467
Text Example
Text Example
White with #ED4467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4467; }
p { color: rgb(237,68,103); }
H1.HeaderClassName
{
color: #ED4467;
}
.AnyTagClassName
{
color: #ED4467;
}
</style>
background-color css
<style>
a { background-color: #ED4467; }
a { background-color: rgb(237,68,103); }
div.DivClassName
{
background-color: #ED4467;
}
.BgClassName
{
background-color: #ED4467;
}
</style>
border-color css
<style>
span { border-color: #ED4467; }
span { border-color: rgb(237,68,103); }
td.TdClassName
{
border-color: #ED4467;
}
.TagClassName
{
border-color: #ED4467;
}
</style>