Shades of Froly #ED7A7F
Tints of Froly #ED7A7F
RGB
CMYK
RGB Variations
Color information
#ED7A7F (or 0xED7A7F) is known color: Froly. HEX triplet: ED, 7A and 7F. RGB value is (237,122,127). Sum of RGB (Red+Green+Blue) = 237+122+127=486 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.77% from 486); Green value is 122 (48.05% from 255 or 25.10% from 486); Blue value is 127 (50% from 255 or 26.13% from 486); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7A7F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7A7F is #128580. Grayscale: #9D9D9D. Windows color (decimal): -1213825 or 8354541. OLE color: 8354541.
HSL color Cylindrical-coordinate representation of color #ED7A7F: hue angle of 357.39º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ED7A7F is Cyan = 0, Magento = 0.49, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 122 | 127 | - |
| CMYK | 0 | 0.49 | 0.46 | 0.07 |
| HSL | 357.39º | 0.76% | 0.7% | - |
| HSV(B) | 357.39º | 0.49% | 0.93% | - |
| XYZ | 45.72 | 33.46 | 24.13 | - |
| YUV | 156.96 | 111.1 | 185.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 122 | 127 | 0 | 0.49 | 0.46 | 0.07 | 357.39 | 0.76 | 0.7 |
| Hex | ED | 7A | 7F | 0 | 31 | 2E | 7 | 165 | 4C | 46 |
| Octal | 355 | 172 | 177 | 0 | 61 | 56 | 7 | 545 | 114 | 106 |
| Binary | 11101101 | 1111010 | 1111111 | 0 | 110001 | 101110 | 111 | 101100101 | 1001100 | 1000110 |
Color Harmonies of #ED7A7F
Complementary color
Monochromatic Colors of #ED7A7F
Black with #ED7A7F
Text Example
Text Example
White with #ED7A7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7A7F; }
p { color: rgb(237,122,127); }
H1.HeaderClassName
{
color: #ED7A7F;
}
.AnyTagClassName
{
color: #ED7A7F;
}
</style>
background-color css
<style>
a { background-color: #ED7A7F; }
a { background-color: rgb(237,122,127); }
div.DivClassName
{
background-color: #ED7A7F;
}
.BgClassName
{
background-color: #ED7A7F;
}
</style>
border-color css
<style>
span { border-color: #ED7A7F; }
span { border-color: rgb(237,122,127); }
td.TdClassName
{
border-color: #ED7A7F;
}
.TagClassName
{
border-color: #ED7A7F;
}
</style>