Shades of Froly #E17A7B
Tints of Froly #E17A7B
RGB
CMYK
RGB Variations
Color information
#E17A7B (or 0xE17A7B) is known color: Froly. HEX triplet: E1, 7A and 7B. RGB value is (225,122,123). Sum of RGB (Red+Green+Blue) = 225+122+123=470 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.87% from 470); Green value is 122 (48.05% from 255 or 25.96% from 470); Blue value is 123 (48.44% from 255 or 26.17% from 470); Max value from RGB is 225 - color contains mainly: red. Hex color #E17A7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E17A7B is #1E8584. Grayscale: #999999. Windows color (decimal): -2000261 or 8092385. OLE color: 8092385.
HSL color Cylindrical-coordinate representation of color #E17A7B: hue angle of 359.42º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E17A7B is Cyan = 0, Magento = 0.46, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 122 | 123 | - |
| CMYK | 0 | 0.46 | 0.45 | 0.12 |
| HSL | 359.42º | 0.63% | 0.68% | - |
| HSV(B) | 359.42º | 0.46% | 0.88% | - |
| XYZ | 41.59 | 31.36 | 22.6 | - |
| YUV | 152.91 | 111.12 | 179.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 122 | 123 | 0 | 0.46 | 0.45 | 0.12 | 359.42 | 0.63 | 0.68 |
| Hex | E1 | 7A | 7B | 0 | 2E | 2D | C | 167 | 3F | 44 |
| Octal | 341 | 172 | 173 | 0 | 56 | 55 | 14 | 547 | 77 | 104 |
| Binary | 11100001 | 1111010 | 1111011 | 0 | 101110 | 101101 | 1100 | 101100111 | 111111 | 1000100 |
Color Harmonies of #E17A7B
Complementary color
Monochromatic Colors of #E17A7B
Black with #E17A7B
Text Example
Text Example
White with #E17A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17A7B; }
p { color: rgb(225,122,123); }
H1.HeaderClassName
{
color: #E17A7B;
}
.AnyTagClassName
{
color: #E17A7B;
}
</style>
background-color css
<style>
a { background-color: #E17A7B; }
a { background-color: rgb(225,122,123); }
div.DivClassName
{
background-color: #E17A7B;
}
.BgClassName
{
background-color: #E17A7B;
}
</style>
border-color css
<style>
span { border-color: #E17A7B; }
span { border-color: rgb(225,122,123); }
td.TdClassName
{
border-color: #E17A7B;
}
.TagClassName
{
border-color: #E17A7B;
}
</style>