Shades of Froly #E06369
Tints of Froly #E06369
RGB
CMYK
RGB Variations
Color information
#E06369 (or 0xE06369) is known color: Froly. HEX triplet: E0, 63 and 69. RGB value is (224,99,105). Sum of RGB (Red+Green+Blue) = 224+99+105=428 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.34% from 428); Green value is 99 (39.06% from 255 or 23.13% from 428); Blue value is 105 (41.41% from 255 or 24.53% from 428); Max value from RGB is 224 - color contains mainly: red. Hex color #E06369 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06369 is #1F9C96. Grayscale: #898989. Windows color (decimal): -2071703 or 6906848. OLE color: 6906848.
HSL color Cylindrical-coordinate representation of color #E06369: hue angle of 357.12º 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 #E06369 is Cyan = 0, Magento = 0.56, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 99 | 105 | - |
| CMYK | 0 | 0.56 | 0.53 | 0.12 |
| HSL | 357.12º | 0.67% | 0.63% | - |
| HSV(B) | 357.12º | 0.56% | 0.88% | - |
| XYZ | 37.75 | 25.79 | 16.35 | - |
| YUV | 137.06 | 109.91 | 190.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 99 | 105 | 0 | 0.56 | 0.53 | 0.12 | 357.12 | 0.67 | 0.63 |
| Hex | E0 | 63 | 69 | 0 | 38 | 35 | C | 165 | 43 | 3F |
| Octal | 340 | 143 | 151 | 0 | 70 | 65 | 14 | 545 | 103 | 77 |
| Binary | 11100000 | 1100011 | 1101001 | 0 | 111000 | 110101 | 1100 | 101100101 | 1000011 | 111111 |
Color Harmonies of #E06369
Complementary color
Monochromatic Colors of #E06369
Black with #E06369
Text Example
Text Example
White with #E06369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06369; }
p { color: rgb(224,99,105); }
H1.HeaderClassName
{
color: #E06369;
}
.AnyTagClassName
{
color: #E06369;
}
</style>
background-color css
<style>
a { background-color: #E06369; }
a { background-color: rgb(224,99,105); }
div.DivClassName
{
background-color: #E06369;
}
.BgClassName
{
background-color: #E06369;
}
</style>
border-color css
<style>
span { border-color: #E06369; }
span { border-color: rgb(224,99,105); }
td.TdClassName
{
border-color: #E06369;
}
.TagClassName
{
border-color: #E06369;
}
</style>