Shades of Froly #E7657A
Tints of Froly #E7657A
RGB
CMYK
RGB Variations
Color information
#E7657A (or 0xE7657A) is known color: Froly. HEX triplet: E7, 65 and 7A. RGB value is (231,101,122). Sum of RGB (Red+Green+Blue) = 231+101+122=454 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.88% from 454); Green value is 101 (39.84% from 255 or 22.25% from 454); Blue value is 122 (48.05% from 255 or 26.87% from 454); Max value from RGB is 231 - color contains mainly: red. Hex color #E7657A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E7657A is #189A85. Grayscale: #8E8E8E. Windows color (decimal): -1612422 or 8021479. OLE color: 8021479.
HSL color Cylindrical-coordinate representation of color #E7657A: hue angle of 350.31º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E7657A is Cyan = 0, Magento = 0.56, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 101 | 122 | - |
| CMYK | 0 | 0.56 | 0.47 | 0.09 |
| HSL | 350.31º | 0.73% | 0.65% | - |
| HSV(B) | 350.31º | 0.56% | 0.91% | - |
| XYZ | 41.12 | 27.7 | 21.59 | - |
| YUV | 142.26 | 116.57 | 191.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 101 | 122 | 0 | 0.56 | 0.47 | 0.09 | 350.31 | 0.73 | 0.65 |
| Hex | E7 | 65 | 7A | 0 | 38 | 2F | 9 | 15E | 49 | 41 |
| Octal | 347 | 145 | 172 | 0 | 70 | 57 | 11 | 536 | 111 | 101 |
| Binary | 11100111 | 1100101 | 1111010 | 0 | 111000 | 101111 | 1001 | 101011110 | 1001001 | 1000001 |
Color Harmonies of #E7657A
Complementary color
Monochromatic Colors of #E7657A
Black with #E7657A
Text Example
Text Example
White with #E7657A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7657A; }
p { color: rgb(231,101,122); }
H1.HeaderClassName
{
color: #E7657A;
}
.AnyTagClassName
{
color: #E7657A;
}
</style>
background-color css
<style>
a { background-color: #E7657A; }
a { background-color: rgb(231,101,122); }
div.DivClassName
{
background-color: #E7657A;
}
.BgClassName
{
background-color: #E7657A;
}
</style>
border-color css
<style>
span { border-color: #E7657A; }
span { border-color: rgb(231,101,122); }
td.TdClassName
{
border-color: #E7657A;
}
.TagClassName
{
border-color: #E7657A;
}
</style>