Shades of Froly #E27E81
Tints of Froly #E27E81
RGB
CMYK
RGB Variations
Color information
#E27E81 (or 0xE27E81) is known color: Froly. HEX triplet: E2, 7E and 81. RGB value is (226,126,129). Sum of RGB (Red+Green+Blue) = 226+126+129=481 (63% of max value = 765). Red value is 226 (88.67% from 255 or 46.99% from 481); Green value is 126 (49.61% from 255 or 26.20% from 481); Blue value is 129 (50.78% from 255 or 26.82% from 481); Max value from RGB is 226 - color contains mainly: red. Hex color #E27E81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E27E81 is #1D817E. Grayscale: #9C9C9C. Windows color (decimal): -1933695 or 8486626. OLE color: 8486626.
HSL color Cylindrical-coordinate representation of color #E27E81: hue angle of 358.2º degrees, saturation: 0.63, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E27E81 is Cyan = 0, Magento = 0.44, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 126 | 129 | - |
| CMYK | 0 | 0.44 | 0.43 | 0.11 |
| HSL | 358.2º | 0.63% | 0.69% | - |
| HSV(B) | 358.2º | 0.44% | 0.89% | - |
| XYZ | 42.79 | 32.68 | 24.82 | - |
| YUV | 156.24 | 112.63 | 177.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 126 | 129 | 0 | 0.44 | 0.43 | 0.11 | 358.2 | 0.63 | 0.69 |
| Hex | E2 | 7E | 81 | 0 | 2C | 2B | B | 166 | 3F | 45 |
| Octal | 342 | 176 | 201 | 0 | 54 | 53 | 13 | 546 | 77 | 105 |
| Binary | 11100010 | 1111110 | 10000001 | 0 | 101100 | 101011 | 1011 | 101100110 | 111111 | 1000101 |
Color Harmonies of #E27E81
Complementary color
Monochromatic Colors of #E27E81
Black with #E27E81
Text Example
Text Example
White with #E27E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27E81; }
p { color: rgb(226,126,129); }
H1.HeaderClassName
{
color: #E27E81;
}
.AnyTagClassName
{
color: #E27E81;
}
</style>
background-color css
<style>
a { background-color: #E27E81; }
a { background-color: rgb(226,126,129); }
div.DivClassName
{
background-color: #E27E81;
}
.BgClassName
{
background-color: #E27E81;
}
</style>
border-color css
<style>
span { border-color: #E27E81; }
span { border-color: rgb(226,126,129); }
td.TdClassName
{
border-color: #E27E81;
}
.TagClassName
{
border-color: #E27E81;
}
</style>