Shades of Froly #EC787F
Tints of Froly #EC787F
RGB
CMYK
RGB Variations
Color information
#EC787F (or 0xEC787F) is known color: Froly. HEX triplet: EC, 78 and 7F. RGB value is (236,120,127). Sum of RGB (Red+Green+Blue) = 236+120+127=483 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.86% from 483); Green value is 120 (47.27% from 255 or 24.84% from 483); Blue value is 127 (50% from 255 or 26.29% from 483); Max value from RGB is 236 - color contains mainly: red. Hex color #EC787F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC787F is #138780. Grayscale: #9B9B9B. Windows color (decimal): -1279873 or 8354028. OLE color: 8354028.
HSL color Cylindrical-coordinate representation of color #EC787F: hue angle of 356.38º 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 #EC787F is Cyan = 0, Magento = 0.49, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 120 | 127 | - |
| CMYK | 0 | 0.49 | 0.46 | 0.07 |
| HSL | 356.38º | 0.75% | 0.7% | - |
| HSV(B) | 356.38º | 0.49% | 0.93% | - |
| XYZ | 45.14 | 32.8 | 24.03 | - |
| YUV | 155.48 | 111.93 | 185.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 120 | 127 | 0 | 0.49 | 0.46 | 0.07 | 356.38 | 0.75 | 0.7 |
| Hex | EC | 78 | 7F | 0 | 31 | 2E | 7 | 164 | 4B | 46 |
| Octal | 354 | 170 | 177 | 0 | 61 | 56 | 7 | 544 | 113 | 106 |
| Binary | 11101100 | 1111000 | 1111111 | 0 | 110001 | 101110 | 111 | 101100100 | 1001011 | 1000110 |
Color Harmonies of #EC787F
Complementary color
Monochromatic Colors of #EC787F
Black with #EC787F
Text Example
Text Example
White with #EC787F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC787F; }
p { color: rgb(236,120,127); }
H1.HeaderClassName
{
color: #EC787F;
}
.AnyTagClassName
{
color: #EC787F;
}
</style>
background-color css
<style>
a { background-color: #EC787F; }
a { background-color: rgb(236,120,127); }
div.DivClassName
{
background-color: #EC787F;
}
.BgClassName
{
background-color: #EC787F;
}
</style>
border-color css
<style>
span { border-color: #EC787F; }
span { border-color: rgb(236,120,127); }
td.TdClassName
{
border-color: #EC787F;
}
.TagClassName
{
border-color: #EC787F;
}
</style>