Shades of Froly #ED6A70
Tints of Froly #ED6A70
RGB
CMYK
RGB Variations
Color information
#ED6A70 (or 0xED6A70) is known color: Froly. HEX triplet: ED, 6A and 70. RGB value is (237,106,112). Sum of RGB (Red+Green+Blue) = 237+106+112=455 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.09% from 455); Green value is 106 (41.80% from 255 or 23.30% from 455); Blue value is 112 (44.14% from 255 or 24.62% from 455); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6A70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED6A70 is #12958F. Grayscale: #919191. Windows color (decimal): -1217936 or 7367405. OLE color: 7367405.
HSL color Cylindrical-coordinate representation of color #ED6A70: hue angle of 357.25º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ED6A70 is Cyan = 0, Magento = 0.55, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 106 | 112 | - |
| CMYK | 0 | 0.55 | 0.53 | 0.07 |
| HSL | 357.25º | 0.78% | 0.67% | - |
| HSV(B) | 357.25º | 0.55% | 0.93% | - |
| XYZ | 43 | 29.48 | 18.75 | - |
| YUV | 145.85 | 108.9 | 193.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 106 | 112 | 0 | 0.55 | 0.53 | 0.07 | 357.25 | 0.78 | 0.67 |
| Hex | ED | 6A | 70 | 0 | 37 | 35 | 7 | 165 | 4E | 43 |
| Octal | 355 | 152 | 160 | 0 | 67 | 65 | 7 | 545 | 116 | 103 |
| Binary | 11101101 | 1101010 | 1110000 | 0 | 110111 | 110101 | 111 | 101100101 | 1001110 | 1000011 |
Color Harmonies of #ED6A70
Complementary color
Monochromatic Colors of #ED6A70
Black with #ED6A70
Text Example
Text Example
White with #ED6A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6A70; }
p { color: rgb(237,106,112); }
H1.HeaderClassName
{
color: #ED6A70;
}
.AnyTagClassName
{
color: #ED6A70;
}
</style>
background-color css
<style>
a { background-color: #ED6A70; }
a { background-color: rgb(237,106,112); }
div.DivClassName
{
background-color: #ED6A70;
}
.BgClassName
{
background-color: #ED6A70;
}
</style>
border-color css
<style>
span { border-color: #ED6A70; }
span { border-color: rgb(237,106,112); }
td.TdClassName
{
border-color: #ED6A70;
}
.TagClassName
{
border-color: #ED6A70;
}
</style>