Shades of Froly #E1707B
Tints of Froly #E1707B
RGB
CMYK
RGB Variations
Color information
#E1707B (or 0xE1707B) is known color: Froly. HEX triplet: E1, 70 and 7B. RGB value is (225,112,123). Sum of RGB (Red+Green+Blue) = 225+112+123=460 (60% of max value = 765). Red value is 225 (88.28% from 255 or 48.91% from 460); Green value is 112 (44.14% from 255 or 24.35% from 460); Blue value is 123 (48.44% from 255 or 26.74% from 460); Max value from RGB is 225 - color contains mainly: red. Hex color #E1707B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1707B is #1E8F84. Grayscale: #939393. Windows color (decimal): -2002821 or 8089825. OLE color: 8089825.
HSL color Cylindrical-coordinate representation of color #E1707B: hue angle of 354.16º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E1707B is Cyan = 0, Magento = 0.50, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 112 | 123 | - |
| CMYK | 0 | 0.50 | 0.45 | 0.12 |
| HSL | 354.16º | 0.65% | 0.66% | - |
| HSV(B) | 354.16º | 0.5% | 0.88% | - |
| XYZ | 40.42 | 29.03 | 22.21 | - |
| YUV | 147.04 | 114.44 | 183.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 112 | 123 | 0 | 0.50 | 0.45 | 0.12 | 354.16 | 0.65 | 0.66 |
| Hex | E1 | 70 | 7B | 0 | 32 | 2D | C | 162 | 41 | 42 |
| Octal | 341 | 160 | 173 | 0 | 62 | 55 | 14 | 542 | 101 | 102 |
| Binary | 11100001 | 1110000 | 1111011 | 0 | 110010 | 101101 | 1100 | 101100010 | 1000001 | 1000010 |
Color Harmonies of #E1707B
Complementary color
Monochromatic Colors of #E1707B
Black with #E1707B
Text Example
Text Example
White with #E1707B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1707B; }
p { color: rgb(225,112,123); }
H1.HeaderClassName
{
color: #E1707B;
}
.AnyTagClassName
{
color: #E1707B;
}
</style>
background-color css
<style>
a { background-color: #E1707B; }
a { background-color: rgb(225,112,123); }
div.DivClassName
{
background-color: #E1707B;
}
.BgClassName
{
background-color: #E1707B;
}
</style>
border-color css
<style>
span { border-color: #E1707B; }
span { border-color: rgb(225,112,123); }
td.TdClassName
{
border-color: #E1707B;
}
.TagClassName
{
border-color: #E1707B;
}
</style>