Shades of Froly #E66875
Tints of Froly #E66875
RGB
CMYK
RGB Variations
Color information
#E66875 (or 0xE66875) is known color: Froly. HEX triplet: E6, 68 and 75. RGB value is (230,104,117). Sum of RGB (Red+Green+Blue) = 230+104+117=451 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.00% from 451); Green value is 104 (41.02% from 255 or 23.06% from 451); Blue value is 117 (46.09% from 255 or 25.94% from 451); Max value from RGB is 230 - color contains mainly: red. Hex color #E66875 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E66875 is #19978A. Grayscale: #8F8F8F. Windows color (decimal): -1677195 or 7694566. OLE color: 7694566.
HSL color Cylindrical-coordinate representation of color #E66875: hue angle of 353.81º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E66875 is Cyan = 0, Magento = 0.55, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 104 | 117 | - |
| CMYK | 0 | 0.55 | 0.49 | 0.10 |
| HSL | 353.81º | 0.72% | 0.65% | - |
| HSV(B) | 353.81º | 0.55% | 0.9% | - |
| XYZ | 40.79 | 28.01 | 20.09 | - |
| YUV | 143.16 | 113.24 | 189.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 104 | 117 | 0 | 0.55 | 0.49 | 0.10 | 353.81 | 0.72 | 0.65 |
| Hex | E6 | 68 | 75 | 0 | 37 | 31 | A | 162 | 48 | 41 |
| Octal | 346 | 150 | 165 | 0 | 67 | 61 | 12 | 542 | 110 | 101 |
| Binary | 11100110 | 1101000 | 1110101 | 0 | 110111 | 110001 | 1010 | 101100010 | 1001000 | 1000001 |
Color Harmonies of #E66875
Complementary color
Monochromatic Colors of #E66875
Black with #E66875
Text Example
Text Example
White with #E66875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66875; }
p { color: rgb(230,104,117); }
H1.HeaderClassName
{
color: #E66875;
}
.AnyTagClassName
{
color: #E66875;
}
</style>
background-color css
<style>
a { background-color: #E66875; }
a { background-color: rgb(230,104,117); }
div.DivClassName
{
background-color: #E66875;
}
.BgClassName
{
background-color: #E66875;
}
</style>
border-color css
<style>
span { border-color: #E66875; }
span { border-color: rgb(230,104,117); }
td.TdClassName
{
border-color: #E66875;
}
.TagClassName
{
border-color: #E66875;
}
</style>