Shades of Froly #E4717F
Tints of Froly #E4717F
RGB
CMYK
RGB Variations
Color information
#E4717F (or 0xE4717F) is known color: Froly. HEX triplet: E4, 71 and 7F. RGB value is (228,113,127). Sum of RGB (Red+Green+Blue) = 228+113+127=468 (61% of max value = 765). Red value is 228 (89.45% from 255 or 48.72% from 468); Green value is 113 (44.53% from 255 or 24.15% from 468); Blue value is 127 (50% from 255 or 27.14% from 468); Max value from RGB is 228 - color contains mainly: red. Hex color #E4717F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E4717F is #1B8E80. Grayscale: #959595. Windows color (decimal): -1805953 or 8352228. OLE color: 8352228.
HSL color Cylindrical-coordinate representation of color #E4717F: hue angle of 352.7º 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 #E4717F is Cyan = 0, Magento = 0.50, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 113 | 127 | - |
| CMYK | 0 | 0.50 | 0.44 | 0.11 |
| HSL | 352.7º | 0.68% | 0.67% | - |
| HSV(B) | 352.7º | 0.5% | 0.89% | - |
| XYZ | 41.73 | 29.84 | 23.64 | - |
| YUV | 148.98 | 115.6 | 184.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 113 | 127 | 0 | 0.50 | 0.44 | 0.11 | 352.7 | 0.68 | 0.67 |
| Hex | E4 | 71 | 7F | 0 | 32 | 2C | B | 161 | 44 | 43 |
| Octal | 344 | 161 | 177 | 0 | 62 | 54 | 13 | 541 | 104 | 103 |
| Binary | 11100100 | 1110001 | 1111111 | 0 | 110010 | 101100 | 1011 | 101100001 | 1000100 | 1000011 |
Color Harmonies of #E4717F
Complementary color
Monochromatic Colors of #E4717F
Black with #E4717F
Text Example
Text Example
White with #E4717F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4717F; }
p { color: rgb(228,113,127); }
H1.HeaderClassName
{
color: #E4717F;
}
.AnyTagClassName
{
color: #E4717F;
}
</style>
background-color css
<style>
a { background-color: #E4717F; }
a { background-color: rgb(228,113,127); }
div.DivClassName
{
background-color: #E4717F;
}
.BgClassName
{
background-color: #E4717F;
}
</style>
border-color css
<style>
span { border-color: #E4717F; }
span { border-color: rgb(228,113,127); }
td.TdClassName
{
border-color: #E4717F;
}
.TagClassName
{
border-color: #E4717F;
}
</style>