Shades of Froly #E76B7A
Tints of Froly #E76B7A
RGB
CMYK
RGB Variations
Color information
#E76B7A (or 0xE76B7A) is known color: Froly. HEX triplet: E7, 6B and 7A. RGB value is (231,107,122). Sum of RGB (Red+Green+Blue) = 231+107+122=460 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.22% from 460); Green value is 107 (42.19% from 255 or 23.26% from 460); Blue value is 122 (48.05% from 255 or 26.52% from 460); Max value from RGB is 231 - color contains mainly: red. Hex color #E76B7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76B7A is #189485. Grayscale: #919191. Windows color (decimal): -1610886 or 8023015. OLE color: 8023015.
HSL color Cylindrical-coordinate representation of color #E76B7A: hue angle of 352.74º 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 #E76B7A is Cyan = 0, Magento = 0.54, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 107 | 122 | - |
| CMYK | 0 | 0.54 | 0.47 | 0.09 |
| HSL | 352.74º | 0.72% | 0.66% | - |
| HSV(B) | 352.74º | 0.54% | 0.91% | - |
| XYZ | 41.73 | 28.91 | 21.79 | - |
| YUV | 145.79 | 114.58 | 188.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 107 | 122 | 0 | 0.54 | 0.47 | 0.09 | 352.74 | 0.72 | 0.66 |
| Hex | E7 | 6B | 7A | 0 | 36 | 2F | 9 | 161 | 48 | 42 |
| Octal | 347 | 153 | 172 | 0 | 66 | 57 | 11 | 541 | 110 | 102 |
| Binary | 11100111 | 1101011 | 1111010 | 0 | 110110 | 101111 | 1001 | 101100001 | 1001000 | 1000010 |
Color Harmonies of #E76B7A
Complementary color
Monochromatic Colors of #E76B7A
Black with #E76B7A
Text Example
Text Example
White with #E76B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76B7A; }
p { color: rgb(231,107,122); }
H1.HeaderClassName
{
color: #E76B7A;
}
.AnyTagClassName
{
color: #E76B7A;
}
</style>
background-color css
<style>
a { background-color: #E76B7A; }
a { background-color: rgb(231,107,122); }
div.DivClassName
{
background-color: #E76B7A;
}
.BgClassName
{
background-color: #E76B7A;
}
</style>
border-color css
<style>
span { border-color: #E76B7A; }
span { border-color: rgb(231,107,122); }
td.TdClassName
{
border-color: #E76B7A;
}
.TagClassName
{
border-color: #E76B7A;
}
</style>