Shades of Froly #E4727A
Tints of Froly #E4727A
RGB
CMYK
RGB Variations
Color information
#E4727A (or 0xE4727A) is known color: Froly. HEX triplet: E4, 72 and 7A. RGB value is (228,114,122). Sum of RGB (Red+Green+Blue) = 228+114+122=464 (61% of max value = 765). Red value is 228 (89.45% from 255 or 49.14% from 464); Green value is 114 (44.92% from 255 or 24.57% from 464); Blue value is 122 (48.05% from 255 or 26.29% from 464); Max value from RGB is 228 - color contains mainly: red. Hex color #E4727A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E4727A is #1B8D85. Grayscale: #959595. Windows color (decimal): -1805702 or 8024804. OLE color: 8024804.
HSL color Cylindrical-coordinate representation of color #E4727A: hue angle of 355.79º 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 #E4727A is Cyan = 0, Magento = 0.50, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 114 | 122 | - |
| CMYK | 0 | 0.50 | 0.46 | 0.11 |
| HSL | 355.79º | 0.68% | 0.67% | - |
| HSV(B) | 355.79º | 0.5% | 0.89% | - |
| XYZ | 41.53 | 29.93 | 22 | - |
| YUV | 149 | 112.77 | 184.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 114 | 122 | 0 | 0.50 | 0.46 | 0.11 | 355.79 | 0.68 | 0.67 |
| Hex | E4 | 72 | 7A | 0 | 32 | 2E | B | 164 | 44 | 43 |
| Octal | 344 | 162 | 172 | 0 | 62 | 56 | 13 | 544 | 104 | 103 |
| Binary | 11100100 | 1110010 | 1111010 | 0 | 110010 | 101110 | 1011 | 101100100 | 1000100 | 1000011 |
Color Harmonies of #E4727A
Complementary color
Monochromatic Colors of #E4727A
Black with #E4727A
Text Example
Text Example
White with #E4727A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4727A; }
p { color: rgb(228,114,122); }
H1.HeaderClassName
{
color: #E4727A;
}
.AnyTagClassName
{
color: #E4727A;
}
</style>
background-color css
<style>
a { background-color: #E4727A; }
a { background-color: rgb(228,114,122); }
div.DivClassName
{
background-color: #E4727A;
}
.BgClassName
{
background-color: #E4727A;
}
</style>
border-color css
<style>
span { border-color: #E4727A; }
span { border-color: rgb(228,114,122); }
td.TdClassName
{
border-color: #E4727A;
}
.TagClassName
{
border-color: #E4727A;
}
</style>