Shades of Froly #E5717B
Tints of Froly #E5717B
RGB
CMYK
RGB Variations
Color information
#E5717B (or 0xE5717B) is known color: Froly. HEX triplet: E5, 71 and 7B. RGB value is (229,113,123). Sum of RGB (Red+Green+Blue) = 229+113+123=465 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.25% from 465); Green value is 113 (44.53% from 255 or 24.30% from 465); Blue value is 123 (48.44% from 255 or 26.45% from 465); Max value from RGB is 229 - color contains mainly: red. Hex color #E5717B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5717B is #1A8E84. Grayscale: #949494. Windows color (decimal): -1740421 or 8090085. OLE color: 8090085.
HSL color Cylindrical-coordinate representation of color #E5717B: hue angle of 354.83º 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 #E5717B is Cyan = 0, Magento = 0.51, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 113 | 123 | - |
| CMYK | 0 | 0.51 | 0.46 | 0.10 |
| HSL | 354.83º | 0.69% | 0.67% | - |
| HSV(B) | 354.83º | 0.51% | 0.9% | - |
| XYZ | 41.79 | 29.9 | 22.31 | - |
| YUV | 148.82 | 113.43 | 185.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 113 | 123 | 0 | 0.51 | 0.46 | 0.10 | 354.83 | 0.69 | 0.67 |
| Hex | E5 | 71 | 7B | 0 | 33 | 2E | A | 163 | 45 | 43 |
| Octal | 345 | 161 | 173 | 0 | 63 | 56 | 12 | 543 | 105 | 103 |
| Binary | 11100101 | 1110001 | 1111011 | 0 | 110011 | 101110 | 1010 | 101100011 | 1000101 | 1000011 |
Color Harmonies of #E5717B
Complementary color
Monochromatic Colors of #E5717B
Black with #E5717B
Text Example
Text Example
White with #E5717B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5717B; }
p { color: rgb(229,113,123); }
H1.HeaderClassName
{
color: #E5717B;
}
.AnyTagClassName
{
color: #E5717B;
}
</style>
background-color css
<style>
a { background-color: #E5717B; }
a { background-color: rgb(229,113,123); }
div.DivClassName
{
background-color: #E5717B;
}
.BgClassName
{
background-color: #E5717B;
}
</style>
border-color css
<style>
span { border-color: #E5717B; }
span { border-color: rgb(229,113,123); }
td.TdClassName
{
border-color: #E5717B;
}
.TagClassName
{
border-color: #E5717B;
}
</style>