Shades of Froly #E76F7B
Tints of Froly #E76F7B
RGB
CMYK
RGB Variations
Color information
#E76F7B (or 0xE76F7B) is known color: Froly. HEX triplet: E7, 6F and 7B. RGB value is (231,111,123). Sum of RGB (Red+Green+Blue) = 231+111+123=465 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.68% from 465); Green value is 111 (43.75% from 255 or 23.87% from 465); Blue value is 123 (48.44% from 255 or 26.45% from 465); Max value from RGB is 231 - color contains mainly: red. Hex color #E76F7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76F7B is #189084. Grayscale: #949494. Windows color (decimal): -1609861 or 8089575. OLE color: 8089575.
HSL color Cylindrical-coordinate representation of color #E76F7B: hue angle of 354º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E76F7B is Cyan = 0, Magento = 0.52, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 111 | 123 | - |
| CMYK | 0 | 0.52 | 0.47 | 0.09 |
| HSL | 354º | 0.71% | 0.67% | - |
| HSV(B) | 354º | 0.52% | 0.91% | - |
| XYZ | 42.21 | 29.79 | 22.26 | - |
| YUV | 148.25 | 113.76 | 187.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 111 | 123 | 0 | 0.52 | 0.47 | 0.09 | 354 | 0.71 | 0.67 |
| Hex | E7 | 6F | 7B | 0 | 34 | 2F | 9 | 162 | 47 | 43 |
| Octal | 347 | 157 | 173 | 0 | 64 | 57 | 11 | 542 | 107 | 103 |
| Binary | 11100111 | 1101111 | 1111011 | 0 | 110100 | 101111 | 1001 | 101100010 | 1000111 | 1000011 |
Color Harmonies of #E76F7B
Complementary color
Monochromatic Colors of #E76F7B
Black with #E76F7B
Text Example
Text Example
White with #E76F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76F7B; }
p { color: rgb(231,111,123); }
H1.HeaderClassName
{
color: #E76F7B;
}
.AnyTagClassName
{
color: #E76F7B;
}
</style>
background-color css
<style>
a { background-color: #E76F7B; }
a { background-color: rgb(231,111,123); }
div.DivClassName
{
background-color: #E76F7B;
}
.BgClassName
{
background-color: #E76F7B;
}
</style>
border-color css
<style>
span { border-color: #E76F7B; }
span { border-color: rgb(231,111,123); }
td.TdClassName
{
border-color: #E76F7B;
}
.TagClassName
{
border-color: #E76F7B;
}
</style>