Shades of Froly #E37380
Tints of Froly #E37380
RGB
CMYK
RGB Variations
Color information
#E37380 (or 0xE37380) is known color: Froly. HEX triplet: E3, 73 and 80. RGB value is (227,115,128). Sum of RGB (Red+Green+Blue) = 227+115+128=470 (62% of max value = 765). Red value is 227 (89.06% from 255 or 48.30% from 470); Green value is 115 (45.31% from 255 or 24.47% from 470); Blue value is 128 (50.39% from 255 or 27.23% from 470); Max value from RGB is 227 - color contains mainly: red. Hex color #E37380 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E37380 is #1C8C7F. Grayscale: #969696. Windows color (decimal): -1870976 or 8418275. OLE color: 8418275.
HSL color Cylindrical-coordinate representation of color #E37380: hue angle of 353.04º degrees, saturation: 0.67, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E37380 is Cyan = 0, Magento = 0.49, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 115 | 128 | - |
| CMYK | 0 | 0.49 | 0.44 | 0.11 |
| HSL | 353.04º | 0.67% | 0.67% | - |
| HSV(B) | 353.04º | 0.49% | 0.89% | - |
| XYZ | 41.71 | 30.15 | 24.04 | - |
| YUV | 149.97 | 115.61 | 182.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 115 | 128 | 0 | 0.49 | 0.44 | 0.11 | 353.04 | 0.67 | 0.67 |
| Hex | E3 | 73 | 80 | 0 | 31 | 2C | B | 161 | 43 | 43 |
| Octal | 343 | 163 | 200 | 0 | 61 | 54 | 13 | 541 | 103 | 103 |
| Binary | 11100011 | 1110011 | 10000000 | 0 | 110001 | 101100 | 1011 | 101100001 | 1000011 | 1000011 |
Color Harmonies of #E37380
Complementary color
Monochromatic Colors of #E37380
Black with #E37380
Text Example
Text Example
White with #E37380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E37380; }
p { color: rgb(227,115,128); }
H1.HeaderClassName
{
color: #E37380;
}
.AnyTagClassName
{
color: #E37380;
}
</style>
background-color css
<style>
a { background-color: #E37380; }
a { background-color: rgb(227,115,128); }
div.DivClassName
{
background-color: #E37380;
}
.BgClassName
{
background-color: #E37380;
}
</style>
border-color css
<style>
span { border-color: #E37380; }
span { border-color: rgb(227,115,128); }
td.TdClassName
{
border-color: #E37380;
}
.TagClassName
{
border-color: #E37380;
}
</style>