Shades of Froly #E3727D
Tints of Froly #E3727D
RGB
CMYK
RGB Variations
Color information
#E3727D (or 0xE3727D) is known color: Froly. HEX triplet: E3, 72 and 7D. RGB value is (227,114,125). Sum of RGB (Red+Green+Blue) = 227+114+125=466 (61% of max value = 765). Red value is 227 (89.06% from 255 or 48.71% from 466); Green value is 114 (44.92% from 255 or 24.46% from 466); Blue value is 125 (49.22% from 255 or 26.82% from 466); Max value from RGB is 227 - color contains mainly: red. Hex color #E3727D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E3727D is #1C8D82. Grayscale: #959595. Windows color (decimal): -1871235 or 8221411. OLE color: 8221411.
HSL color Cylindrical-coordinate representation of color #E3727D: hue angle of 354.16º degrees, saturation: 0.67, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E3727D is Cyan = 0, Magento = 0.50, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 114 | 125 | - |
| CMYK | 0 | 0.50 | 0.45 | 0.11 |
| HSL | 354.16º | 0.67% | 0.67% | - |
| HSV(B) | 354.16º | 0.5% | 0.89% | - |
| XYZ | 41.4 | 29.85 | 22.98 | - |
| YUV | 149.04 | 114.44 | 183.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 114 | 125 | 0 | 0.50 | 0.45 | 0.11 | 354.16 | 0.67 | 0.67 |
| Hex | E3 | 72 | 7D | 0 | 32 | 2D | B | 162 | 43 | 43 |
| Octal | 343 | 162 | 175 | 0 | 62 | 55 | 13 | 542 | 103 | 103 |
| Binary | 11100011 | 1110010 | 1111101 | 0 | 110010 | 101101 | 1011 | 101100010 | 1000011 | 1000011 |
Color Harmonies of #E3727D
Complementary color
Monochromatic Colors of #E3727D
Black with #E3727D
Text Example
Text Example
White with #E3727D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3727D; }
p { color: rgb(227,114,125); }
H1.HeaderClassName
{
color: #E3727D;
}
.AnyTagClassName
{
color: #E3727D;
}
</style>
background-color css
<style>
a { background-color: #E3727D; }
a { background-color: rgb(227,114,125); }
div.DivClassName
{
background-color: #E3727D;
}
.BgClassName
{
background-color: #E3727D;
}
</style>
border-color css
<style>
span { border-color: #E3727D; }
span { border-color: rgb(227,114,125); }
td.TdClassName
{
border-color: #E3727D;
}
.TagClassName
{
border-color: #E3727D;
}
</style>