Shades of Froly #E16B7E
Tints of Froly #E16B7E
RGB
CMYK
RGB Variations
Color information
#E16B7E (or 0xE16B7E) is known color: Froly. HEX triplet: E1, 6B and 7E. RGB value is (225,107,126). Sum of RGB (Red+Green+Blue) = 225+107+126=458 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.13% from 458); Green value is 107 (42.19% from 255 or 23.36% from 458); Blue value is 126 (49.61% from 255 or 27.51% from 458); Max value from RGB is 225 - color contains mainly: red. Hex color #E16B7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16B7E is #1E9481. Grayscale: #909090. Windows color (decimal): -2004098 or 8285153. OLE color: 8285153.
HSL color Cylindrical-coordinate representation of color #E16B7E: hue angle of 350.34º degrees, saturation: 0.66, 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 #E16B7E is Cyan = 0, Magento = 0.52, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 107 | 126 | - |
| CMYK | 0 | 0.52 | 0.44 | 0.12 |
| HSL | 350.34º | 0.66% | 0.65% | - |
| HSV(B) | 350.34º | 0.52% | 0.88% | - |
| XYZ | 40.07 | 28.03 | 23.04 | - |
| YUV | 144.45 | 117.59 | 185.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 107 | 126 | 0 | 0.52 | 0.44 | 0.12 | 350.34 | 0.66 | 0.65 |
| Hex | E1 | 6B | 7E | 0 | 34 | 2C | C | 15E | 42 | 41 |
| Octal | 341 | 153 | 176 | 0 | 64 | 54 | 14 | 536 | 102 | 101 |
| Binary | 11100001 | 1101011 | 1111110 | 0 | 110100 | 101100 | 1100 | 101011110 | 1000010 | 1000001 |
Color Harmonies of #E16B7E
Complementary color
Monochromatic Colors of #E16B7E
Black with #E16B7E
Text Example
Text Example
White with #E16B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16B7E; }
p { color: rgb(225,107,126); }
H1.HeaderClassName
{
color: #E16B7E;
}
.AnyTagClassName
{
color: #E16B7E;
}
</style>
background-color css
<style>
a { background-color: #E16B7E; }
a { background-color: rgb(225,107,126); }
div.DivClassName
{
background-color: #E16B7E;
}
.BgClassName
{
background-color: #E16B7E;
}
</style>
border-color css
<style>
span { border-color: #E16B7E; }
span { border-color: rgb(225,107,126); }
td.TdClassName
{
border-color: #E16B7E;
}
.TagClassName
{
border-color: #E16B7E;
}
</style>