Shades of Froly #E27580
Tints of Froly #E27580
RGB
CMYK
RGB Variations
Color information
#E27580 (or 0xE27580) is known color: Froly. HEX triplet: E2, 75 and 80. RGB value is (226,117,128). Sum of RGB (Red+Green+Blue) = 226+117+128=471 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.98% from 471); Green value is 117 (46.09% from 255 or 24.84% from 471); Blue value is 128 (50.39% from 255 or 27.18% from 471); Max value from RGB is 226 - color contains mainly: red. Hex color #E27580 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E27580 is #1D8A7F. Grayscale: #969696. Windows color (decimal): -1936000 or 8418786. OLE color: 8418786.
HSL color Cylindrical-coordinate representation of color #E27580: hue angle of 353.94º 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 #E27580 is Cyan = 0, Magento = 0.48, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 117 | 128 | - |
| CMYK | 0 | 0.48 | 0.43 | 0.11 |
| HSL | 353.94º | 0.65% | 0.67% | - |
| HSV(B) | 353.94º | 0.48% | 0.89% | - |
| XYZ | 41.62 | 30.45 | 24.11 | - |
| YUV | 150.85 | 115.11 | 181.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 117 | 128 | 0 | 0.48 | 0.43 | 0.11 | 353.94 | 0.65 | 0.67 |
| Hex | E2 | 75 | 80 | 0 | 30 | 2B | B | 162 | 41 | 43 |
| Octal | 342 | 165 | 200 | 0 | 60 | 53 | 13 | 542 | 101 | 103 |
| Binary | 11100010 | 1110101 | 10000000 | 0 | 110000 | 101011 | 1011 | 101100010 | 1000001 | 1000011 |
Color Harmonies of #E27580
Complementary color
Monochromatic Colors of #E27580
Black with #E27580
Text Example
Text Example
White with #E27580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27580; }
p { color: rgb(226,117,128); }
H1.HeaderClassName
{
color: #E27580;
}
.AnyTagClassName
{
color: #E27580;
}
</style>
background-color css
<style>
a { background-color: #E27580; }
a { background-color: rgb(226,117,128); }
div.DivClassName
{
background-color: #E27580;
}
.BgClassName
{
background-color: #E27580;
}
</style>
border-color css
<style>
span { border-color: #E27580; }
span { border-color: rgb(226,117,128); }
td.TdClassName
{
border-color: #E27580;
}
.TagClassName
{
border-color: #E27580;
}
</style>