Shades of Froly #E56273
Tints of Froly #E56273
RGB
CMYK
RGB Variations
Color information
#E56273 (or 0xE56273) is known color: Froly. HEX triplet: E5, 62 and 73. RGB value is (229,98,115). Sum of RGB (Red+Green+Blue) = 229+98+115=442 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.81% from 442); Green value is 98 (38.67% from 255 or 22.17% from 442); Blue value is 115 (45.31% from 255 or 26.02% from 442); Max value from RGB is 229 - color contains mainly: red. Hex color #E56273 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E56273 is #1A9D8C. Grayscale: #8B8B8B. Windows color (decimal): -1744269 or 7561957. OLE color: 7561957.
HSL color Cylindrical-coordinate representation of color #E56273: hue angle of 352.21º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E56273 is Cyan = 0, Magento = 0.57, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 98 | 115 | - |
| CMYK | 0 | 0.57 | 0.50 | 0.10 |
| HSL | 352.21º | 0.72% | 0.64% | - |
| HSV(B) | 352.21º | 0.57% | 0.9% | - |
| XYZ | 39.78 | 26.63 | 19.26 | - |
| YUV | 139.11 | 114.4 | 192.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 98 | 115 | 0 | 0.57 | 0.50 | 0.10 | 352.21 | 0.72 | 0.64 |
| Hex | E5 | 62 | 73 | 0 | 39 | 32 | A | 160 | 48 | 40 |
| Octal | 345 | 142 | 163 | 0 | 71 | 62 | 12 | 540 | 110 | 100 |
| Binary | 11100101 | 1100010 | 1110011 | 0 | 111001 | 110010 | 1010 | 101100000 | 1001000 | 1000000 |
Color Harmonies of #E56273
Complementary color
Monochromatic Colors of #E56273
Black with #E56273
Text Example
Text Example
White with #E56273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56273; }
p { color: rgb(229,98,115); }
H1.HeaderClassName
{
color: #E56273;
}
.AnyTagClassName
{
color: #E56273;
}
</style>
background-color css
<style>
a { background-color: #E56273; }
a { background-color: rgb(229,98,115); }
div.DivClassName
{
background-color: #E56273;
}
.BgClassName
{
background-color: #E56273;
}
</style>
border-color css
<style>
span { border-color: #E56273; }
span { border-color: rgb(229,98,115); }
td.TdClassName
{
border-color: #E56273;
}
.TagClassName
{
border-color: #E56273;
}
</style>