Shades of Froly #E66569
Tints of Froly #E66569
RGB
CMYK
RGB Variations
Color information
#E66569 (or 0xE66569) is known color: Froly. HEX triplet: E6, 65 and 69. RGB value is (230,101,105). Sum of RGB (Red+Green+Blue) = 230+101+105=436 (57% of max value = 765). Red value is 230 (90.23% from 255 or 52.75% from 436); Green value is 101 (39.84% from 255 or 23.17% from 436); Blue value is 105 (41.41% from 255 or 24.08% from 436); Max value from RGB is 230 - color contains mainly: red. Hex color #E66569 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E66569 is #199A96. Grayscale: #8C8C8C. Windows color (decimal): -1677975 or 6907366. OLE color: 6907366.
HSL color Cylindrical-coordinate representation of color #E66569: hue angle of 358.14º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E66569 is Cyan = 0, Magento = 0.56, Yellow = 0.54 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 101 | 105 | - |
| CMYK | 0 | 0.56 | 0.54 | 0.10 |
| HSL | 358.14º | 0.72% | 0.65% | - |
| HSV(B) | 358.14º | 0.56% | 0.9% | - |
| XYZ | 39.84 | 27.15 | 16.51 | - |
| YUV | 140.03 | 108.24 | 192.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 101 | 105 | 0 | 0.56 | 0.54 | 0.10 | 358.14 | 0.72 | 0.65 |
| Hex | E6 | 65 | 69 | 0 | 38 | 36 | A | 166 | 48 | 41 |
| Octal | 346 | 145 | 151 | 0 | 70 | 66 | 12 | 546 | 110 | 101 |
| Binary | 11100110 | 1100101 | 1101001 | 0 | 111000 | 110110 | 1010 | 101100110 | 1001000 | 1000001 |
Color Harmonies of #E66569
Complementary color
Monochromatic Colors of #E66569
Black with #E66569
Text Example
Text Example
White with #E66569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66569; }
p { color: rgb(230,101,105); }
H1.HeaderClassName
{
color: #E66569;
}
.AnyTagClassName
{
color: #E66569;
}
</style>
background-color css
<style>
a { background-color: #E66569; }
a { background-color: rgb(230,101,105); }
div.DivClassName
{
background-color: #E66569;
}
.BgClassName
{
background-color: #E66569;
}
</style>
border-color css
<style>
span { border-color: #E66569; }
span { border-color: rgb(230,101,105); }
td.TdClassName
{
border-color: #E66569;
}
.TagClassName
{
border-color: #E66569;
}
</style>