Shades of Froly #E1667D
Tints of Froly #E1667D
RGB
CMYK
RGB Variations
Color information
#E1667D (or 0xE1667D) is known color: Froly. HEX triplet: E1, 66 and 7D. RGB value is (225,102,125). Sum of RGB (Red+Green+Blue) = 225+102+125=452 (59% of max value = 765). Red value is 225 (88.28% from 255 or 49.78% from 452); Green value is 102 (40.23% from 255 or 22.57% from 452); Blue value is 125 (49.22% from 255 or 27.65% from 452); Max value from RGB is 225 - color contains mainly: red. Hex color #E1667D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1667D is #1E9982. Grayscale: #8D8D8D. Windows color (decimal): -2005379 or 8218337. OLE color: 8218337.
HSL color Cylindrical-coordinate representation of color #E1667D: hue angle of 348.78º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E1667D is Cyan = 0, Magento = 0.55, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 102 | 125 | - |
| CMYK | 0 | 0.55 | 0.44 | 0.12 |
| HSL | 348.78º | 0.67% | 0.64% | - |
| HSV(B) | 348.78º | 0.55% | 0.88% | - |
| XYZ | 39.5 | 26.99 | 22.53 | - |
| YUV | 141.4 | 118.75 | 187.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 102 | 125 | 0 | 0.55 | 0.44 | 0.12 | 348.78 | 0.67 | 0.64 |
| Hex | E1 | 66 | 7D | 0 | 37 | 2C | C | 15D | 43 | 40 |
| Octal | 341 | 146 | 175 | 0 | 67 | 54 | 14 | 535 | 103 | 100 |
| Binary | 11100001 | 1100110 | 1111101 | 0 | 110111 | 101100 | 1100 | 101011101 | 1000011 | 1000000 |
Color Harmonies of #E1667D
Complementary color
Monochromatic Colors of #E1667D
Black with #E1667D
Text Example
Text Example
White with #E1667D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1667D; }
p { color: rgb(225,102,125); }
H1.HeaderClassName
{
color: #E1667D;
}
.AnyTagClassName
{
color: #E1667D;
}
</style>
background-color css
<style>
a { background-color: #E1667D; }
a { background-color: rgb(225,102,125); }
div.DivClassName
{
background-color: #E1667D;
}
.BgClassName
{
background-color: #E1667D;
}
</style>
border-color css
<style>
span { border-color: #E1667D; }
span { border-color: rgb(225,102,125); }
td.TdClassName
{
border-color: #E1667D;
}
.TagClassName
{
border-color: #E1667D;
}
</style>