Shades of Froly #EF7A81
Tints of Froly #EF7A81
RGB
CMYK
RGB Variations
Color information
#EF7A81 (or 0xEF7A81) is known color: Froly. HEX triplet: EF, 7A and 81. RGB value is (239,122,129). Sum of RGB (Red+Green+Blue) = 239+122+129=490 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.78% from 490); Green value is 122 (48.05% from 255 or 24.90% from 490); Blue value is 129 (50.78% from 255 or 26.33% from 490); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7A81 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF7A81 is #10857E. Grayscale: #9D9D9D. Windows color (decimal): -1082751 or 8485615. OLE color: 8485615.
HSL color Cylindrical-coordinate representation of color #EF7A81: hue angle of 356.41º degrees, saturation: 0.79, 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 #EF7A81 is Cyan = 0, Magento = 0.49, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 122 | 129 | - |
| CMYK | 0 | 0.49 | 0.46 | 0.06 |
| HSL | 356.41º | 0.79% | 0.71% | - |
| HSV(B) | 356.41º | 0.49% | 0.94% | - |
| XYZ | 46.52 | 33.85 | 24.85 | - |
| YUV | 157.78 | 111.76 | 185.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 122 | 129 | 0 | 0.49 | 0.46 | 0.06 | 356.41 | 0.79 | 0.71 |
| Hex | EF | 7A | 81 | 0 | 31 | 2E | 6 | 164 | 4F | 47 |
| Octal | 357 | 172 | 201 | 0 | 61 | 56 | 6 | 544 | 117 | 107 |
| Binary | 11101111 | 1111010 | 10000001 | 0 | 110001 | 101110 | 110 | 101100100 | 1001111 | 1000111 |
Color Harmonies of #EF7A81
Complementary color
Monochromatic Colors of #EF7A81
Black with #EF7A81
Text Example
Text Example
White with #EF7A81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7A81; }
p { color: rgb(239,122,129); }
H1.HeaderClassName
{
color: #EF7A81;
}
.AnyTagClassName
{
color: #EF7A81;
}
</style>
background-color css
<style>
a { background-color: #EF7A81; }
a { background-color: rgb(239,122,129); }
div.DivClassName
{
background-color: #EF7A81;
}
.BgClassName
{
background-color: #EF7A81;
}
</style>
border-color css
<style>
span { border-color: #EF7A81; }
span { border-color: rgb(239,122,129); }
td.TdClassName
{
border-color: #EF7A81;
}
.TagClassName
{
border-color: #EF7A81;
}
</style>