Shades of Froly #E37880
Tints of Froly #E37880
RGB
CMYK
RGB Variations
Color information
#E37880 (or 0xE37880) is known color: Froly. HEX triplet: E3, 78 and 80. RGB value is (227,120,128). Sum of RGB (Red+Green+Blue) = 227+120+128=475 (62% of max value = 765). Red value is 227 (89.06% from 255 or 47.79% from 475); Green value is 120 (47.27% from 255 or 25.26% from 475); Blue value is 128 (50.39% from 255 or 26.95% from 475); Max value from RGB is 227 - color contains mainly: red. Hex color #E37880 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E37880 is #1C877F. Grayscale: #989898. Windows color (decimal): -1869696 or 8419555. OLE color: 8419555.
HSL color Cylindrical-coordinate representation of color #E37880: hue angle of 355.51º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E37880 is Cyan = 0, Magento = 0.47, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 120 | 128 | - |
| CMYK | 0 | 0.47 | 0.44 | 0.11 |
| HSL | 355.51º | 0.66% | 0.68% | - |
| HSV(B) | 355.51º | 0.47% | 0.89% | - |
| XYZ | 42.29 | 31.32 | 24.24 | - |
| YUV | 152.91 | 113.95 | 180.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 120 | 128 | 0 | 0.47 | 0.44 | 0.11 | 355.51 | 0.66 | 0.68 |
| Hex | E3 | 78 | 80 | 0 | 2F | 2C | B | 164 | 42 | 44 |
| Octal | 343 | 170 | 200 | 0 | 57 | 54 | 13 | 544 | 102 | 104 |
| Binary | 11100011 | 1111000 | 10000000 | 0 | 101111 | 101100 | 1011 | 101100100 | 1000010 | 1000100 |
Color Harmonies of #E37880
Complementary color
Monochromatic Colors of #E37880
Black with #E37880
Text Example
Text Example
White with #E37880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E37880; }
p { color: rgb(227,120,128); }
H1.HeaderClassName
{
color: #E37880;
}
.AnyTagClassName
{
color: #E37880;
}
</style>
background-color css
<style>
a { background-color: #E37880; }
a { background-color: rgb(227,120,128); }
div.DivClassName
{
background-color: #E37880;
}
.BgClassName
{
background-color: #E37880;
}
</style>
border-color css
<style>
span { border-color: #E37880; }
span { border-color: rgb(227,120,128); }
td.TdClassName
{
border-color: #E37880;
}
.TagClassName
{
border-color: #E37880;
}
</style>