Shades of Froly #E76A7D
Tints of Froly #E76A7D
RGB
CMYK
RGB Variations
Color information
#E76A7D (or 0xE76A7D) is known color: Froly. HEX triplet: E7, 6A and 7D. RGB value is (231,106,125). Sum of RGB (Red+Green+Blue) = 231+106+125=462 (61% of max value = 765). Red value is 231 (90.62% from 255 or 50% from 462); Green value is 106 (41.80% from 255 or 22.94% from 462); Blue value is 125 (49.22% from 255 or 27.06% from 462); Max value from RGB is 231 - color contains mainly: red. Hex color #E76A7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76A7D is #189582. Grayscale: #919191. Windows color (decimal): -1611139 or 8219367. OLE color: 8219367.
HSL color Cylindrical-coordinate representation of color #E76A7D: hue angle of 350.88º 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 #E76A7D is Cyan = 0, Magento = 0.54, Yellow = 0.46 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 106 | 125 | - |
| CMYK | 0 | 0.54 | 0.46 | 0.09 |
| HSL | 350.88º | 0.72% | 0.66% | - |
| HSV(B) | 350.88º | 0.54% | 0.91% | - |
| XYZ | 41.81 | 28.78 | 22.75 | - |
| YUV | 145.54 | 116.41 | 188.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 106 | 125 | 0 | 0.54 | 0.46 | 0.09 | 350.88 | 0.72 | 0.66 |
| Hex | E7 | 6A | 7D | 0 | 36 | 2E | 9 | 15F | 48 | 42 |
| Octal | 347 | 152 | 175 | 0 | 66 | 56 | 11 | 537 | 110 | 102 |
| Binary | 11100111 | 1101010 | 1111101 | 0 | 110110 | 101110 | 1001 | 101011111 | 1001000 | 1000010 |
Color Harmonies of #E76A7D
Complementary color
Monochromatic Colors of #E76A7D
Black with #E76A7D
Text Example
Text Example
White with #E76A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76A7D; }
p { color: rgb(231,106,125); }
H1.HeaderClassName
{
color: #E76A7D;
}
.AnyTagClassName
{
color: #E76A7D;
}
</style>
background-color css
<style>
a { background-color: #E76A7D; }
a { background-color: rgb(231,106,125); }
div.DivClassName
{
background-color: #E76A7D;
}
.BgClassName
{
background-color: #E76A7D;
}
</style>
border-color css
<style>
span { border-color: #E76A7D; }
span { border-color: rgb(231,106,125); }
td.TdClassName
{
border-color: #E76A7D;
}
.TagClassName
{
border-color: #E76A7D;
}
</style>