Shades of Froly #EC5B67
Tints of Froly #EC5B67
RGB
CMYK
RGB Variations
Color information
#EC5B67 (or 0xEC5B67) is known color: Froly. HEX triplet: EC, 5B and 67. RGB value is (236,91,103). Sum of RGB (Red+Green+Blue) = 236+91+103=430 (56% of max value = 765). Red value is 236 (92.58% from 255 or 54.88% from 430); Green value is 91 (35.94% from 255 or 21.16% from 430); Blue value is 103 (40.62% from 255 or 23.95% from 430); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5B67 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5B67 is #13A498. Grayscale: #878787. Windows color (decimal): -1287321 or 6773740. OLE color: 6773740.
HSL color Cylindrical-coordinate representation of color #EC5B67: hue angle of 355.03º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EC5B67 is Cyan = 0, Magento = 0.61, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 91 | 103 | - |
| CMYK | 0 | 0.61 | 0.56 | 0.07 |
| HSL | 355.03º | 0.79% | 0.64% | - |
| HSV(B) | 355.03º | 0.61% | 0.93% | - |
| XYZ | 40.78 | 26.29 | 15.76 | - |
| YUV | 135.72 | 109.54 | 199.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 91 | 103 | 0 | 0.61 | 0.56 | 0.07 | 355.03 | 0.79 | 0.64 |
| Hex | EC | 5B | 67 | 0 | 3D | 38 | 7 | 163 | 4F | 40 |
| Octal | 354 | 133 | 147 | 0 | 75 | 70 | 7 | 543 | 117 | 100 |
| Binary | 11101100 | 1011011 | 1100111 | 0 | 111101 | 111000 | 111 | 101100011 | 1001111 | 1000000 |
Color Harmonies of #EC5B67
Complementary color
Monochromatic Colors of #EC5B67
Black with #EC5B67
Text Example
Text Example
White with #EC5B67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5B67; }
p { color: rgb(236,91,103); }
H1.HeaderClassName
{
color: #EC5B67;
}
.AnyTagClassName
{
color: #EC5B67;
}
</style>
background-color css
<style>
a { background-color: #EC5B67; }
a { background-color: rgb(236,91,103); }
div.DivClassName
{
background-color: #EC5B67;
}
.BgClassName
{
background-color: #EC5B67;
}
</style>
border-color css
<style>
span { border-color: #EC5B67; }
span { border-color: rgb(236,91,103); }
td.TdClassName
{
border-color: #EC5B67;
}
.TagClassName
{
border-color: #EC5B67;
}
</style>