Shades of Froly #E5727B
Tints of Froly #E5727B
RGB
CMYK
RGB Variations
Color information
#E5727B (or 0xE5727B) is known color: Froly. HEX triplet: E5, 72 and 7B. RGB value is (229,114,123). Sum of RGB (Red+Green+Blue) = 229+114+123=466 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.14% from 466); Green value is 114 (44.92% from 255 or 24.46% from 466); Blue value is 123 (48.44% from 255 or 26.39% from 466); Max value from RGB is 229 - color contains mainly: red. Hex color #E5727B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5727B is #1A8D84. Grayscale: #959595. Windows color (decimal): -1740165 or 8090341. OLE color: 8090341.
HSL color Cylindrical-coordinate representation of color #E5727B: hue angle of 355.3º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E5727B is Cyan = 0, Magento = 0.50, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 114 | 123 | - |
| CMYK | 0 | 0.50 | 0.46 | 0.10 |
| HSL | 355.3º | 0.69% | 0.67% | - |
| HSV(B) | 355.3º | 0.5% | 0.9% | - |
| XYZ | 41.91 | 30.12 | 22.34 | - |
| YUV | 149.41 | 113.1 | 184.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 114 | 123 | 0 | 0.50 | 0.46 | 0.10 | 355.3 | 0.69 | 0.67 |
| Hex | E5 | 72 | 7B | 0 | 32 | 2E | A | 163 | 45 | 43 |
| Octal | 345 | 162 | 173 | 0 | 62 | 56 | 12 | 543 | 105 | 103 |
| Binary | 11100101 | 1110010 | 1111011 | 0 | 110010 | 101110 | 1010 | 101100011 | 1000101 | 1000011 |
Color Harmonies of #E5727B
Complementary color
Monochromatic Colors of #E5727B
Black with #E5727B
Text Example
Text Example
White with #E5727B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5727B; }
p { color: rgb(229,114,123); }
H1.HeaderClassName
{
color: #E5727B;
}
.AnyTagClassName
{
color: #E5727B;
}
</style>
background-color css
<style>
a { background-color: #E5727B; }
a { background-color: rgb(229,114,123); }
div.DivClassName
{
background-color: #E5727B;
}
.BgClassName
{
background-color: #E5727B;
}
</style>
border-color css
<style>
span { border-color: #E5727B; }
span { border-color: rgb(229,114,123); }
td.TdClassName
{
border-color: #E5727B;
}
.TagClassName
{
border-color: #E5727B;
}
</style>