Shades of Froly #E5727E
Tints of Froly #E5727E
RGB
CMYK
RGB Variations
Color information
#E5727E (or 0xE5727E) is known color: Froly. HEX triplet: E5, 72 and 7E. RGB value is (229,114,126). Sum of RGB (Red+Green+Blue) = 229+114+126=469 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.83% from 469); Green value is 114 (44.92% from 255 or 24.31% from 469); Blue value is 126 (49.61% from 255 or 26.87% from 469); Max value from RGB is 229 - color contains mainly: red. Hex color #E5727E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5727E is #1A8D81. Grayscale: #959595. Windows color (decimal): -1740162 or 8286949. OLE color: 8286949.
HSL color Cylindrical-coordinate representation of color #E5727E: hue angle of 353.74º 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 #E5727E is Cyan = 0, Magento = 0.50, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 114 | 126 | - |
| CMYK | 0 | 0.50 | 0.45 | 0.10 |
| HSL | 353.74º | 0.69% | 0.67% | - |
| HSV(B) | 353.74º | 0.5% | 0.9% | - |
| XYZ | 42.1 | 30.2 | 23.35 | - |
| YUV | 149.75 | 114.6 | 184.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 114 | 126 | 0 | 0.50 | 0.45 | 0.10 | 353.74 | 0.69 | 0.67 |
| Hex | E5 | 72 | 7E | 0 | 32 | 2D | A | 162 | 45 | 43 |
| Octal | 345 | 162 | 176 | 0 | 62 | 55 | 12 | 542 | 105 | 103 |
| Binary | 11100101 | 1110010 | 1111110 | 0 | 110010 | 101101 | 1010 | 101100010 | 1000101 | 1000011 |
Color Harmonies of #E5727E
Complementary color
Monochromatic Colors of #E5727E
Black with #E5727E
Text Example
Text Example
White with #E5727E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5727E; }
p { color: rgb(229,114,126); }
H1.HeaderClassName
{
color: #E5727E;
}
.AnyTagClassName
{
color: #E5727E;
}
</style>
background-color css
<style>
a { background-color: #E5727E; }
a { background-color: rgb(229,114,126); }
div.DivClassName
{
background-color: #E5727E;
}
.BgClassName
{
background-color: #E5727E;
}
</style>
border-color css
<style>
span { border-color: #E5727E; }
span { border-color: rgb(229,114,126); }
td.TdClassName
{
border-color: #E5727E;
}
.TagClassName
{
border-color: #E5727E;
}
</style>