Shades of Froly #E3717D
Tints of Froly #E3717D
RGB
CMYK
RGB Variations
Color information
#E3717D (or 0xE3717D) is known color: Froly. HEX triplet: E3, 71 and 7D. RGB value is (227,113,125). Sum of RGB (Red+Green+Blue) = 227+113+125=465 (61% of max value = 765). Red value is 227 (89.06% from 255 or 48.82% from 465); Green value is 113 (44.53% from 255 or 24.30% from 465); Blue value is 125 (49.22% from 255 or 26.88% from 465); Max value from RGB is 227 - color contains mainly: red. Hex color #E3717D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E3717D is #1C8E82. Grayscale: #949494. Windows color (decimal): -1871491 or 8221155. OLE color: 8221155.
HSL color Cylindrical-coordinate representation of color #E3717D: hue angle of 353.68º 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 #E3717D is Cyan = 0, Magento = 0.50, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 113 | 125 | - |
| CMYK | 0 | 0.50 | 0.45 | 0.11 |
| HSL | 353.68º | 0.67% | 0.67% | - |
| HSV(B) | 353.68º | 0.5% | 0.89% | - |
| XYZ | 41.29 | 29.62 | 22.94 | - |
| YUV | 148.45 | 114.77 | 184.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 113 | 125 | 0 | 0.50 | 0.45 | 0.11 | 353.68 | 0.67 | 0.67 |
| Hex | E3 | 71 | 7D | 0 | 32 | 2D | B | 162 | 43 | 43 |
| Octal | 343 | 161 | 175 | 0 | 62 | 55 | 13 | 542 | 103 | 103 |
| Binary | 11100011 | 1110001 | 1111101 | 0 | 110010 | 101101 | 1011 | 101100010 | 1000011 | 1000011 |
Color Harmonies of #E3717D
Complementary color
Monochromatic Colors of #E3717D
Black with #E3717D
Text Example
Text Example
White with #E3717D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3717D; }
p { color: rgb(227,113,125); }
H1.HeaderClassName
{
color: #E3717D;
}
.AnyTagClassName
{
color: #E3717D;
}
</style>
background-color css
<style>
a { background-color: #E3717D; }
a { background-color: rgb(227,113,125); }
div.DivClassName
{
background-color: #E3717D;
}
.BgClassName
{
background-color: #E3717D;
}
</style>
border-color css
<style>
span { border-color: #E3717D; }
span { border-color: rgb(227,113,125); }
td.TdClassName
{
border-color: #E3717D;
}
.TagClassName
{
border-color: #E3717D;
}
</style>