Shades of Froly #E4717C
Tints of Froly #E4717C
RGB
CMYK
RGB Variations
Color information
#E4717C (or 0xE4717C) is known color: Froly. HEX triplet: E4, 71 and 7C. RGB value is (228,113,124). Sum of RGB (Red+Green+Blue) = 228+113+124=465 (61% of max value = 765). Red value is 228 (89.45% from 255 or 49.03% from 465); Green value is 113 (44.53% from 255 or 24.30% from 465); Blue value is 124 (48.83% from 255 or 26.67% from 465); Max value from RGB is 228 - color contains mainly: red. Hex color #E4717C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E4717C is #1B8E83. Grayscale: #949494. Windows color (decimal): -1805956 or 8155620. OLE color: 8155620.
HSL color Cylindrical-coordinate representation of color #E4717C: hue angle of 354.26º degrees, saturation: 0.68, 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 #E4717C is Cyan = 0, Magento = 0.50, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 113 | 124 | - |
| CMYK | 0 | 0.50 | 0.46 | 0.11 |
| HSL | 354.26º | 0.68% | 0.67% | - |
| HSV(B) | 354.26º | 0.5% | 0.89% | - |
| XYZ | 41.54 | 29.76 | 22.62 | - |
| YUV | 148.64 | 114.1 | 184.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 113 | 124 | 0 | 0.50 | 0.46 | 0.11 | 354.26 | 0.68 | 0.67 |
| Hex | E4 | 71 | 7C | 0 | 32 | 2E | B | 162 | 44 | 43 |
| Octal | 344 | 161 | 174 | 0 | 62 | 56 | 13 | 542 | 104 | 103 |
| Binary | 11100100 | 1110001 | 1111100 | 0 | 110010 | 101110 | 1011 | 101100010 | 1000100 | 1000011 |
Color Harmonies of #E4717C
Complementary color
Monochromatic Colors of #E4717C
Black with #E4717C
Text Example
Text Example
White with #E4717C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4717C; }
p { color: rgb(228,113,124); }
H1.HeaderClassName
{
color: #E4717C;
}
.AnyTagClassName
{
color: #E4717C;
}
</style>
background-color css
<style>
a { background-color: #E4717C; }
a { background-color: rgb(228,113,124); }
div.DivClassName
{
background-color: #E4717C;
}
.BgClassName
{
background-color: #E4717C;
}
</style>
border-color css
<style>
span { border-color: #E4717C; }
span { border-color: rgb(228,113,124); }
td.TdClassName
{
border-color: #E4717C;
}
.TagClassName
{
border-color: #E4717C;
}
</style>