Shades of Froly #E36472
Tints of Froly #E36472
RGB
CMYK
RGB Variations
Color information
#E36472 (or 0xE36472) is known color: Froly. HEX triplet: E3, 64 and 72. RGB value is (227,100,114). Sum of RGB (Red+Green+Blue) = 227+100+114=441 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.47% from 441); Green value is 100 (39.45% from 255 or 22.68% from 441); Blue value is 114 (44.92% from 255 or 25.85% from 441); Max value from RGB is 227 - color contains mainly: red. Hex color #E36472 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E36472 is #1C9B8D. Grayscale: #8B8B8B. Windows color (decimal): -1874830 or 7496931. OLE color: 7496931.
HSL color Cylindrical-coordinate representation of color #E36472: hue angle of 353.39º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E36472 is Cyan = 0, Magento = 0.56, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 100 | 114 | - |
| CMYK | 0 | 0.56 | 0.50 | 0.11 |
| HSL | 353.39º | 0.69% | 0.64% | - |
| HSV(B) | 353.39º | 0.56% | 0.89% | - |
| XYZ | 39.27 | 26.66 | 19 | - |
| YUV | 139.57 | 113.58 | 190.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 100 | 114 | 0 | 0.56 | 0.50 | 0.11 | 353.39 | 0.69 | 0.64 |
| Hex | E3 | 64 | 72 | 0 | 38 | 32 | B | 161 | 45 | 40 |
| Octal | 343 | 144 | 162 | 0 | 70 | 62 | 13 | 541 | 105 | 100 |
| Binary | 11100011 | 1100100 | 1110010 | 0 | 111000 | 110010 | 1011 | 101100001 | 1000101 | 1000000 |
Color Harmonies of #E36472
Complementary color
Monochromatic Colors of #E36472
Black with #E36472
Text Example
Text Example
White with #E36472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E36472; }
p { color: rgb(227,100,114); }
H1.HeaderClassName
{
color: #E36472;
}
.AnyTagClassName
{
color: #E36472;
}
</style>
background-color css
<style>
a { background-color: #E36472; }
a { background-color: rgb(227,100,114); }
div.DivClassName
{
background-color: #E36472;
}
.BgClassName
{
background-color: #E36472;
}
</style>
border-color css
<style>
span { border-color: #E36472; }
span { border-color: rgb(227,100,114); }
td.TdClassName
{
border-color: #E36472;
}
.TagClassName
{
border-color: #E36472;
}
</style>