Shades of Froly #ED737F
Tints of Froly #ED737F
RGB
CMYK
RGB Variations
Color information
#ED737F (or 0xED737F) is known color: Froly. HEX triplet: ED, 73 and 7F. RGB value is (237,115,127). Sum of RGB (Red+Green+Blue) = 237+115+127=479 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.48% from 479); Green value is 115 (45.31% from 255 or 24.01% from 479); Blue value is 127 (50% from 255 or 26.51% from 479); Max value from RGB is 237 - color contains mainly: red. Hex color #ED737F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED737F is #128C80. Grayscale: #989898. Windows color (decimal): -1215617 or 8352749. OLE color: 8352749.
HSL color Cylindrical-coordinate representation of color #ED737F: hue angle of 354.1º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ED737F is Cyan = 0, Magento = 0.51, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 115 | 127 | - |
| CMYK | 0 | 0.51 | 0.46 | 0.07 |
| HSL | 354.1º | 0.77% | 0.69% | - |
| HSV(B) | 354.1º | 0.51% | 0.93% | - |
| XYZ | 44.89 | 31.8 | 23.85 | - |
| YUV | 152.85 | 113.42 | 188.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 115 | 127 | 0 | 0.51 | 0.46 | 0.07 | 354.1 | 0.77 | 0.69 |
| Hex | ED | 73 | 7F | 0 | 33 | 2E | 7 | 162 | 4D | 45 |
| Octal | 355 | 163 | 177 | 0 | 63 | 56 | 7 | 542 | 115 | 105 |
| Binary | 11101101 | 1110011 | 1111111 | 0 | 110011 | 101110 | 111 | 101100010 | 1001101 | 1000101 |
Color Harmonies of #ED737F
Complementary color
Monochromatic Colors of #ED737F
Black with #ED737F
Text Example
Text Example
White with #ED737F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED737F; }
p { color: rgb(237,115,127); }
H1.HeaderClassName
{
color: #ED737F;
}
.AnyTagClassName
{
color: #ED737F;
}
</style>
background-color css
<style>
a { background-color: #ED737F; }
a { background-color: rgb(237,115,127); }
div.DivClassName
{
background-color: #ED737F;
}
.BgClassName
{
background-color: #ED737F;
}
</style>
border-color css
<style>
span { border-color: #ED737F; }
span { border-color: rgb(237,115,127); }
td.TdClassName
{
border-color: #ED737F;
}
.TagClassName
{
border-color: #ED737F;
}
</style>