Shades of Froly #E5737D
Tints of Froly #E5737D
RGB
CMYK
RGB Variations
Color information
#E5737D (or 0xE5737D) is known color: Froly. HEX triplet: E5, 73 and 7D. RGB value is (229,115,125). Sum of RGB (Red+Green+Blue) = 229+115+125=469 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.83% from 469); Green value is 115 (45.31% from 255 or 24.52% from 469); Blue value is 125 (49.22% from 255 or 26.65% from 469); Max value from RGB is 229 - color contains mainly: red. Hex color #E5737D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5737D is #1A8C82. Grayscale: #969696. Windows color (decimal): -1739907 or 8221669. OLE color: 8221669.
HSL color Cylindrical-coordinate representation of color #E5737D: hue angle of 354.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 #E5737D is Cyan = 0, Magento = 0.50, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 115 | 125 | - |
| CMYK | 0 | 0.50 | 0.45 | 0.10 |
| HSL | 354.74º | 0.69% | 0.67% | - |
| HSV(B) | 354.74º | 0.5% | 0.9% | - |
| XYZ | 42.15 | 30.4 | 23.05 | - |
| YUV | 150.23 | 113.77 | 184.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 115 | 125 | 0 | 0.50 | 0.45 | 0.10 | 354.74 | 0.69 | 0.67 |
| Hex | E5 | 73 | 7D | 0 | 32 | 2D | A | 163 | 45 | 43 |
| Octal | 345 | 163 | 175 | 0 | 62 | 55 | 12 | 543 | 105 | 103 |
| Binary | 11100101 | 1110011 | 1111101 | 0 | 110010 | 101101 | 1010 | 101100011 | 1000101 | 1000011 |
Color Harmonies of #E5737D
Complementary color
Monochromatic Colors of #E5737D
Black with #E5737D
Text Example
Text Example
White with #E5737D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5737D; }
p { color: rgb(229,115,125); }
H1.HeaderClassName
{
color: #E5737D;
}
.AnyTagClassName
{
color: #E5737D;
}
</style>
background-color css
<style>
a { background-color: #E5737D; }
a { background-color: rgb(229,115,125); }
div.DivClassName
{
background-color: #E5737D;
}
.BgClassName
{
background-color: #E5737D;
}
</style>
border-color css
<style>
span { border-color: #E5737D; }
span { border-color: rgb(229,115,125); }
td.TdClassName
{
border-color: #E5737D;
}
.TagClassName
{
border-color: #E5737D;
}
</style>