Shades of Froly #EF7D83
Tints of Froly #EF7D83
RGB
CMYK
RGB Variations
Color information
#EF7D83 (or 0xEF7D83) is known color: Froly. HEX triplet: EF, 7D and 83. RGB value is (239,125,131). Sum of RGB (Red+Green+Blue) = 239+125+131=495 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.28% from 495); Green value is 125 (49.22% from 255 or 25.25% from 495); Blue value is 131 (51.56% from 255 or 26.46% from 495); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7D83 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF7D83 is #10827C. Grayscale: #9F9F9F. Windows color (decimal): -1081981 or 8617455. OLE color: 8617455.
HSL color Cylindrical-coordinate representation of color #EF7D83: hue angle of 356.84º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EF7D83 is Cyan = 0, Magento = 0.48, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 125 | 131 | - |
| CMYK | 0 | 0.48 | 0.45 | 0.06 |
| HSL | 356.84º | 0.78% | 0.71% | - |
| HSV(B) | 356.84º | 0.48% | 0.94% | - |
| XYZ | 47.03 | 34.66 | 25.68 | - |
| YUV | 159.77 | 111.77 | 184.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 125 | 131 | 0 | 0.48 | 0.45 | 0.06 | 356.84 | 0.78 | 0.71 |
| Hex | EF | 7D | 83 | 0 | 30 | 2D | 6 | 165 | 4E | 47 |
| Octal | 357 | 175 | 203 | 0 | 60 | 55 | 6 | 545 | 116 | 107 |
| Binary | 11101111 | 1111101 | 10000011 | 0 | 110000 | 101101 | 110 | 101100101 | 1001110 | 1000111 |
Color Harmonies of #EF7D83
Complementary color
Monochromatic Colors of #EF7D83
Black with #EF7D83
Text Example
Text Example
White with #EF7D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7D83; }
p { color: rgb(239,125,131); }
H1.HeaderClassName
{
color: #EF7D83;
}
.AnyTagClassName
{
color: #EF7D83;
}
</style>
background-color css
<style>
a { background-color: #EF7D83; }
a { background-color: rgb(239,125,131); }
div.DivClassName
{
background-color: #EF7D83;
}
.BgClassName
{
background-color: #EF7D83;
}
</style>
border-color css
<style>
span { border-color: #EF7D83; }
span { border-color: rgb(239,125,131); }
td.TdClassName
{
border-color: #EF7D83;
}
.TagClassName
{
border-color: #EF7D83;
}
</style>