Shades of Froly #E6787B
Tints of Froly #E6787B
RGB
CMYK
RGB Variations
Color information
#E6787B (or 0xE6787B) is known color: Froly. HEX triplet: E6, 78 and 7B. RGB value is (230,120,123). Sum of RGB (Red+Green+Blue) = 230+120+123=473 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.63% from 473); Green value is 120 (47.27% from 255 or 25.37% from 473); Blue value is 123 (48.44% from 255 or 26.00% from 473); Max value from RGB is 230 - color contains mainly: red. Hex color #E6787B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6787B is #198784. Grayscale: #999999. Windows color (decimal): -1673093 or 8091878. OLE color: 8091878.
HSL color Cylindrical-coordinate representation of color #E6787B: hue angle of 358.36º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E6787B is Cyan = 0, Magento = 0.48, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 120 | 123 | - |
| CMYK | 0 | 0.48 | 0.47 | 0.10 |
| HSL | 358.36º | 0.69% | 0.69% | - |
| HSV(B) | 358.36º | 0.48% | 0.9% | - |
| XYZ | 42.92 | 31.69 | 22.59 | - |
| YUV | 153.23 | 110.94 | 182.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 120 | 123 | 0 | 0.48 | 0.47 | 0.10 | 358.36 | 0.69 | 0.69 |
| Hex | E6 | 78 | 7B | 0 | 30 | 2F | A | 166 | 45 | 45 |
| Octal | 346 | 170 | 173 | 0 | 60 | 57 | 12 | 546 | 105 | 105 |
| Binary | 11100110 | 1111000 | 1111011 | 0 | 110000 | 101111 | 1010 | 101100110 | 1000101 | 1000101 |
Color Harmonies of #E6787B
Complementary color
Monochromatic Colors of #E6787B
Black with #E6787B
Text Example
Text Example
White with #E6787B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6787B; }
p { color: rgb(230,120,123); }
H1.HeaderClassName
{
color: #E6787B;
}
.AnyTagClassName
{
color: #E6787B;
}
</style>
background-color css
<style>
a { background-color: #E6787B; }
a { background-color: rgb(230,120,123); }
div.DivClassName
{
background-color: #E6787B;
}
.BgClassName
{
background-color: #E6787B;
}
</style>
border-color css
<style>
span { border-color: #E6787B; }
span { border-color: rgb(230,120,123); }
td.TdClassName
{
border-color: #E6787B;
}
.TagClassName
{
border-color: #E6787B;
}
</style>