Shades of Froly #E5757E
Tints of Froly #E5757E
RGB
CMYK
RGB Variations
Color information
#E5757E (or 0xE5757E) is known color: Froly. HEX triplet: E5, 75 and 7E. RGB value is (229,117,126). Sum of RGB (Red+Green+Blue) = 229+117+126=472 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.52% from 472); Green value is 117 (46.09% from 255 or 24.79% from 472); Blue value is 126 (49.61% from 255 or 26.69% from 472); Max value from RGB is 229 - color contains mainly: red. Hex color #E5757E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5757E is #1A8A81. Grayscale: #979797. Windows color (decimal): -1739394 or 8287717. OLE color: 8287717.
HSL color Cylindrical-coordinate representation of color #E5757E: hue angle of 355.18º 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 #E5757E is Cyan = 0, Magento = 0.49, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 117 | 126 | - |
| CMYK | 0 | 0.49 | 0.45 | 0.10 |
| HSL | 355.18º | 0.68% | 0.68% | - |
| HSV(B) | 355.18º | 0.49% | 0.9% | - |
| XYZ | 42.44 | 30.89 | 23.46 | - |
| YUV | 151.51 | 113.61 | 183.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 117 | 126 | 0 | 0.49 | 0.45 | 0.10 | 355.18 | 0.68 | 0.68 |
| Hex | E5 | 75 | 7E | 0 | 31 | 2D | A | 163 | 44 | 44 |
| Octal | 345 | 165 | 176 | 0 | 61 | 55 | 12 | 543 | 104 | 104 |
| Binary | 11100101 | 1110101 | 1111110 | 0 | 110001 | 101101 | 1010 | 101100011 | 1000100 | 1000100 |
Color Harmonies of #E5757E
Complementary color
Monochromatic Colors of #E5757E
Black with #E5757E
Text Example
Text Example
White with #E5757E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5757E; }
p { color: rgb(229,117,126); }
H1.HeaderClassName
{
color: #E5757E;
}
.AnyTagClassName
{
color: #E5757E;
}
</style>
background-color css
<style>
a { background-color: #E5757E; }
a { background-color: rgb(229,117,126); }
div.DivClassName
{
background-color: #E5757E;
}
.BgClassName
{
background-color: #E5757E;
}
</style>
border-color css
<style>
span { border-color: #E5757E; }
span { border-color: rgb(229,117,126); }
td.TdClassName
{
border-color: #E5757E;
}
.TagClassName
{
border-color: #E5757E;
}
</style>