Shades of Froly #ED757B
Tints of Froly #ED757B
RGB
CMYK
RGB Variations
Color information
#ED757B (or 0xED757B) is known color: Froly. HEX triplet: ED, 75 and 7B. RGB value is (237,117,123). Sum of RGB (Red+Green+Blue) = 237+117+123=477 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.69% from 477); Green value is 117 (46.09% from 255 or 24.53% from 477); Blue value is 123 (48.44% from 255 or 25.79% from 477); Max value from RGB is 237 - color contains mainly: red. Hex color #ED757B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED757B is #128A84. Grayscale: #999999. Windows color (decimal): -1215109 or 8091117. OLE color: 8091117.
HSL color Cylindrical-coordinate representation of color #ED757B: hue angle of 357º 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 #ED757B is Cyan = 0, Magento = 0.51, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 117 | 123 | - |
| CMYK | 0 | 0.51 | 0.48 | 0.07 |
| HSL | 357º | 0.77% | 0.69% | - |
| HSV(B) | 357º | 0.51% | 0.93% | - |
| XYZ | 44.86 | 32.16 | 22.58 | - |
| YUV | 153.56 | 110.76 | 187.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 117 | 123 | 0 | 0.51 | 0.48 | 0.07 | 357 | 0.77 | 0.69 |
| Hex | ED | 75 | 7B | 0 | 33 | 30 | 7 | 165 | 4D | 45 |
| Octal | 355 | 165 | 173 | 0 | 63 | 60 | 7 | 545 | 115 | 105 |
| Binary | 11101101 | 1110101 | 1111011 | 0 | 110011 | 110000 | 111 | 101100101 | 1001101 | 1000101 |
Color Harmonies of #ED757B
Complementary color
Monochromatic Colors of #ED757B
Black with #ED757B
Text Example
Text Example
White with #ED757B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED757B; }
p { color: rgb(237,117,123); }
H1.HeaderClassName
{
color: #ED757B;
}
.AnyTagClassName
{
color: #ED757B;
}
</style>
background-color css
<style>
a { background-color: #ED757B; }
a { background-color: rgb(237,117,123); }
div.DivClassName
{
background-color: #ED757B;
}
.BgClassName
{
background-color: #ED757B;
}
</style>
border-color css
<style>
span { border-color: #ED757B; }
span { border-color: rgb(237,117,123); }
td.TdClassName
{
border-color: #ED757B;
}
.TagClassName
{
border-color: #ED757B;
}
</style>