Shades of Froly #E1767B
Tints of Froly #E1767B
RGB
CMYK
RGB Variations
Color information
#E1767B (or 0xE1767B) is known color: Froly. HEX triplet: E1, 76 and 7B. RGB value is (225,118,123). Sum of RGB (Red+Green+Blue) = 225+118+123=466 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.28% from 466); Green value is 118 (46.48% from 255 or 25.32% from 466); Blue value is 123 (48.44% from 255 or 26.39% from 466); Max value from RGB is 225 - color contains mainly: red. Hex color #E1767B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1767B is #1E8984. Grayscale: #969696. Windows color (decimal): -2001285 or 8091361. OLE color: 8091361.
HSL color Cylindrical-coordinate representation of color #E1767B: hue angle of 357.2º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E1767B is Cyan = 0, Magento = 0.48, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 118 | 123 | - |
| CMYK | 0 | 0.48 | 0.45 | 0.12 |
| HSL | 357.2º | 0.64% | 0.67% | - |
| HSV(B) | 357.2º | 0.48% | 0.88% | - |
| XYZ | 41.1 | 30.39 | 22.44 | - |
| YUV | 150.56 | 112.45 | 181.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 118 | 123 | 0 | 0.48 | 0.45 | 0.12 | 357.2 | 0.64 | 0.67 |
| Hex | E1 | 76 | 7B | 0 | 30 | 2D | C | 165 | 40 | 43 |
| Octal | 341 | 166 | 173 | 0 | 60 | 55 | 14 | 545 | 100 | 103 |
| Binary | 11100001 | 1110110 | 1111011 | 0 | 110000 | 101101 | 1100 | 101100101 | 1000000 | 1000011 |
Color Harmonies of #E1767B
Complementary color
Monochromatic Colors of #E1767B
Black with #E1767B
Text Example
Text Example
White with #E1767B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1767B; }
p { color: rgb(225,118,123); }
H1.HeaderClassName
{
color: #E1767B;
}
.AnyTagClassName
{
color: #E1767B;
}
</style>
background-color css
<style>
a { background-color: #E1767B; }
a { background-color: rgb(225,118,123); }
div.DivClassName
{
background-color: #E1767B;
}
.BgClassName
{
background-color: #E1767B;
}
</style>
border-color css
<style>
span { border-color: #E1767B; }
span { border-color: rgb(225,118,123); }
td.TdClassName
{
border-color: #E1767B;
}
.TagClassName
{
border-color: #E1767B;
}
</style>