Shades of Froly #EF7F81
Tints of Froly #EF7F81
RGB
CMYK
RGB Variations
Color information
#EF7F81 (or 0xEF7F81) is known color: Froly. HEX triplet: EF, 7F and 81. RGB value is (239,127,129). Sum of RGB (Red+Green+Blue) = 239+127+129=495 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.28% from 495); Green value is 127 (50% from 255 or 25.66% from 495); Blue value is 129 (50.78% from 255 or 26.06% from 495); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7F81 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF7F81 is #10807E. Grayscale: #A0A0A0. Windows color (decimal): -1081471 or 8486895. OLE color: 8486895.
HSL color Cylindrical-coordinate representation of color #EF7F81: hue angle of 358.93º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EF7F81 is Cyan = 0, Magento = 0.47, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 127 | 129 | - |
| CMYK | 0 | 0.47 | 0.46 | 0.06 |
| HSL | 358.93º | 0.78% | 0.72% | - |
| HSV(B) | 358.93º | 0.47% | 0.94% | - |
| XYZ | 47.15 | 35.11 | 25.06 | - |
| YUV | 160.72 | 110.11 | 183.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 127 | 129 | 0 | 0.47 | 0.46 | 0.06 | 358.93 | 0.78 | 0.72 |
| Hex | EF | 7F | 81 | 0 | 2F | 2E | 6 | 167 | 4E | 48 |
| Octal | 357 | 177 | 201 | 0 | 57 | 56 | 6 | 547 | 116 | 110 |
| Binary | 11101111 | 1111111 | 10000001 | 0 | 101111 | 101110 | 110 | 101100111 | 1001110 | 1001000 |
Color Harmonies of #EF7F81
Complementary color
Monochromatic Colors of #EF7F81
Black with #EF7F81
Text Example
Text Example
White with #EF7F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7F81; }
p { color: rgb(239,127,129); }
H1.HeaderClassName
{
color: #EF7F81;
}
.AnyTagClassName
{
color: #EF7F81;
}
</style>
background-color css
<style>
a { background-color: #EF7F81; }
a { background-color: rgb(239,127,129); }
div.DivClassName
{
background-color: #EF7F81;
}
.BgClassName
{
background-color: #EF7F81;
}
</style>
border-color css
<style>
span { border-color: #EF7F81; }
span { border-color: rgb(239,127,129); }
td.TdClassName
{
border-color: #EF7F81;
}
.TagClassName
{
border-color: #EF7F81;
}
</style>