Shades of Froly #E06273
Tints of Froly #E06273
RGB
CMYK
RGB Variations
Color information
#E06273 (or 0xE06273) is known color: Froly. HEX triplet: E0, 62 and 73. RGB value is (224,98,115). Sum of RGB (Red+Green+Blue) = 224+98+115=437 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.26% from 437); Green value is 98 (38.67% from 255 or 22.43% from 437); Blue value is 115 (45.31% from 255 or 26.32% from 437); Max value from RGB is 224 - color contains mainly: red. Hex color #E06273 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06273 is #1F9D8C. Grayscale: #898989. Windows color (decimal): -2071949 or 7561952. OLE color: 7561952.
HSL color Cylindrical-coordinate representation of color #E06273: hue angle of 351.9º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E06273 is Cyan = 0, Magento = 0.56, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 98 | 115 | - |
| CMYK | 0 | 0.56 | 0.49 | 0.12 |
| HSL | 351.9º | 0.67% | 0.63% | - |
| HSV(B) | 351.9º | 0.56% | 0.88% | - |
| XYZ | 38.2 | 25.82 | 19.19 | - |
| YUV | 137.61 | 115.24 | 189.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 98 | 115 | 0 | 0.56 | 0.49 | 0.12 | 351.9 | 0.67 | 0.63 |
| Hex | E0 | 62 | 73 | 0 | 38 | 31 | C | 160 | 43 | 3F |
| Octal | 340 | 142 | 163 | 0 | 70 | 61 | 14 | 540 | 103 | 77 |
| Binary | 11100000 | 1100010 | 1110011 | 0 | 111000 | 110001 | 1100 | 101100000 | 1000011 | 111111 |
Color Harmonies of #E06273
Complementary color
Monochromatic Colors of #E06273
Black with #E06273
Text Example
Text Example
White with #E06273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06273; }
p { color: rgb(224,98,115); }
H1.HeaderClassName
{
color: #E06273;
}
.AnyTagClassName
{
color: #E06273;
}
</style>
background-color css
<style>
a { background-color: #E06273; }
a { background-color: rgb(224,98,115); }
div.DivClassName
{
background-color: #E06273;
}
.BgClassName
{
background-color: #E06273;
}
</style>
border-color css
<style>
span { border-color: #E06273; }
span { border-color: rgb(224,98,115); }
td.TdClassName
{
border-color: #E06273;
}
.TagClassName
{
border-color: #E06273;
}
</style>