Shades of Froly #E27B7D
Tints of Froly #E27B7D
RGB
CMYK
RGB Variations
Color information
#E27B7D (or 0xE27B7D) is known color: Froly. HEX triplet: E2, 7B and 7D. RGB value is (226,123,125). Sum of RGB (Red+Green+Blue) = 226+123+125=474 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.68% from 474); Green value is 123 (48.44% from 255 or 25.95% from 474); Blue value is 125 (49.22% from 255 or 26.37% from 474); Max value from RGB is 226 - color contains mainly: red. Hex color #E27B7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E27B7D is #1D8482. Grayscale: #9A9A9A. Windows color (decimal): -1934467 or 8223714. OLE color: 8223714.
HSL color Cylindrical-coordinate representation of color #E27B7D: hue angle of 358.83º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E27B7D is Cyan = 0, Magento = 0.46, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 123 | 125 | - |
| CMYK | 0 | 0.46 | 0.45 | 0.11 |
| HSL | 358.84º | 0.64% | 0.68% | - |
| HSV(B) | 358.84º | 0.46% | 0.89% | - |
| XYZ | 42.15 | 31.82 | 23.32 | - |
| YUV | 154.03 | 111.62 | 179.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 123 | 125 | 0 | 0.46 | 0.45 | 0.11 | 358.84 | 0.64 | 0.68 |
| Hex | E2 | 7B | 7D | 0 | 2E | 2D | B | 167 | 40 | 44 |
| Octal | 342 | 173 | 175 | 0 | 56 | 55 | 13 | 547 | 100 | 104 |
| Binary | 11100010 | 1111011 | 1111101 | 0 | 101110 | 101101 | 1011 | 101100111 | 1000000 | 1000100 |
Color Harmonies of #E27B7D
Complementary color
Monochromatic Colors of #E27B7D
Black with #E27B7D
Text Example
Text Example
White with #E27B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27B7D; }
p { color: rgb(226,123,125); }
H1.HeaderClassName
{
color: #E27B7D;
}
.AnyTagClassName
{
color: #E27B7D;
}
</style>
background-color css
<style>
a { background-color: #E27B7D; }
a { background-color: rgb(226,123,125); }
div.DivClassName
{
background-color: #E27B7D;
}
.BgClassName
{
background-color: #E27B7D;
}
</style>
border-color css
<style>
span { border-color: #E27B7D; }
span { border-color: rgb(226,123,125); }
td.TdClassName
{
border-color: #E27B7D;
}
.TagClassName
{
border-color: #E27B7D;
}
</style>