Shades of Froly #E76A7B
Tints of Froly #E76A7B
RGB
CMYK
RGB Variations
Color information
#E76A7B (or 0xE76A7B) is known color: Froly. HEX triplet: E7, 6A and 7B. RGB value is (231,106,123). Sum of RGB (Red+Green+Blue) = 231+106+123=460 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.22% from 460); Green value is 106 (41.80% from 255 or 23.04% from 460); Blue value is 123 (48.44% from 255 or 26.74% from 460); Max value from RGB is 231 - color contains mainly: red. Hex color #E76A7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76A7B is #189584. Grayscale: #919191. Windows color (decimal): -1611141 or 8088295. OLE color: 8088295.
HSL color Cylindrical-coordinate representation of color #E76A7B: hue angle of 351.84º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E76A7B is Cyan = 0, Magento = 0.54, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 106 | 123 | - |
| CMYK | 0 | 0.54 | 0.47 | 0.09 |
| HSL | 351.84º | 0.72% | 0.66% | - |
| HSV(B) | 351.84º | 0.54% | 0.91% | - |
| XYZ | 41.68 | 28.73 | 22.09 | - |
| YUV | 145.31 | 115.41 | 189.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 106 | 123 | 0 | 0.54 | 0.47 | 0.09 | 351.84 | 0.72 | 0.66 |
| Hex | E7 | 6A | 7B | 0 | 36 | 2F | 9 | 160 | 48 | 42 |
| Octal | 347 | 152 | 173 | 0 | 66 | 57 | 11 | 540 | 110 | 102 |
| Binary | 11100111 | 1101010 | 1111011 | 0 | 110110 | 101111 | 1001 | 101100000 | 1001000 | 1000010 |
Color Harmonies of #E76A7B
Complementary color
Monochromatic Colors of #E76A7B
Black with #E76A7B
Text Example
Text Example
White with #E76A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76A7B; }
p { color: rgb(231,106,123); }
H1.HeaderClassName
{
color: #E76A7B;
}
.AnyTagClassName
{
color: #E76A7B;
}
</style>
background-color css
<style>
a { background-color: #E76A7B; }
a { background-color: rgb(231,106,123); }
div.DivClassName
{
background-color: #E76A7B;
}
.BgClassName
{
background-color: #E76A7B;
}
</style>
border-color css
<style>
span { border-color: #E76A7B; }
span { border-color: rgb(231,106,123); }
td.TdClassName
{
border-color: #E76A7B;
}
.TagClassName
{
border-color: #E76A7B;
}
</style>