Shades of Froly #E6697B
Tints of Froly #E6697B
RGB
CMYK
RGB Variations
Color information
#E6697B (or 0xE6697B) is known color: Froly. HEX triplet: E6, 69 and 7B. RGB value is (230,105,123). Sum of RGB (Red+Green+Blue) = 230+105+123=458 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.22% from 458); Green value is 105 (41.41% from 255 or 22.93% from 458); Blue value is 123 (48.44% from 255 or 26.86% from 458); Max value from RGB is 230 - color contains mainly: red. Hex color #E6697B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6697B is #199684. Grayscale: #909090. Windows color (decimal): -1676933 or 8088038. OLE color: 8088038.
HSL color Cylindrical-coordinate representation of color #E6697B: hue angle of 351.36º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E6697B is Cyan = 0, Magento = 0.54, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 105 | 123 | - |
| CMYK | 0 | 0.54 | 0.47 | 0.10 |
| HSL | 351.36º | 0.71% | 0.66% | - |
| HSV(B) | 351.36º | 0.54% | 0.9% | - |
| XYZ | 41.26 | 28.36 | 22.04 | - |
| YUV | 144.43 | 115.91 | 189.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 105 | 123 | 0 | 0.54 | 0.47 | 0.10 | 351.36 | 0.71 | 0.66 |
| Hex | E6 | 69 | 7B | 0 | 36 | 2F | A | 15F | 47 | 42 |
| Octal | 346 | 151 | 173 | 0 | 66 | 57 | 12 | 537 | 107 | 102 |
| Binary | 11100110 | 1101001 | 1111011 | 0 | 110110 | 101111 | 1010 | 101011111 | 1000111 | 1000010 |
Color Harmonies of #E6697B
Complementary color
Monochromatic Colors of #E6697B
Black with #E6697B
Text Example
Text Example
White with #E6697B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6697B; }
p { color: rgb(230,105,123); }
H1.HeaderClassName
{
color: #E6697B;
}
.AnyTagClassName
{
color: #E6697B;
}
</style>
background-color css
<style>
a { background-color: #E6697B; }
a { background-color: rgb(230,105,123); }
div.DivClassName
{
background-color: #E6697B;
}
.BgClassName
{
background-color: #E6697B;
}
</style>
border-color css
<style>
span { border-color: #E6697B; }
span { border-color: rgb(230,105,123); }
td.TdClassName
{
border-color: #E6697B;
}
.TagClassName
{
border-color: #E6697B;
}
</style>