Shades of Froly #E1606D
Tints of Froly #E1606D
RGB
CMYK
RGB Variations
Color information
#E1606D (or 0xE1606D) is known color: Froly. HEX triplet: E1, 60 and 6D. RGB value is (225,96,109). Sum of RGB (Red+Green+Blue) = 225+96+109=430 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.33% from 430); Green value is 96 (37.89% from 255 or 22.33% from 430); Blue value is 109 (42.97% from 255 or 25.35% from 430); Max value from RGB is 225 - color contains mainly: red. Hex color #E1606D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1606D is #1E9F92. Grayscale: #888888. Windows color (decimal): -2006931 or 7168225. OLE color: 7168225.
HSL color Cylindrical-coordinate representation of color #E1606D: hue angle of 353.95º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E1606D is Cyan = 0, Magento = 0.57, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 96 | 109 | - |
| CMYK | 0 | 0.57 | 0.52 | 0.12 |
| HSL | 353.95º | 0.68% | 0.63% | - |
| HSV(B) | 353.95º | 0.57% | 0.88% | - |
| XYZ | 37.99 | 25.48 | 17.38 | - |
| YUV | 136.05 | 112.74 | 191.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 96 | 109 | 0 | 0.57 | 0.52 | 0.12 | 353.95 | 0.68 | 0.63 |
| Hex | E1 | 60 | 6D | 0 | 39 | 34 | C | 162 | 44 | 3F |
| Octal | 341 | 140 | 155 | 0 | 71 | 64 | 14 | 542 | 104 | 77 |
| Binary | 11100001 | 1100000 | 1101101 | 0 | 111001 | 110100 | 1100 | 101100010 | 1000100 | 111111 |
Color Harmonies of #E1606D
Complementary color
Monochromatic Colors of #E1606D
Black with #E1606D
Text Example
Text Example
White with #E1606D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1606D; }
p { color: rgb(225,96,109); }
H1.HeaderClassName
{
color: #E1606D;
}
.AnyTagClassName
{
color: #E1606D;
}
</style>
background-color css
<style>
a { background-color: #E1606D; }
a { background-color: rgb(225,96,109); }
div.DivClassName
{
background-color: #E1606D;
}
.BgClassName
{
background-color: #E1606D;
}
</style>
border-color css
<style>
span { border-color: #E1606D; }
span { border-color: rgb(225,96,109); }
td.TdClassName
{
border-color: #E1606D;
}
.TagClassName
{
border-color: #E1606D;
}
</style>