Shades of Froly #EC787D
Tints of Froly #EC787D
RGB
CMYK
RGB Variations
Color information
#EC787D (or 0xEC787D) is known color: Froly. HEX triplet: EC, 78 and 7D. RGB value is (236,120,125). Sum of RGB (Red+Green+Blue) = 236+120+125=481 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.06% from 481); Green value is 120 (47.27% from 255 or 24.95% from 481); Blue value is 125 (49.22% from 255 or 25.99% from 481); Max value from RGB is 236 - color contains mainly: red. Hex color #EC787D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC787D is #138782. Grayscale: #9B9B9B. Windows color (decimal): -1279875 or 8222956. OLE color: 8222956.
HSL color Cylindrical-coordinate representation of color #EC787D: hue angle of 357.41º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EC787D is Cyan = 0, Magento = 0.49, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 120 | 125 | - |
| CMYK | 0 | 0.49 | 0.47 | 0.07 |
| HSL | 357.41º | 0.75% | 0.7% | - |
| HSV(B) | 357.41º | 0.49% | 0.93% | - |
| XYZ | 45.01 | 32.75 | 23.35 | - |
| YUV | 155.25 | 110.93 | 185.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 120 | 125 | 0 | 0.49 | 0.47 | 0.07 | 357.41 | 0.75 | 0.7 |
| Hex | EC | 78 | 7D | 0 | 31 | 2F | 7 | 165 | 4B | 46 |
| Octal | 354 | 170 | 175 | 0 | 61 | 57 | 7 | 545 | 113 | 106 |
| Binary | 11101100 | 1111000 | 1111101 | 0 | 110001 | 101111 | 111 | 101100101 | 1001011 | 1000110 |
Color Harmonies of #EC787D
Complementary color
Monochromatic Colors of #EC787D
Black with #EC787D
Text Example
Text Example
White with #EC787D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC787D; }
p { color: rgb(236,120,125); }
H1.HeaderClassName
{
color: #EC787D;
}
.AnyTagClassName
{
color: #EC787D;
}
</style>
background-color css
<style>
a { background-color: #EC787D; }
a { background-color: rgb(236,120,125); }
div.DivClassName
{
background-color: #EC787D;
}
.BgClassName
{
background-color: #EC787D;
}
</style>
border-color css
<style>
span { border-color: #EC787D; }
span { border-color: rgb(236,120,125); }
td.TdClassName
{
border-color: #EC787D;
}
.TagClassName
{
border-color: #EC787D;
}
</style>