Shades of Froly #E16978
Tints of Froly #E16978
RGB
CMYK
RGB Variations
Color information
#E16978 (or 0xE16978) is known color: Froly. HEX triplet: E1, 69 and 78. RGB value is (225,105,120). Sum of RGB (Red+Green+Blue) = 225+105+120=450 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50% from 450); Green value is 105 (41.41% from 255 or 23.33% from 450); Blue value is 120 (47.27% from 255 or 26.67% from 450); Max value from RGB is 225 - color contains mainly: red. Hex color #E16978 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16978 is #1E9687. Grayscale: #8E8E8E. Windows color (decimal): -2004616 or 7891425. OLE color: 7891425.
HSL color Cylindrical-coordinate representation of color #E16978: hue angle of 352.5º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E16978 is Cyan = 0, Magento = 0.53, Yellow = 0.47 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 105 | 120 | - |
| CMYK | 0 | 0.53 | 0.47 | 0.12 |
| HSL | 352.5º | 0.67% | 0.65% | - |
| HSV(B) | 352.5º | 0.53% | 0.88% | - |
| XYZ | 39.49 | 27.47 | 20.99 | - |
| YUV | 142.59 | 115.26 | 186.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 105 | 120 | 0 | 0.53 | 0.47 | 0.12 | 352.5 | 0.67 | 0.65 |
| Hex | E1 | 69 | 78 | 0 | 35 | 2F | C | 160 | 43 | 41 |
| Octal | 341 | 151 | 170 | 0 | 65 | 57 | 14 | 540 | 103 | 101 |
| Binary | 11100001 | 1101001 | 1111000 | 0 | 110101 | 101111 | 1100 | 101100000 | 1000011 | 1000001 |
Color Harmonies of #E16978
Complementary color
Monochromatic Colors of #E16978
Black with #E16978
Text Example
Text Example
White with #E16978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16978; }
p { color: rgb(225,105,120); }
H1.HeaderClassName
{
color: #E16978;
}
.AnyTagClassName
{
color: #E16978;
}
</style>
background-color css
<style>
a { background-color: #E16978; }
a { background-color: rgb(225,105,120); }
div.DivClassName
{
background-color: #E16978;
}
.BgClassName
{
background-color: #E16978;
}
</style>
border-color css
<style>
span { border-color: #E16978; }
span { border-color: rgb(225,105,120); }
td.TdClassName
{
border-color: #E16978;
}
.TagClassName
{
border-color: #E16978;
}
</style>