Shades of Froly #ED7274
Tints of Froly #ED7274
RGB
CMYK
RGB Variations
Color information
#ED7274 (or 0xED7274) is known color: Froly. HEX triplet: ED, 72 and 74. RGB value is (237,114,116). Sum of RGB (Red+Green+Blue) = 237+114+116=467 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.75% from 467); Green value is 114 (44.92% from 255 or 24.41% from 467); Blue value is 116 (45.70% from 255 or 24.84% from 467); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7274 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7274 is #128D8B. Grayscale: #979797. Windows color (decimal): -1215884 or 7631597. OLE color: 7631597.
HSL color Cylindrical-coordinate representation of color #ED7274: hue angle of 359.02º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ED7274 is Cyan = 0, Magento = 0.52, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 114 | 116 | - |
| CMYK | 0 | 0.52 | 0.51 | 0.07 |
| HSL | 359.02º | 0.77% | 0.69% | - |
| HSV(B) | 359.02º | 0.52% | 0.93% | - |
| XYZ | 44.09 | 31.3 | 20.24 | - |
| YUV | 151.01 | 108.25 | 189.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 114 | 116 | 0 | 0.52 | 0.51 | 0.07 | 359.02 | 0.77 | 0.69 |
| Hex | ED | 72 | 74 | 0 | 34 | 33 | 7 | 167 | 4D | 45 |
| Octal | 355 | 162 | 164 | 0 | 64 | 63 | 7 | 547 | 115 | 105 |
| Binary | 11101101 | 1110010 | 1110100 | 0 | 110100 | 110011 | 111 | 101100111 | 1001101 | 1000101 |
Color Harmonies of #ED7274
Complementary color
Monochromatic Colors of #ED7274
Black with #ED7274
Text Example
Text Example
White with #ED7274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7274; }
p { color: rgb(237,114,116); }
H1.HeaderClassName
{
color: #ED7274;
}
.AnyTagClassName
{
color: #ED7274;
}
</style>
background-color css
<style>
a { background-color: #ED7274; }
a { background-color: rgb(237,114,116); }
div.DivClassName
{
background-color: #ED7274;
}
.BgClassName
{
background-color: #ED7274;
}
</style>
border-color css
<style>
span { border-color: #ED7274; }
span { border-color: rgb(237,114,116); }
td.TdClassName
{
border-color: #ED7274;
}
.TagClassName
{
border-color: #ED7274;
}
</style>