Shades of Froly #E06B7E
Tints of Froly #E06B7E
RGB
CMYK
RGB Variations
Color information
#E06B7E (or 0xE06B7E) is known color: Froly. HEX triplet: E0, 6B and 7E. RGB value is (224,107,126). Sum of RGB (Red+Green+Blue) = 224+107+126=457 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.02% from 457); Green value is 107 (42.19% from 255 or 23.41% from 457); Blue value is 126 (49.61% from 255 or 27.57% from 457); Max value from RGB is 224 - color contains mainly: red. Hex color #E06B7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06B7E is #1F9481. Grayscale: #909090. Windows color (decimal): -2069634 or 8285152. OLE color: 8285152.
HSL color Cylindrical-coordinate representation of color #E06B7E: hue angle of 350.26º 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 #E06B7E is Cyan = 0, Magento = 0.52, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 107 | 126 | - |
| CMYK | 0 | 0.52 | 0.44 | 0.12 |
| HSL | 350.26º | 0.65% | 0.65% | - |
| HSV(B) | 350.26º | 0.52% | 0.88% | - |
| XYZ | 39.76 | 27.87 | 23.02 | - |
| YUV | 144.15 | 117.76 | 184.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 107 | 126 | 0 | 0.52 | 0.44 | 0.12 | 350.26 | 0.65 | 0.65 |
| Hex | E0 | 6B | 7E | 0 | 34 | 2C | C | 15E | 41 | 41 |
| Octal | 340 | 153 | 176 | 0 | 64 | 54 | 14 | 536 | 101 | 101 |
| Binary | 11100000 | 1101011 | 1111110 | 0 | 110100 | 101100 | 1100 | 101011110 | 1000001 | 1000001 |
Color Harmonies of #E06B7E
Complementary color
Monochromatic Colors of #E06B7E
Black with #E06B7E
Text Example
Text Example
White with #E06B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06B7E; }
p { color: rgb(224,107,126); }
H1.HeaderClassName
{
color: #E06B7E;
}
.AnyTagClassName
{
color: #E06B7E;
}
</style>
background-color css
<style>
a { background-color: #E06B7E; }
a { background-color: rgb(224,107,126); }
div.DivClassName
{
background-color: #E06B7E;
}
.BgClassName
{
background-color: #E06B7E;
}
</style>
border-color css
<style>
span { border-color: #E06B7E; }
span { border-color: rgb(224,107,126); }
td.TdClassName
{
border-color: #E06B7E;
}
.TagClassName
{
border-color: #E06B7E;
}
</style>