Shades of Froly #ED6B7F
Tints of Froly #ED6B7F
RGB
CMYK
RGB Variations
Color information
#ED6B7F (or 0xED6B7F) is known color: Froly. HEX triplet: ED, 6B and 7F. RGB value is (237,107,127). Sum of RGB (Red+Green+Blue) = 237+107+127=471 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.32% from 471); Green value is 107 (42.19% from 255 or 22.72% from 471); Blue value is 127 (50% from 255 or 26.96% from 471); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6B7F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED6B7F is #129480. Grayscale: #949494. Windows color (decimal): -1217665 or 8350701. OLE color: 8350701.
HSL color Cylindrical-coordinate representation of color #ED6B7F: hue angle of 350.77º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ED6B7F is Cyan = 0, Magento = 0.55, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 107 | 127 | - |
| CMYK | 0 | 0.55 | 0.46 | 0.07 |
| HSL | 350.77º | 0.78% | 0.67% | - |
| HSV(B) | 350.77º | 0.55% | 0.93% | - |
| XYZ | 44.01 | 30.05 | 23.56 | - |
| YUV | 148.15 | 116.07 | 191.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 107 | 127 | 0 | 0.55 | 0.46 | 0.07 | 350.77 | 0.78 | 0.67 |
| Hex | ED | 6B | 7F | 0 | 37 | 2E | 7 | 15F | 4E | 43 |
| Octal | 355 | 153 | 177 | 0 | 67 | 56 | 7 | 537 | 116 | 103 |
| Binary | 11101101 | 1101011 | 1111111 | 0 | 110111 | 101110 | 111 | 101011111 | 1001110 | 1000011 |
Color Harmonies of #ED6B7F
Complementary color
Monochromatic Colors of #ED6B7F
Black with #ED6B7F
Text Example
Text Example
White with #ED6B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6B7F; }
p { color: rgb(237,107,127); }
H1.HeaderClassName
{
color: #ED6B7F;
}
.AnyTagClassName
{
color: #ED6B7F;
}
</style>
background-color css
<style>
a { background-color: #ED6B7F; }
a { background-color: rgb(237,107,127); }
div.DivClassName
{
background-color: #ED6B7F;
}
.BgClassName
{
background-color: #ED6B7F;
}
</style>
border-color css
<style>
span { border-color: #ED6B7F; }
span { border-color: rgb(237,107,127); }
td.TdClassName
{
border-color: #ED6B7F;
}
.TagClassName
{
border-color: #ED6B7F;
}
</style>