Shades of Froly #E5707A
Tints of Froly #E5707A
RGB
CMYK
RGB Variations
Color information
#E5707A (or 0xE5707A) is known color: Froly. HEX triplet: E5, 70 and 7A. RGB value is (229,112,122). Sum of RGB (Red+Green+Blue) = 229+112+122=463 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.46% from 463); Green value is 112 (44.14% from 255 or 24.19% from 463); Blue value is 122 (48.05% from 255 or 26.35% from 463); Max value from RGB is 229 - color contains mainly: red. Hex color #E5707A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5707A is #1A8F85. Grayscale: #949494. Windows color (decimal): -1740678 or 8024293. OLE color: 8024293.
HSL color Cylindrical-coordinate representation of color #E5707A: hue angle of 354.87º 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 #E5707A is Cyan = 0, Magento = 0.51, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 112 | 122 | - |
| CMYK | 0 | 0.51 | 0.47 | 0.10 |
| HSL | 354.87º | 0.69% | 0.67% | - |
| HSV(B) | 354.87º | 0.51% | 0.9% | - |
| XYZ | 41.62 | 29.65 | 21.94 | - |
| YUV | 148.12 | 113.26 | 185.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 112 | 122 | 0 | 0.51 | 0.47 | 0.10 | 354.87 | 0.69 | 0.67 |
| Hex | E5 | 70 | 7A | 0 | 33 | 2F | A | 163 | 45 | 43 |
| Octal | 345 | 160 | 172 | 0 | 63 | 57 | 12 | 543 | 105 | 103 |
| Binary | 11100101 | 1110000 | 1111010 | 0 | 110011 | 101111 | 1010 | 101100011 | 1000101 | 1000011 |
Color Harmonies of #E5707A
Complementary color
Monochromatic Colors of #E5707A
Black with #E5707A
Text Example
Text Example
White with #E5707A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5707A; }
p { color: rgb(229,112,122); }
H1.HeaderClassName
{
color: #E5707A;
}
.AnyTagClassName
{
color: #E5707A;
}
</style>
background-color css
<style>
a { background-color: #E5707A; }
a { background-color: rgb(229,112,122); }
div.DivClassName
{
background-color: #E5707A;
}
.BgClassName
{
background-color: #E5707A;
}
</style>
border-color css
<style>
span { border-color: #E5707A; }
span { border-color: rgb(229,112,122); }
td.TdClassName
{
border-color: #E5707A;
}
.TagClassName
{
border-color: #E5707A;
}
</style>