Shades of Froly #E66173
Tints of Froly #E66173
RGB
CMYK
RGB Variations
Color information
#E66173 (or 0xE66173) is known color: Froly. HEX triplet: E6, 61 and 73. RGB value is (230,97,115). Sum of RGB (Red+Green+Blue) = 230+97+115=442 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.04% from 442); Green value is 97 (38.28% from 255 or 21.95% from 442); Blue value is 115 (45.31% from 255 or 26.02% from 442); Max value from RGB is 230 - color contains mainly: red. Hex color #E66173 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E66173 is #199E8C. Grayscale: #8A8A8A. Windows color (decimal): -1678989 or 7561702. OLE color: 7561702.
HSL color Cylindrical-coordinate representation of color #E66173: hue angle of 351.88º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E66173 is Cyan = 0, Magento = 0.58, Yellow = 0.5 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 97 | 115 | - |
| CMYK | 0 | 0.58 | 0.5 | 0.10 |
| HSL | 351.88º | 0.73% | 0.64% | - |
| HSV(B) | 351.88º | 0.58% | 0.9% | - |
| XYZ | 40 | 26.61 | 19.25 | - |
| YUV | 138.82 | 114.56 | 193.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 97 | 115 | 0 | 0.58 | 0.5 | 0.10 | 351.88 | 0.73 | 0.64 |
| Hex | E6 | 61 | 73 | 0 | 3A | 32 | A | 160 | 49 | 40 |
| Octal | 346 | 141 | 163 | 0 | 72 | 62 | 12 | 540 | 111 | 100 |
| Binary | 11100110 | 1100001 | 1110011 | 0 | 111010 | 110010 | 1010 | 101100000 | 1001001 | 1000000 |
Color Harmonies of #E66173
Complementary color
Monochromatic Colors of #E66173
Black with #E66173
Text Example
Text Example
White with #E66173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66173; }
p { color: rgb(230,97,115); }
H1.HeaderClassName
{
color: #E66173;
}
.AnyTagClassName
{
color: #E66173;
}
</style>
background-color css
<style>
a { background-color: #E66173; }
a { background-color: rgb(230,97,115); }
div.DivClassName
{
background-color: #E66173;
}
.BgClassName
{
background-color: #E66173;
}
</style>
border-color css
<style>
span { border-color: #E66173; }
span { border-color: rgb(230,97,115); }
td.TdClassName
{
border-color: #E66173;
}
.TagClassName
{
border-color: #E66173;
}
</style>