Shades of Froly #E5707B
Tints of Froly #E5707B
RGB
CMYK
RGB Variations
Color information
#E5707B (or 0xE5707B) is known color: Froly. HEX triplet: E5, 70 and 7B. RGB value is (229,112,123). Sum of RGB (Red+Green+Blue) = 229+112+123=464 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.35% from 464); Green value is 112 (44.14% from 255 or 24.14% from 464); Blue value is 123 (48.44% from 255 or 26.51% from 464); Max value from RGB is 229 - color contains mainly: red. Hex color #E5707B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5707B is #1A8F84. Grayscale: #949494. Windows color (decimal): -1740677 or 8089829. OLE color: 8089829.
HSL color Cylindrical-coordinate representation of color #E5707B: hue angle of 354.36º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E5707B is Cyan = 0, Magento = 0.51, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 112 | 123 | - |
| CMYK | 0 | 0.51 | 0.46 | 0.10 |
| HSL | 354.36º | 0.69% | 0.67% | - |
| HSV(B) | 354.36º | 0.51% | 0.9% | - |
| XYZ | 41.68 | 29.68 | 22.27 | - |
| YUV | 148.24 | 113.76 | 185.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 112 | 123 | 0 | 0.51 | 0.46 | 0.10 | 354.36 | 0.69 | 0.67 |
| Hex | E5 | 70 | 7B | 0 | 33 | 2E | A | 162 | 45 | 43 |
| Octal | 345 | 160 | 173 | 0 | 63 | 56 | 12 | 542 | 105 | 103 |
| Binary | 11100101 | 1110000 | 1111011 | 0 | 110011 | 101110 | 1010 | 101100010 | 1000101 | 1000011 |
Color Harmonies of #E5707B
Complementary color
Monochromatic Colors of #E5707B
Black with #E5707B
Text Example
Text Example
White with #E5707B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5707B; }
p { color: rgb(229,112,123); }
H1.HeaderClassName
{
color: #E5707B;
}
.AnyTagClassName
{
color: #E5707B;
}
</style>
background-color css
<style>
a { background-color: #E5707B; }
a { background-color: rgb(229,112,123); }
div.DivClassName
{
background-color: #E5707B;
}
.BgClassName
{
background-color: #E5707B;
}
</style>
border-color css
<style>
span { border-color: #E5707B; }
span { border-color: rgb(229,112,123); }
td.TdClassName
{
border-color: #E5707B;
}
.TagClassName
{
border-color: #E5707B;
}
</style>