Shades of Froly #E06263
Tints of Froly #E06263
RGB
CMYK
RGB Variations
Color information
#E06263 (or 0xE06263) is known color: Froly. HEX triplet: E0, 62 and 63. RGB value is (224,98,99). Sum of RGB (Red+Green+Blue) = 224+98+99=421 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.21% from 421); Green value is 98 (38.67% from 255 or 23.28% from 421); Blue value is 99 (39.06% from 255 or 23.52% from 421); Max value from RGB is 224 - color contains mainly: red. Hex color #E06263 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06263 is #1F9D9C. Grayscale: #878787. Windows color (decimal): -2071965 or 6513376. OLE color: 6513376.
HSL color Cylindrical-coordinate representation of color #E06263: hue angle of 359.52º 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 #E06263 is Cyan = 0, Magento = 0.56, Yellow = 0.56 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 98 | 99 | - |
| CMYK | 0 | 0.56 | 0.56 | 0.12 |
| HSL | 359.52º | 0.67% | 0.63% | - |
| HSV(B) | 359.52º | 0.56% | 0.88% | - |
| XYZ | 37.36 | 25.48 | 14.75 | - |
| YUV | 135.79 | 107.24 | 190.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 98 | 99 | 0 | 0.56 | 0.56 | 0.12 | 359.52 | 0.67 | 0.63 |
| Hex | E0 | 62 | 63 | 0 | 38 | 38 | C | 168 | 43 | 3F |
| Octal | 340 | 142 | 143 | 0 | 70 | 70 | 14 | 550 | 103 | 77 |
| Binary | 11100000 | 1100010 | 1100011 | 0 | 111000 | 111000 | 1100 | 101101000 | 1000011 | 111111 |
Color Harmonies of #E06263
Complementary color
Monochromatic Colors of #E06263
Black with #E06263
Text Example
Text Example
White with #E06263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06263; }
p { color: rgb(224,98,99); }
H1.HeaderClassName
{
color: #E06263;
}
.AnyTagClassName
{
color: #E06263;
}
</style>
background-color css
<style>
a { background-color: #E06263; }
a { background-color: rgb(224,98,99); }
div.DivClassName
{
background-color: #E06263;
}
.BgClassName
{
background-color: #E06263;
}
</style>
border-color css
<style>
span { border-color: #E06263; }
span { border-color: rgb(224,98,99); }
td.TdClassName
{
border-color: #E06263;
}
.TagClassName
{
border-color: #E06263;
}
</style>