Shades of Froly #ED7B83
Tints of Froly #ED7B83
RGB
CMYK
RGB Variations
Color information
#ED7B83 (or 0xED7B83) is known color: Froly. HEX triplet: ED, 7B and 83. RGB value is (237,123,131). Sum of RGB (Red+Green+Blue) = 237+123+131=491 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.27% from 491); Green value is 123 (48.44% from 255 or 25.05% from 491); Blue value is 131 (51.56% from 255 or 26.68% from 491); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7B83 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED7B83 is #12847C. Grayscale: #9E9E9E. Windows color (decimal): -1213565 or 8616941. OLE color: 8616941.
HSL color Cylindrical-coordinate representation of color #ED7B83: hue angle of 355.79º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ED7B83 is Cyan = 0, Magento = 0.48, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 123 | 131 | - |
| CMYK | 0 | 0.48 | 0.45 | 0.07 |
| HSL | 355.79º | 0.76% | 0.71% | - |
| HSV(B) | 355.79º | 0.48% | 0.93% | - |
| XYZ | 46.1 | 33.81 | 25.57 | - |
| YUV | 158 | 112.77 | 184.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 123 | 131 | 0 | 0.48 | 0.45 | 0.07 | 355.79 | 0.76 | 0.71 |
| Hex | ED | 7B | 83 | 0 | 30 | 2D | 7 | 164 | 4C | 47 |
| Octal | 355 | 173 | 203 | 0 | 60 | 55 | 7 | 544 | 114 | 107 |
| Binary | 11101101 | 1111011 | 10000011 | 0 | 110000 | 101101 | 111 | 101100100 | 1001100 | 1000111 |
Color Harmonies of #ED7B83
Complementary color
Monochromatic Colors of #ED7B83
Black with #ED7B83
Text Example
Text Example
White with #ED7B83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7B83; }
p { color: rgb(237,123,131); }
H1.HeaderClassName
{
color: #ED7B83;
}
.AnyTagClassName
{
color: #ED7B83;
}
</style>
background-color css
<style>
a { background-color: #ED7B83; }
a { background-color: rgb(237,123,131); }
div.DivClassName
{
background-color: #ED7B83;
}
.BgClassName
{
background-color: #ED7B83;
}
</style>
border-color css
<style>
span { border-color: #ED7B83; }
span { border-color: rgb(237,123,131); }
td.TdClassName
{
border-color: #ED7B83;
}
.TagClassName
{
border-color: #ED7B83;
}
</style>