Shades of Froly #EC727B
Tints of Froly #EC727B
RGB
CMYK
RGB Variations
Color information
#EC727B (or 0xEC727B) is known color: Froly. HEX triplet: EC, 72 and 7B. RGB value is (236,114,123). Sum of RGB (Red+Green+Blue) = 236+114+123=473 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.89% from 473); Green value is 114 (44.92% from 255 or 24.10% from 473); Blue value is 123 (48.44% from 255 or 26.00% from 473); Max value from RGB is 236 - color contains mainly: red. Hex color #EC727B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC727B is #138D84. Grayscale: #979797. Windows color (decimal): -1281413 or 8090348. OLE color: 8090348.
HSL color Cylindrical-coordinate representation of color #EC727B: hue angle of 355.57º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EC727B is Cyan = 0, Magento = 0.52, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 114 | 123 | - |
| CMYK | 0 | 0.52 | 0.48 | 0.07 |
| HSL | 355.57º | 0.76% | 0.69% | - |
| HSV(B) | 355.57º | 0.52% | 0.93% | - |
| XYZ | 44.18 | 31.3 | 22.45 | - |
| YUV | 151.5 | 111.92 | 188.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 114 | 123 | 0 | 0.52 | 0.48 | 0.07 | 355.57 | 0.76 | 0.69 |
| Hex | EC | 72 | 7B | 0 | 34 | 30 | 7 | 164 | 4C | 45 |
| Octal | 354 | 162 | 173 | 0 | 64 | 60 | 7 | 544 | 114 | 105 |
| Binary | 11101100 | 1110010 | 1111011 | 0 | 110100 | 110000 | 111 | 101100100 | 1001100 | 1000101 |
Color Harmonies of #EC727B
Complementary color
Monochromatic Colors of #EC727B
Black with #EC727B
Text Example
Text Example
White with #EC727B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC727B; }
p { color: rgb(236,114,123); }
H1.HeaderClassName
{
color: #EC727B;
}
.AnyTagClassName
{
color: #EC727B;
}
</style>
background-color css
<style>
a { background-color: #EC727B; }
a { background-color: rgb(236,114,123); }
div.DivClassName
{
background-color: #EC727B;
}
.BgClassName
{
background-color: #EC727B;
}
</style>
border-color css
<style>
span { border-color: #EC727B; }
span { border-color: rgb(236,114,123); }
td.TdClassName
{
border-color: #EC727B;
}
.TagClassName
{
border-color: #EC727B;
}
</style>