Shades of Froly #EF7B81
Tints of Froly #EF7B81
RGB
CMYK
RGB Variations
Color information
#EF7B81 (or 0xEF7B81) is known color: Froly. HEX triplet: EF, 7B and 81. RGB value is (239,123,129). Sum of RGB (Red+Green+Blue) = 239+123+129=491 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.68% from 491); Green value is 123 (48.44% from 255 or 25.05% from 491); Blue value is 129 (50.78% from 255 or 26.27% from 491); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7B81 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF7B81 is #10847E. Grayscale: #9E9E9E. Windows color (decimal): -1082495 or 8485871. OLE color: 8485871.
HSL color Cylindrical-coordinate representation of color #EF7B81: hue angle of 356.9º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EF7B81 is Cyan = 0, Magento = 0.49, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 123 | 129 | - |
| CMYK | 0 | 0.49 | 0.46 | 0.06 |
| HSL | 356.9º | 0.78% | 0.71% | - |
| HSV(B) | 356.9º | 0.49% | 0.94% | - |
| XYZ | 46.64 | 34.1 | 24.89 | - |
| YUV | 158.37 | 111.43 | 185.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 123 | 129 | 0 | 0.49 | 0.46 | 0.06 | 356.9 | 0.78 | 0.71 |
| Hex | EF | 7B | 81 | 0 | 31 | 2E | 6 | 165 | 4E | 47 |
| Octal | 357 | 173 | 201 | 0 | 61 | 56 | 6 | 545 | 116 | 107 |
| Binary | 11101111 | 1111011 | 10000001 | 0 | 110001 | 101110 | 110 | 101100101 | 1001110 | 1000111 |
Color Harmonies of #EF7B81
Complementary color
Monochromatic Colors of #EF7B81
Black with #EF7B81
Text Example
Text Example
White with #EF7B81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7B81; }
p { color: rgb(239,123,129); }
H1.HeaderClassName
{
color: #EF7B81;
}
.AnyTagClassName
{
color: #EF7B81;
}
</style>
background-color css
<style>
a { background-color: #EF7B81; }
a { background-color: rgb(239,123,129); }
div.DivClassName
{
background-color: #EF7B81;
}
.BgClassName
{
background-color: #EF7B81;
}
</style>
border-color css
<style>
span { border-color: #EF7B81; }
span { border-color: rgb(239,123,129); }
td.TdClassName
{
border-color: #EF7B81;
}
.TagClassName
{
border-color: #EF7B81;
}
</style>