Shades of Froly #E6797B
Tints of Froly #E6797B
RGB
CMYK
RGB Variations
Color information
#E6797B (or 0xE6797B) is known color: Froly. HEX triplet: E6, 79 and 7B. RGB value is (230,121,123). Sum of RGB (Red+Green+Blue) = 230+121+123=474 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.52% from 474); Green value is 121 (47.66% from 255 or 25.53% from 474); Blue value is 123 (48.44% from 255 or 25.95% from 474); Max value from RGB is 230 - color contains mainly: red. Hex color #E6797B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6797B is #198684. Grayscale: #999999. Windows color (decimal): -1672837 or 8092134. OLE color: 8092134.
HSL color Cylindrical-coordinate representation of color #E6797B: hue angle of 358.9º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E6797B is Cyan = 0, Magento = 0.47, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 121 | 123 | - |
| CMYK | 0 | 0.47 | 0.47 | 0.10 |
| HSL | 358.9º | 0.69% | 0.69% | - |
| HSV(B) | 358.9º | 0.47% | 0.9% | - |
| XYZ | 43.05 | 31.93 | 22.63 | - |
| YUV | 153.82 | 110.61 | 182.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 121 | 123 | 0 | 0.47 | 0.47 | 0.10 | 358.9 | 0.69 | 0.69 |
| Hex | E6 | 79 | 7B | 0 | 2F | 2F | A | 167 | 45 | 45 |
| Octal | 346 | 171 | 173 | 0 | 57 | 57 | 12 | 547 | 105 | 105 |
| Binary | 11100110 | 1111001 | 1111011 | 0 | 101111 | 101111 | 1010 | 101100111 | 1000101 | 1000101 |
Color Harmonies of #E6797B
Complementary color
Monochromatic Colors of #E6797B
Black with #E6797B
Text Example
Text Example
White with #E6797B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6797B; }
p { color: rgb(230,121,123); }
H1.HeaderClassName
{
color: #E6797B;
}
.AnyTagClassName
{
color: #E6797B;
}
</style>
background-color css
<style>
a { background-color: #E6797B; }
a { background-color: rgb(230,121,123); }
div.DivClassName
{
background-color: #E6797B;
}
.BgClassName
{
background-color: #E6797B;
}
</style>
border-color css
<style>
span { border-color: #E6797B; }
span { border-color: rgb(230,121,123); }
td.TdClassName
{
border-color: #E6797B;
}
.TagClassName
{
border-color: #E6797B;
}
</style>