Shades of Froly #E4707A
Tints of Froly #E4707A
RGB
CMYK
RGB Variations
Color information
#E4707A (or 0xE4707A) is known color: Froly. HEX triplet: E4, 70 and 7A. RGB value is (228,112,122). Sum of RGB (Red+Green+Blue) = 228+112+122=462 (61% of max value = 765). Red value is 228 (89.45% from 255 or 49.35% from 462); Green value is 112 (44.14% from 255 or 24.24% from 462); Blue value is 122 (48.05% from 255 or 26.41% from 462); Max value from RGB is 228 - color contains mainly: red. Hex color #E4707A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E4707A is #1B8F85. Grayscale: #939393. Windows color (decimal): -1806214 or 8024292. OLE color: 8024292.
HSL color Cylindrical-coordinate representation of color #E4707A: hue angle of 354.83º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E4707A is Cyan = 0, Magento = 0.51, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 112 | 122 | - |
| CMYK | 0 | 0.51 | 0.46 | 0.11 |
| HSL | 354.83º | 0.68% | 0.67% | - |
| HSV(B) | 354.83º | 0.51% | 0.89% | - |
| XYZ | 41.3 | 29.49 | 21.93 | - |
| YUV | 147.82 | 113.43 | 185.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 112 | 122 | 0 | 0.51 | 0.46 | 0.11 | 354.83 | 0.68 | 0.67 |
| Hex | E4 | 70 | 7A | 0 | 33 | 2E | B | 163 | 44 | 43 |
| Octal | 344 | 160 | 172 | 0 | 63 | 56 | 13 | 543 | 104 | 103 |
| Binary | 11100100 | 1110000 | 1111010 | 0 | 110011 | 101110 | 1011 | 101100011 | 1000100 | 1000011 |
Color Harmonies of #E4707A
Complementary color
Monochromatic Colors of #E4707A
Black with #E4707A
Text Example
Text Example
White with #E4707A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4707A; }
p { color: rgb(228,112,122); }
H1.HeaderClassName
{
color: #E4707A;
}
.AnyTagClassName
{
color: #E4707A;
}
</style>
background-color css
<style>
a { background-color: #E4707A; }
a { background-color: rgb(228,112,122); }
div.DivClassName
{
background-color: #E4707A;
}
.BgClassName
{
background-color: #E4707A;
}
</style>
border-color css
<style>
span { border-color: #E4707A; }
span { border-color: rgb(228,112,122); }
td.TdClassName
{
border-color: #E4707A;
}
.TagClassName
{
border-color: #E4707A;
}
</style>