Shades of Froly #E27D7F
Tints of Froly #E27D7F
RGB
CMYK
RGB Variations
Color information
#E27D7F (or 0xE27D7F) is known color: Froly. HEX triplet: E2, 7D and 7F. RGB value is (226,125,127). Sum of RGB (Red+Green+Blue) = 226+125+127=478 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.28% from 478); Green value is 125 (49.22% from 255 or 26.15% from 478); Blue value is 127 (50% from 255 or 26.57% from 478); Max value from RGB is 226 - color contains mainly: red. Hex color #E27D7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E27D7F is #1D8280. Grayscale: #9B9B9B. Windows color (decimal): -1933953 or 8355298. OLE color: 8355298.
HSL color Cylindrical-coordinate representation of color #E27D7F: hue angle of 358.81º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E27D7F is Cyan = 0, Magento = 0.45, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 125 | 127 | - |
| CMYK | 0 | 0.45 | 0.44 | 0.11 |
| HSL | 358.81º | 0.64% | 0.69% | - |
| HSV(B) | 358.81º | 0.45% | 0.89% | - |
| XYZ | 42.53 | 32.37 | 24.08 | - |
| YUV | 155.43 | 111.96 | 178.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 125 | 127 | 0 | 0.45 | 0.44 | 0.11 | 358.81 | 0.64 | 0.69 |
| Hex | E2 | 7D | 7F | 0 | 2D | 2C | B | 167 | 40 | 45 |
| Octal | 342 | 175 | 177 | 0 | 55 | 54 | 13 | 547 | 100 | 105 |
| Binary | 11100010 | 1111101 | 1111111 | 0 | 101101 | 101100 | 1011 | 101100111 | 1000000 | 1000101 |
Color Harmonies of #E27D7F
Complementary color
Monochromatic Colors of #E27D7F
Black with #E27D7F
Text Example
Text Example
White with #E27D7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27D7F; }
p { color: rgb(226,125,127); }
H1.HeaderClassName
{
color: #E27D7F;
}
.AnyTagClassName
{
color: #E27D7F;
}
</style>
background-color css
<style>
a { background-color: #E27D7F; }
a { background-color: rgb(226,125,127); }
div.DivClassName
{
background-color: #E27D7F;
}
.BgClassName
{
background-color: #E27D7F;
}
</style>
border-color css
<style>
span { border-color: #E27D7F; }
span { border-color: rgb(226,125,127); }
td.TdClassName
{
border-color: #E27D7F;
}
.TagClassName
{
border-color: #E27D7F;
}
</style>