Shades of Froly #E6787D
Tints of Froly #E6787D
RGB
CMYK
RGB Variations
Color information
#E6787D (or 0xE6787D) is known color: Froly. HEX triplet: E6, 78 and 7D. RGB value is (230,120,125). Sum of RGB (Red+Green+Blue) = 230+120+125=475 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.42% from 475); Green value is 120 (47.27% from 255 or 25.26% from 475); Blue value is 125 (49.22% from 255 or 26.32% from 475); Max value from RGB is 230 - color contains mainly: red. Hex color #E6787D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6787D is #198782. Grayscale: #999999. Windows color (decimal): -1673091 or 8222950. OLE color: 8222950.
HSL color Cylindrical-coordinate representation of color #E6787D: hue angle of 357.27º 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 #E6787D is Cyan = 0, Magento = 0.48, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 120 | 125 | - |
| CMYK | 0 | 0.48 | 0.46 | 0.10 |
| HSL | 357.27º | 0.69% | 0.69% | - |
| HSV(B) | 357.27º | 0.48% | 0.9% | - |
| XYZ | 43.05 | 31.74 | 23.26 | - |
| YUV | 153.46 | 111.94 | 182.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 120 | 125 | 0 | 0.48 | 0.46 | 0.10 | 357.27 | 0.69 | 0.69 |
| Hex | E6 | 78 | 7D | 0 | 30 | 2E | A | 165 | 45 | 45 |
| Octal | 346 | 170 | 175 | 0 | 60 | 56 | 12 | 545 | 105 | 105 |
| Binary | 11100110 | 1111000 | 1111101 | 0 | 110000 | 101110 | 1010 | 101100101 | 1000101 | 1000101 |
Color Harmonies of #E6787D
Complementary color
Monochromatic Colors of #E6787D
Black with #E6787D
Text Example
Text Example
White with #E6787D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6787D; }
p { color: rgb(230,120,125); }
H1.HeaderClassName
{
color: #E6787D;
}
.AnyTagClassName
{
color: #E6787D;
}
</style>
background-color css
<style>
a { background-color: #E6787D; }
a { background-color: rgb(230,120,125); }
div.DivClassName
{
background-color: #E6787D;
}
.BgClassName
{
background-color: #E6787D;
}
</style>
border-color css
<style>
span { border-color: #E6787D; }
span { border-color: rgb(230,120,125); }
td.TdClassName
{
border-color: #E6787D;
}
.TagClassName
{
border-color: #E6787D;
}
</style>