Shades of Froly #E16B7A
Tints of Froly #E16B7A
RGB
CMYK
RGB Variations
Color information
#E16B7A (or 0xE16B7A) is known color: Froly. HEX triplet: E1, 6B and 7A. RGB value is (225,107,122). Sum of RGB (Red+Green+Blue) = 225+107+122=454 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.56% from 454); Green value is 107 (42.19% from 255 or 23.57% from 454); Blue value is 122 (48.05% from 255 or 26.87% from 454); Max value from RGB is 225 - color contains mainly: red. Hex color #E16B7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16B7A is #1E9485. Grayscale: #909090. Windows color (decimal): -2004102 or 8023009. OLE color: 8023009.
HSL color Cylindrical-coordinate representation of color #E16B7A: hue angle of 352.37º 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 #E16B7A is Cyan = 0, Magento = 0.52, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 107 | 122 | - |
| CMYK | 0 | 0.52 | 0.46 | 0.12 |
| HSL | 352.37º | 0.66% | 0.65% | - |
| HSV(B) | 352.37º | 0.52% | 0.88% | - |
| XYZ | 39.82 | 27.93 | 21.7 | - |
| YUV | 143.99 | 115.59 | 185.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 107 | 122 | 0 | 0.52 | 0.46 | 0.12 | 352.37 | 0.66 | 0.65 |
| Hex | E1 | 6B | 7A | 0 | 34 | 2E | C | 160 | 42 | 41 |
| Octal | 341 | 153 | 172 | 0 | 64 | 56 | 14 | 540 | 102 | 101 |
| Binary | 11100001 | 1101011 | 1111010 | 0 | 110100 | 101110 | 1100 | 101100000 | 1000010 | 1000001 |
Color Harmonies of #E16B7A
Complementary color
Monochromatic Colors of #E16B7A
Black with #E16B7A
Text Example
Text Example
White with #E16B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16B7A; }
p { color: rgb(225,107,122); }
H1.HeaderClassName
{
color: #E16B7A;
}
.AnyTagClassName
{
color: #E16B7A;
}
</style>
background-color css
<style>
a { background-color: #E16B7A; }
a { background-color: rgb(225,107,122); }
div.DivClassName
{
background-color: #E16B7A;
}
.BgClassName
{
background-color: #E16B7A;
}
</style>
border-color css
<style>
span { border-color: #E16B7A; }
span { border-color: rgb(225,107,122); }
td.TdClassName
{
border-color: #E16B7A;
}
.TagClassName
{
border-color: #E16B7A;
}
</style>