Shades of Froly #E27A82
Tints of Froly #E27A82
RGB
CMYK
RGB Variations
Color information
#E27A82 (or 0xE27A82) is known color: Froly. HEX triplet: E2, 7A and 82. RGB value is (226,122,130). Sum of RGB (Red+Green+Blue) = 226+122+130=478 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.28% from 478); Green value is 122 (48.05% from 255 or 25.52% from 478); Blue value is 130 (51.17% from 255 or 27.20% from 478); Max value from RGB is 226 - color contains mainly: red. Hex color #E27A82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E27A82 is #1D857D. Grayscale: #9A9A9A. Windows color (decimal): -1934718 or 8551138. OLE color: 8551138.
HSL color Cylindrical-coordinate representation of color #E27A82: hue angle of 355.38º 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 #E27A82 is Cyan = 0, Magento = 0.46, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 122 | 130 | - |
| CMYK | 0 | 0.46 | 0.42 | 0.11 |
| HSL | 355.38º | 0.64% | 0.68% | - |
| HSV(B) | 355.38º | 0.46% | 0.89% | - |
| XYZ | 42.35 | 31.7 | 25.01 | - |
| YUV | 154.01 | 114.46 | 179.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 122 | 130 | 0 | 0.46 | 0.42 | 0.11 | 355.38 | 0.64 | 0.68 |
| Hex | E2 | 7A | 82 | 0 | 2E | 2A | B | 163 | 40 | 44 |
| Octal | 342 | 172 | 202 | 0 | 56 | 52 | 13 | 543 | 100 | 104 |
| Binary | 11100010 | 1111010 | 10000010 | 0 | 101110 | 101010 | 1011 | 101100011 | 1000000 | 1000100 |
Color Harmonies of #E27A82
Complementary color
Monochromatic Colors of #E27A82
Black with #E27A82
Text Example
Text Example
White with #E27A82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27A82; }
p { color: rgb(226,122,130); }
H1.HeaderClassName
{
color: #E27A82;
}
.AnyTagClassName
{
color: #E27A82;
}
</style>
background-color css
<style>
a { background-color: #E27A82; }
a { background-color: rgb(226,122,130); }
div.DivClassName
{
background-color: #E27A82;
}
.BgClassName
{
background-color: #E27A82;
}
</style>
border-color css
<style>
span { border-color: #E27A82; }
span { border-color: rgb(226,122,130); }
td.TdClassName
{
border-color: #E27A82;
}
.TagClassName
{
border-color: #E27A82;
}
</style>