Shades of Froly #ED6B7B
Tints of Froly #ED6B7B
RGB
CMYK
RGB Variations
Color information
#ED6B7B (or 0xED6B7B) is known color: Froly. HEX triplet: ED, 6B and 7B. RGB value is (237,107,123). Sum of RGB (Red+Green+Blue) = 237+107+123=467 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.75% from 467); Green value is 107 (42.19% from 255 or 22.91% from 467); Blue value is 123 (48.44% from 255 or 26.34% from 467); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6B7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED6B7B is #129484. Grayscale: #939393. Windows color (decimal): -1217669 or 8088557. OLE color: 8088557.
HSL color Cylindrical-coordinate representation of color #ED6B7B: hue angle of 352.62º 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 #ED6B7B is Cyan = 0, Magento = 0.55, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 107 | 123 | - |
| CMYK | 0 | 0.55 | 0.48 | 0.07 |
| HSL | 352.62º | 0.78% | 0.67% | - |
| HSV(B) | 352.62º | 0.55% | 0.93% | - |
| XYZ | 43.76 | 29.95 | 22.21 | - |
| YUV | 147.69 | 114.07 | 191.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 107 | 123 | 0 | 0.55 | 0.48 | 0.07 | 352.62 | 0.78 | 0.67 |
| Hex | ED | 6B | 7B | 0 | 37 | 30 | 7 | 161 | 4E | 43 |
| Octal | 355 | 153 | 173 | 0 | 67 | 60 | 7 | 541 | 116 | 103 |
| Binary | 11101101 | 1101011 | 1111011 | 0 | 110111 | 110000 | 111 | 101100001 | 1001110 | 1000011 |
Color Harmonies of #ED6B7B
Complementary color
Monochromatic Colors of #ED6B7B
Black with #ED6B7B
Text Example
Text Example
White with #ED6B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6B7B; }
p { color: rgb(237,107,123); }
H1.HeaderClassName
{
color: #ED6B7B;
}
.AnyTagClassName
{
color: #ED6B7B;
}
</style>
background-color css
<style>
a { background-color: #ED6B7B; }
a { background-color: rgb(237,107,123); }
div.DivClassName
{
background-color: #ED6B7B;
}
.BgClassName
{
background-color: #ED6B7B;
}
</style>
border-color css
<style>
span { border-color: #ED6B7B; }
span { border-color: rgb(237,107,123); }
td.TdClassName
{
border-color: #ED6B7B;
}
.TagClassName
{
border-color: #ED6B7B;
}
</style>