Shades of Froly #ED737E
Tints of Froly #ED737E
RGB
CMYK
RGB Variations
Color information
#ED737E (or 0xED737E) is known color: Froly. HEX triplet: ED, 73 and 7E. RGB value is (237,115,126). Sum of RGB (Red+Green+Blue) = 237+115+126=478 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.58% from 478); Green value is 115 (45.31% from 255 or 24.06% from 478); Blue value is 126 (49.61% from 255 or 26.36% from 478); Max value from RGB is 237 - color contains mainly: red. Hex color #ED737E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED737E is #128C81. Grayscale: #989898. Windows color (decimal): -1215618 or 8287213. OLE color: 8287213.
HSL color Cylindrical-coordinate representation of color #ED737E: hue angle of 354.59º 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 #ED737E is Cyan = 0, Magento = 0.51, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 115 | 126 | - |
| CMYK | 0 | 0.51 | 0.47 | 0.07 |
| HSL | 354.59º | 0.77% | 0.69% | - |
| HSV(B) | 354.59º | 0.51% | 0.93% | - |
| XYZ | 44.82 | 31.77 | 23.51 | - |
| YUV | 152.73 | 112.92 | 188.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 115 | 126 | 0 | 0.51 | 0.47 | 0.07 | 354.59 | 0.77 | 0.69 |
| Hex | ED | 73 | 7E | 0 | 33 | 2F | 7 | 163 | 4D | 45 |
| Octal | 355 | 163 | 176 | 0 | 63 | 57 | 7 | 543 | 115 | 105 |
| Binary | 11101101 | 1110011 | 1111110 | 0 | 110011 | 101111 | 111 | 101100011 | 1001101 | 1000101 |
Color Harmonies of #ED737E
Complementary color
Monochromatic Colors of #ED737E
Black with #ED737E
Text Example
Text Example
White with #ED737E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED737E; }
p { color: rgb(237,115,126); }
H1.HeaderClassName
{
color: #ED737E;
}
.AnyTagClassName
{
color: #ED737E;
}
</style>
background-color css
<style>
a { background-color: #ED737E; }
a { background-color: rgb(237,115,126); }
div.DivClassName
{
background-color: #ED737E;
}
.BgClassName
{
background-color: #ED737E;
}
</style>
border-color css
<style>
span { border-color: #ED737E; }
span { border-color: rgb(237,115,126); }
td.TdClassName
{
border-color: #ED737E;
}
.TagClassName
{
border-color: #ED737E;
}
</style>