Shades of Froly #E5757B
Tints of Froly #E5757B
RGB
CMYK
RGB Variations
Color information
#E5757B (or 0xE5757B) is known color: Froly. HEX triplet: E5, 75 and 7B. RGB value is (229,117,123). Sum of RGB (Red+Green+Blue) = 229+117+123=469 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.83% from 469); Green value is 117 (46.09% from 255 or 24.95% from 469); Blue value is 123 (48.44% from 255 or 26.23% from 469); Max value from RGB is 229 - color contains mainly: red. Hex color #E5757B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5757B is #1A8A84. Grayscale: #979797. Windows color (decimal): -1739397 or 8091109. OLE color: 8091109.
HSL color Cylindrical-coordinate representation of color #E5757B: hue angle of 356.79º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E5757B is Cyan = 0, Magento = 0.49, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 117 | 123 | - |
| CMYK | 0 | 0.49 | 0.46 | 0.10 |
| HSL | 356.79º | 0.68% | 0.68% | - |
| HSV(B) | 356.79º | 0.49% | 0.9% | - |
| XYZ | 42.25 | 30.81 | 22.46 | - |
| YUV | 151.17 | 112.11 | 183.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 117 | 123 | 0 | 0.49 | 0.46 | 0.10 | 356.79 | 0.68 | 0.68 |
| Hex | E5 | 75 | 7B | 0 | 31 | 2E | A | 165 | 44 | 44 |
| Octal | 345 | 165 | 173 | 0 | 61 | 56 | 12 | 545 | 104 | 104 |
| Binary | 11100101 | 1110101 | 1111011 | 0 | 110001 | 101110 | 1010 | 101100101 | 1000100 | 1000100 |
Color Harmonies of #E5757B
Complementary color
Monochromatic Colors of #E5757B
Black with #E5757B
Text Example
Text Example
White with #E5757B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5757B; }
p { color: rgb(229,117,123); }
H1.HeaderClassName
{
color: #E5757B;
}
.AnyTagClassName
{
color: #E5757B;
}
</style>
background-color css
<style>
a { background-color: #E5757B; }
a { background-color: rgb(229,117,123); }
div.DivClassName
{
background-color: #E5757B;
}
.BgClassName
{
background-color: #E5757B;
}
</style>
border-color css
<style>
span { border-color: #E5757B; }
span { border-color: rgb(229,117,123); }
td.TdClassName
{
border-color: #E5757B;
}
.TagClassName
{
border-color: #E5757B;
}
</style>