Shades of Froly #EF7B83
Tints of Froly #EF7B83
RGB
CMYK
RGB Variations
Color information
#EF7B83 (or 0xEF7B83) is known color: Froly. HEX triplet: EF, 7B and 83. RGB value is (239,123,131). Sum of RGB (Red+Green+Blue) = 239+123+131=493 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.48% from 493); Green value is 123 (48.44% from 255 or 24.95% from 493); Blue value is 131 (51.56% from 255 or 26.57% from 493); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7B83 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF7B83 is #10847C. Grayscale: #9E9E9E. Windows color (decimal): -1082493 or 8616943. OLE color: 8616943.
HSL color Cylindrical-coordinate representation of color #EF7B83: hue angle of 355.86º 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 #EF7B83 is Cyan = 0, Magento = 0.49, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 123 | 131 | - |
| CMYK | 0 | 0.49 | 0.45 | 0.06 |
| HSL | 355.86º | 0.78% | 0.71% | - |
| HSV(B) | 355.86º | 0.49% | 0.94% | - |
| XYZ | 46.78 | 34.16 | 25.6 | - |
| YUV | 158.6 | 112.43 | 185.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 123 | 131 | 0 | 0.49 | 0.45 | 0.06 | 355.86 | 0.78 | 0.71 |
| Hex | EF | 7B | 83 | 0 | 31 | 2D | 6 | 164 | 4E | 47 |
| Octal | 357 | 173 | 203 | 0 | 61 | 55 | 6 | 544 | 116 | 107 |
| Binary | 11101111 | 1111011 | 10000011 | 0 | 110001 | 101101 | 110 | 101100100 | 1001110 | 1000111 |
Color Harmonies of #EF7B83
Complementary color
Monochromatic Colors of #EF7B83
Black with #EF7B83
Text Example
Text Example
White with #EF7B83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7B83; }
p { color: rgb(239,123,131); }
H1.HeaderClassName
{
color: #EF7B83;
}
.AnyTagClassName
{
color: #EF7B83;
}
</style>
background-color css
<style>
a { background-color: #EF7B83; }
a { background-color: rgb(239,123,131); }
div.DivClassName
{
background-color: #EF7B83;
}
.BgClassName
{
background-color: #EF7B83;
}
</style>
border-color css
<style>
span { border-color: #EF7B83; }
span { border-color: rgb(239,123,131); }
td.TdClassName
{
border-color: #EF7B83;
}
.TagClassName
{
border-color: #EF7B83;
}
</style>