Shades of Froly #E06376
Tints of Froly #E06376
RGB
CMYK
RGB Variations
Color information
#E06376 (or 0xE06376) is known color: Froly. HEX triplet: E0, 63 and 76. RGB value is (224,99,118). Sum of RGB (Red+Green+Blue) = 224+99+118=441 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.79% from 441); Green value is 99 (39.06% from 255 or 22.45% from 441); Blue value is 118 (46.48% from 255 or 26.76% from 441); Max value from RGB is 224 - color contains mainly: red. Hex color #E06376 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06376 is #1F9C89. Grayscale: #8A8A8A. Windows color (decimal): -2071690 or 7758816. OLE color: 7758816.
HSL color Cylindrical-coordinate representation of color #E06376: hue angle of 350.88º 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 #E06376 is Cyan = 0, Magento = 0.56, Yellow = 0.47 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 99 | 118 | - |
| CMYK | 0 | 0.56 | 0.47 | 0.12 |
| HSL | 350.88º | 0.67% | 0.63% | - |
| HSV(B) | 350.88º | 0.56% | 0.88% | - |
| XYZ | 38.47 | 26.08 | 20.15 | - |
| YUV | 138.54 | 116.41 | 188.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 99 | 118 | 0 | 0.56 | 0.47 | 0.12 | 350.88 | 0.67 | 0.63 |
| Hex | E0 | 63 | 76 | 0 | 38 | 2F | C | 15F | 43 | 3F |
| Octal | 340 | 143 | 166 | 0 | 70 | 57 | 14 | 537 | 103 | 77 |
| Binary | 11100000 | 1100011 | 1110110 | 0 | 111000 | 101111 | 1100 | 101011111 | 1000011 | 111111 |
Color Harmonies of #E06376
Complementary color
Monochromatic Colors of #E06376
Black with #E06376
Text Example
Text Example
White with #E06376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06376; }
p { color: rgb(224,99,118); }
H1.HeaderClassName
{
color: #E06376;
}
.AnyTagClassName
{
color: #E06376;
}
</style>
background-color css
<style>
a { background-color: #E06376; }
a { background-color: rgb(224,99,118); }
div.DivClassName
{
background-color: #E06376;
}
.BgClassName
{
background-color: #E06376;
}
</style>
border-color css
<style>
span { border-color: #E06376; }
span { border-color: rgb(224,99,118); }
td.TdClassName
{
border-color: #E06376;
}
.TagClassName
{
border-color: #E06376;
}
</style>