Shades of Froly #EC5F6A
Tints of Froly #EC5F6A
RGB
CMYK
RGB Variations
Color information
#EC5F6A (or 0xEC5F6A) is known color: Froly. HEX triplet: EC, 5F and 6A. RGB value is (236,95,106). Sum of RGB (Red+Green+Blue) = 236+95+106=437 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.00% from 437); Green value is 95 (37.5% from 255 or 21.74% from 437); Blue value is 106 (41.80% from 255 or 24.26% from 437); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5F6A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5F6A is #13A095. Grayscale: #8A8A8A. Windows color (decimal): -1286294 or 6971372. OLE color: 6971372.
HSL color Cylindrical-coordinate representation of color #EC5F6A: hue angle of 355.32º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EC5F6A is Cyan = 0, Magento = 0.60, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 95 | 106 | - |
| CMYK | 0 | 0.60 | 0.55 | 0.07 |
| HSL | 355.32º | 0.79% | 0.65% | - |
| HSV(B) | 355.32º | 0.6% | 0.93% | - |
| XYZ | 41.29 | 27.06 | 16.68 | - |
| YUV | 138.41 | 109.71 | 197.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 95 | 106 | 0 | 0.60 | 0.55 | 0.07 | 355.32 | 0.79 | 0.65 |
| Hex | EC | 5F | 6A | 0 | 3C | 37 | 7 | 163 | 4F | 41 |
| Octal | 354 | 137 | 152 | 0 | 74 | 67 | 7 | 543 | 117 | 101 |
| Binary | 11101100 | 1011111 | 1101010 | 0 | 111100 | 110111 | 111 | 101100011 | 1001111 | 1000001 |
Color Harmonies of #EC5F6A
Complementary color
Monochromatic Colors of #EC5F6A
Black with #EC5F6A
Text Example
Text Example
White with #EC5F6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5F6A; }
p { color: rgb(236,95,106); }
H1.HeaderClassName
{
color: #EC5F6A;
}
.AnyTagClassName
{
color: #EC5F6A;
}
</style>
background-color css
<style>
a { background-color: #EC5F6A; }
a { background-color: rgb(236,95,106); }
div.DivClassName
{
background-color: #EC5F6A;
}
.BgClassName
{
background-color: #EC5F6A;
}
</style>
border-color css
<style>
span { border-color: #EC5F6A; }
span { border-color: rgb(236,95,106); }
td.TdClassName
{
border-color: #EC5F6A;
}
.TagClassName
{
border-color: #EC5F6A;
}
</style>