Shades of Froly #E27E83
Tints of Froly #E27E83
RGB
CMYK
RGB Variations
Color information
#E27E83 (or 0xE27E83) is known color: Froly. HEX triplet: E2, 7E and 83. RGB value is (226,126,131). Sum of RGB (Red+Green+Blue) = 226+126+131=483 (63% of max value = 765). Red value is 226 (88.67% from 255 or 46.79% from 483); Green value is 126 (49.61% from 255 or 26.09% from 483); Blue value is 131 (51.56% from 255 or 27.12% from 483); Max value from RGB is 226 - color contains mainly: red. Hex color #E27E83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E27E83 is #1D817C. Grayscale: #9C9C9C. Windows color (decimal): -1933693 or 8617698. OLE color: 8617698.
HSL color Cylindrical-coordinate representation of color #E27E83: hue angle of 357º 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 #E27E83 is Cyan = 0, Magento = 0.44, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 126 | 131 | - |
| CMYK | 0 | 0.44 | 0.42 | 0.11 |
| HSL | 357º | 0.63% | 0.69% | - |
| HSV(B) | 357º | 0.44% | 0.89% | - |
| XYZ | 42.92 | 32.73 | 25.53 | - |
| YUV | 156.47 | 113.63 | 177.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 126 | 131 | 0 | 0.44 | 0.42 | 0.11 | 357 | 0.63 | 0.69 |
| Hex | E2 | 7E | 83 | 0 | 2C | 2A | B | 165 | 3F | 45 |
| Octal | 342 | 176 | 203 | 0 | 54 | 52 | 13 | 545 | 77 | 105 |
| Binary | 11100010 | 1111110 | 10000011 | 0 | 101100 | 101010 | 1011 | 101100101 | 111111 | 1000101 |
Color Harmonies of #E27E83
Complementary color
Monochromatic Colors of #E27E83
Black with #E27E83
Text Example
Text Example
White with #E27E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27E83; }
p { color: rgb(226,126,131); }
H1.HeaderClassName
{
color: #E27E83;
}
.AnyTagClassName
{
color: #E27E83;
}
</style>
background-color css
<style>
a { background-color: #E27E83; }
a { background-color: rgb(226,126,131); }
div.DivClassName
{
background-color: #E27E83;
}
.BgClassName
{
background-color: #E27E83;
}
</style>
border-color css
<style>
span { border-color: #E27E83; }
span { border-color: rgb(226,126,131); }
td.TdClassName
{
border-color: #E27E83;
}
.TagClassName
{
border-color: #E27E83;
}
</style>