Shades of Froly #E8657A
Tints of Froly #E8657A
RGB
CMYK
RGB Variations
Color information
#E8657A (or 0xE8657A) is known color: Froly. HEX triplet: E8, 65 and 7A. RGB value is (232,101,122). Sum of RGB (Red+Green+Blue) = 232+101+122=455 (60% of max value = 765). Red value is 232 (91.02% from 255 or 50.99% from 455); Green value is 101 (39.84% from 255 or 22.20% from 455); Blue value is 122 (48.05% from 255 or 26.81% from 455); Max value from RGB is 232 - color contains mainly: red. Hex color #E8657A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E8657A is #179A85. Grayscale: #8E8E8E. Windows color (decimal): -1546886 or 8021480. OLE color: 8021480.
HSL color Cylindrical-coordinate representation of color #E8657A: hue angle of 350.38º degrees, saturation: 0.74, 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 #E8657A is Cyan = 0, Magento = 0.56, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 101 | 122 | - |
| CMYK | 0 | 0.56 | 0.47 | 0.09 |
| HSL | 350.38º | 0.74% | 0.65% | - |
| HSV(B) | 350.38º | 0.56% | 0.91% | - |
| XYZ | 41.45 | 27.87 | 21.61 | - |
| YUV | 142.56 | 116.4 | 191.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 101 | 122 | 0 | 0.56 | 0.47 | 0.09 | 350.38 | 0.74 | 0.65 |
| Hex | E8 | 65 | 7A | 0 | 38 | 2F | 9 | 15E | 4A | 41 |
| Octal | 350 | 145 | 172 | 0 | 70 | 57 | 11 | 536 | 112 | 101 |
| Binary | 11101000 | 1100101 | 1111010 | 0 | 111000 | 101111 | 1001 | 101011110 | 1001010 | 1000001 |
Color Harmonies of #E8657A
Complementary color
Monochromatic Colors of #E8657A
Black with #E8657A
Text Example
Text Example
White with #E8657A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8657A; }
p { color: rgb(232,101,122); }
H1.HeaderClassName
{
color: #E8657A;
}
.AnyTagClassName
{
color: #E8657A;
}
</style>
background-color css
<style>
a { background-color: #E8657A; }
a { background-color: rgb(232,101,122); }
div.DivClassName
{
background-color: #E8657A;
}
.BgClassName
{
background-color: #E8657A;
}
</style>
border-color css
<style>
span { border-color: #E8657A; }
span { border-color: rgb(232,101,122); }
td.TdClassName
{
border-color: #E8657A;
}
.TagClassName
{
border-color: #E8657A;
}
</style>