Shades of Froly #E1747E
Tints of Froly #E1747E
RGB
CMYK
RGB Variations
Color information
#E1747E (or 0xE1747E) is known color: Froly. HEX triplet: E1, 74 and 7E. RGB value is (225,116,126). Sum of RGB (Red+Green+Blue) = 225+116+126=467 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.18% from 467); Green value is 116 (45.70% from 255 or 24.84% from 467); Blue value is 126 (49.61% from 255 or 26.98% from 467); Max value from RGB is 225 - color contains mainly: red. Hex color #E1747E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1747E is #1E8B81. Grayscale: #959595. Windows color (decimal): -2001794 or 8287457. OLE color: 8287457.
HSL color Cylindrical-coordinate representation of color #E1747E: hue angle of 354.5º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E1747E is Cyan = 0, Magento = 0.48, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 116 | 126 | - |
| CMYK | 0 | 0.48 | 0.44 | 0.12 |
| HSL | 354.5º | 0.64% | 0.67% | - |
| HSV(B) | 354.5º | 0.48% | 0.88% | - |
| XYZ | 41.06 | 30 | 23.37 | - |
| YUV | 149.73 | 114.61 | 181.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 116 | 126 | 0 | 0.48 | 0.44 | 0.12 | 354.5 | 0.64 | 0.67 |
| Hex | E1 | 74 | 7E | 0 | 30 | 2C | C | 162 | 40 | 43 |
| Octal | 341 | 164 | 176 | 0 | 60 | 54 | 14 | 542 | 100 | 103 |
| Binary | 11100001 | 1110100 | 1111110 | 0 | 110000 | 101100 | 1100 | 101100010 | 1000000 | 1000011 |
Color Harmonies of #E1747E
Complementary color
Monochromatic Colors of #E1747E
Black with #E1747E
Text Example
Text Example
White with #E1747E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1747E; }
p { color: rgb(225,116,126); }
H1.HeaderClassName
{
color: #E1747E;
}
.AnyTagClassName
{
color: #E1747E;
}
</style>
background-color css
<style>
a { background-color: #E1747E; }
a { background-color: rgb(225,116,126); }
div.DivClassName
{
background-color: #E1747E;
}
.BgClassName
{
background-color: #E1747E;
}
</style>
border-color css
<style>
span { border-color: #E1747E; }
span { border-color: rgb(225,116,126); }
td.TdClassName
{
border-color: #E1747E;
}
.TagClassName
{
border-color: #E1747E;
}
</style>