Shades of Froly #ED737A
Tints of Froly #ED737A
RGB
CMYK
RGB Variations
Color information
#ED737A (or 0xED737A) is known color: Froly. HEX triplet: ED, 73 and 7A. RGB value is (237,115,122). Sum of RGB (Red+Green+Blue) = 237+115+122=474 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50% from 474); Green value is 115 (45.31% from 255 or 24.26% from 474); Blue value is 122 (48.05% from 255 or 25.74% from 474); Max value from RGB is 237 - color contains mainly: red. Hex color #ED737A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED737A is #128C85. Grayscale: #989898. Windows color (decimal): -1215622 or 8025069. OLE color: 8025069.
HSL color Cylindrical-coordinate representation of color #ED737A: hue angle of 356.56º 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 #ED737A is Cyan = 0, Magento = 0.51, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 115 | 122 | - |
| CMYK | 0 | 0.51 | 0.49 | 0.07 |
| HSL | 356.56º | 0.77% | 0.69% | - |
| HSV(B) | 356.56º | 0.51% | 0.93% | - |
| XYZ | 44.57 | 31.67 | 22.18 | - |
| YUV | 152.28 | 110.92 | 188.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 115 | 122 | 0 | 0.51 | 0.49 | 0.07 | 356.56 | 0.77 | 0.69 |
| Hex | ED | 73 | 7A | 0 | 33 | 31 | 7 | 165 | 4D | 45 |
| Octal | 355 | 163 | 172 | 0 | 63 | 61 | 7 | 545 | 115 | 105 |
| Binary | 11101101 | 1110011 | 1111010 | 0 | 110011 | 110001 | 111 | 101100101 | 1001101 | 1000101 |
Color Harmonies of #ED737A
Complementary color
Monochromatic Colors of #ED737A
Black with #ED737A
Text Example
Text Example
White with #ED737A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED737A; }
p { color: rgb(237,115,122); }
H1.HeaderClassName
{
color: #ED737A;
}
.AnyTagClassName
{
color: #ED737A;
}
</style>
background-color css
<style>
a { background-color: #ED737A; }
a { background-color: rgb(237,115,122); }
div.DivClassName
{
background-color: #ED737A;
}
.BgClassName
{
background-color: #ED737A;
}
</style>
border-color css
<style>
span { border-color: #ED737A; }
span { border-color: rgb(237,115,122); }
td.TdClassName
{
border-color: #ED737A;
}
.TagClassName
{
border-color: #ED737A;
}
</style>