Shades of Froly #EC7276
Tints of Froly #EC7276
RGB
CMYK
RGB Variations
Color information
#EC7276 (or 0xEC7276) is known color: Froly. HEX triplet: EC, 72 and 76. RGB value is (236,114,118). Sum of RGB (Red+Green+Blue) = 236+114+118=468 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.43% from 468); Green value is 114 (44.92% from 255 or 24.36% from 468); Blue value is 118 (46.48% from 255 or 25.21% from 468); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7276 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7276 is #138D89. Grayscale: #979797. Windows color (decimal): -1281418 or 7762668. OLE color: 7762668.
HSL color Cylindrical-coordinate representation of color #EC7276: hue angle of 358.03º 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 #EC7276 is Cyan = 0, Magento = 0.52, Yellow = 0.5 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 114 | 118 | - |
| CMYK | 0 | 0.52 | 0.5 | 0.07 |
| HSL | 358.03º | 0.76% | 0.69% | - |
| HSV(B) | 358.03º | 0.52% | 0.93% | - |
| XYZ | 43.88 | 31.18 | 20.84 | - |
| YUV | 150.93 | 109.42 | 188.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 114 | 118 | 0 | 0.52 | 0.5 | 0.07 | 358.03 | 0.76 | 0.69 |
| Hex | EC | 72 | 76 | 0 | 34 | 32 | 7 | 166 | 4C | 45 |
| Octal | 354 | 162 | 166 | 0 | 64 | 62 | 7 | 546 | 114 | 105 |
| Binary | 11101100 | 1110010 | 1110110 | 0 | 110100 | 110010 | 111 | 101100110 | 1001100 | 1000101 |
Color Harmonies of #EC7276
Complementary color
Monochromatic Colors of #EC7276
Black with #EC7276
Text Example
Text Example
White with #EC7276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7276; }
p { color: rgb(236,114,118); }
H1.HeaderClassName
{
color: #EC7276;
}
.AnyTagClassName
{
color: #EC7276;
}
</style>
background-color css
<style>
a { background-color: #EC7276; }
a { background-color: rgb(236,114,118); }
div.DivClassName
{
background-color: #EC7276;
}
.BgClassName
{
background-color: #EC7276;
}
</style>
border-color css
<style>
span { border-color: #EC7276; }
span { border-color: rgb(236,114,118); }
td.TdClassName
{
border-color: #EC7276;
}
.TagClassName
{
border-color: #EC7276;
}
</style>