Shades of Froly #E3727F
Tints of Froly #E3727F
RGB
CMYK
RGB Variations
Color information
#E3727F (or 0xE3727F) is known color: Froly. HEX triplet: E3, 72 and 7F. RGB value is (227,114,127). Sum of RGB (Red+Green+Blue) = 227+114+127=468 (61% of max value = 765). Red value is 227 (89.06% from 255 or 48.50% from 468); Green value is 114 (44.92% from 255 or 24.36% from 468); Blue value is 127 (50% from 255 or 27.14% from 468); Max value from RGB is 227 - color contains mainly: red. Hex color #E3727F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E3727F is #1C8D80. Grayscale: #959595. Windows color (decimal): -1871233 or 8352483. OLE color: 8352483.
HSL color Cylindrical-coordinate representation of color #E3727F: hue angle of 353.1º 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 #E3727F is Cyan = 0, Magento = 0.50, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 114 | 127 | - |
| CMYK | 0 | 0.50 | 0.44 | 0.11 |
| HSL | 353.1º | 0.67% | 0.67% | - |
| HSV(B) | 353.1º | 0.5% | 0.89% | - |
| XYZ | 41.53 | 29.9 | 23.66 | - |
| YUV | 149.27 | 115.44 | 183.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 114 | 127 | 0 | 0.50 | 0.44 | 0.11 | 353.1 | 0.67 | 0.67 |
| Hex | E3 | 72 | 7F | 0 | 32 | 2C | B | 161 | 43 | 43 |
| Octal | 343 | 162 | 177 | 0 | 62 | 54 | 13 | 541 | 103 | 103 |
| Binary | 11100011 | 1110010 | 1111111 | 0 | 110010 | 101100 | 1011 | 101100001 | 1000011 | 1000011 |
Color Harmonies of #E3727F
Complementary color
Monochromatic Colors of #E3727F
Black with #E3727F
Text Example
Text Example
White with #E3727F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3727F; }
p { color: rgb(227,114,127); }
H1.HeaderClassName
{
color: #E3727F;
}
.AnyTagClassName
{
color: #E3727F;
}
</style>
background-color css
<style>
a { background-color: #E3727F; }
a { background-color: rgb(227,114,127); }
div.DivClassName
{
background-color: #E3727F;
}
.BgClassName
{
background-color: #E3727F;
}
</style>
border-color css
<style>
span { border-color: #E3727F; }
span { border-color: rgb(227,114,127); }
td.TdClassName
{
border-color: #E3727F;
}
.TagClassName
{
border-color: #E3727F;
}
</style>