Shades of Froly #E27681
Tints of Froly #E27681
RGB
CMYK
RGB Variations
Color information
#E27681 (or 0xE27681) is known color: Froly. HEX triplet: E2, 76 and 81. RGB value is (226,118,129). Sum of RGB (Red+Green+Blue) = 226+118+129=473 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.78% from 473); Green value is 118 (46.48% from 255 or 24.95% from 473); Blue value is 129 (50.78% from 255 or 27.27% from 473); Max value from RGB is 226 - color contains mainly: red. Hex color #E27681 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E27681 is #1D897E. Grayscale: #979797. Windows color (decimal): -1935743 or 8484578. OLE color: 8484578.
HSL color Cylindrical-coordinate representation of color #E27681: hue angle of 353.89º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E27681 is Cyan = 0, Magento = 0.48, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 118 | 129 | - |
| CMYK | 0 | 0.48 | 0.43 | 0.11 |
| HSL | 353.89º | 0.65% | 0.67% | - |
| HSV(B) | 353.89º | 0.48% | 0.89% | - |
| XYZ | 41.8 | 30.71 | 24.49 | - |
| YUV | 151.55 | 115.28 | 181.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 118 | 129 | 0 | 0.48 | 0.43 | 0.11 | 353.89 | 0.65 | 0.67 |
| Hex | E2 | 76 | 81 | 0 | 30 | 2B | B | 162 | 41 | 43 |
| Octal | 342 | 166 | 201 | 0 | 60 | 53 | 13 | 542 | 101 | 103 |
| Binary | 11100010 | 1110110 | 10000001 | 0 | 110000 | 101011 | 1011 | 101100010 | 1000001 | 1000011 |
Color Harmonies of #E27681
Complementary color
Monochromatic Colors of #E27681
Black with #E27681
Text Example
Text Example
White with #E27681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27681; }
p { color: rgb(226,118,129); }
H1.HeaderClassName
{
color: #E27681;
}
.AnyTagClassName
{
color: #E27681;
}
</style>
background-color css
<style>
a { background-color: #E27681; }
a { background-color: rgb(226,118,129); }
div.DivClassName
{
background-color: #E27681;
}
.BgClassName
{
background-color: #E27681;
}
</style>
border-color css
<style>
span { border-color: #E27681; }
span { border-color: rgb(226,118,129); }
td.TdClassName
{
border-color: #E27681;
}
.TagClassName
{
border-color: #E27681;
}
</style>