Shades of Froly #E06B7D
Tints of Froly #E06B7D
RGB
CMYK
RGB Variations
Color information
#E06B7D (or 0xE06B7D) is known color: Froly. HEX triplet: E0, 6B and 7D. RGB value is (224,107,125). Sum of RGB (Red+Green+Blue) = 224+107+125=456 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.12% from 456); Green value is 107 (42.19% from 255 or 23.46% from 456); Blue value is 125 (49.22% from 255 or 27.41% from 456); Max value from RGB is 224 - color contains mainly: red. Hex color #E06B7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06B7D is #1F9482. Grayscale: #909090. Windows color (decimal): -2069635 or 8219616. OLE color: 8219616.
HSL color Cylindrical-coordinate representation of color #E06B7D: hue angle of 350.77º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E06B7D is Cyan = 0, Magento = 0.52, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 107 | 125 | - |
| CMYK | 0 | 0.52 | 0.44 | 0.12 |
| HSL | 350.77º | 0.65% | 0.65% | - |
| HSV(B) | 350.77º | 0.52% | 0.88% | - |
| XYZ | 39.7 | 27.84 | 22.68 | - |
| YUV | 144.04 | 117.26 | 185.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 107 | 125 | 0 | 0.52 | 0.44 | 0.12 | 350.77 | 0.65 | 0.65 |
| Hex | E0 | 6B | 7D | 0 | 34 | 2C | C | 15F | 41 | 41 |
| Octal | 340 | 153 | 175 | 0 | 64 | 54 | 14 | 537 | 101 | 101 |
| Binary | 11100000 | 1101011 | 1111101 | 0 | 110100 | 101100 | 1100 | 101011111 | 1000001 | 1000001 |
Color Harmonies of #E06B7D
Complementary color
Monochromatic Colors of #E06B7D
Black with #E06B7D
Text Example
Text Example
White with #E06B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06B7D; }
p { color: rgb(224,107,125); }
H1.HeaderClassName
{
color: #E06B7D;
}
.AnyTagClassName
{
color: #E06B7D;
}
</style>
background-color css
<style>
a { background-color: #E06B7D; }
a { background-color: rgb(224,107,125); }
div.DivClassName
{
background-color: #E06B7D;
}
.BgClassName
{
background-color: #E06B7D;
}
</style>
border-color css
<style>
span { border-color: #E06B7D; }
span { border-color: rgb(224,107,125); }
td.TdClassName
{
border-color: #E06B7D;
}
.TagClassName
{
border-color: #E06B7D;
}
</style>