Shades of Froly #EC6769
Tints of Froly #EC6769
RGB
CMYK
RGB Variations
Color information
#EC6769 (or 0xEC6769) is known color: Froly. HEX triplet: EC, 67 and 69. RGB value is (236,103,105). Sum of RGB (Red+Green+Blue) = 236+103+105=444 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.15% from 444); Green value is 103 (40.62% from 255 or 23.20% from 444); Blue value is 105 (41.41% from 255 or 23.65% from 444); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6769 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6769 is #139896. Grayscale: #8F8F8F. Windows color (decimal): -1284247 or 6907884. OLE color: 6907884.
HSL color Cylindrical-coordinate representation of color #EC6769: hue angle of 359.1º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EC6769 is Cyan = 0, Magento = 0.56, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 103 | 105 | - |
| CMYK | 0 | 0.56 | 0.56 | 0.07 |
| HSL | 359.1º | 0.78% | 0.66% | - |
| HSV(B) | 359.1º | 0.56% | 0.93% | - |
| XYZ | 41.99 | 28.55 | 16.66 | - |
| YUV | 143 | 106.56 | 194.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 103 | 105 | 0 | 0.56 | 0.56 | 0.07 | 359.1 | 0.78 | 0.66 |
| Hex | EC | 67 | 69 | 0 | 38 | 38 | 7 | 167 | 4E | 42 |
| Octal | 354 | 147 | 151 | 0 | 70 | 70 | 7 | 547 | 116 | 102 |
| Binary | 11101100 | 1100111 | 1101001 | 0 | 111000 | 111000 | 111 | 101100111 | 1001110 | 1000010 |
Color Harmonies of #EC6769
Complementary color
Monochromatic Colors of #EC6769
Black with #EC6769
Text Example
Text Example
White with #EC6769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6769; }
p { color: rgb(236,103,105); }
H1.HeaderClassName
{
color: #EC6769;
}
.AnyTagClassName
{
color: #EC6769;
}
</style>
background-color css
<style>
a { background-color: #EC6769; }
a { background-color: rgb(236,103,105); }
div.DivClassName
{
background-color: #EC6769;
}
.BgClassName
{
background-color: #EC6769;
}
</style>
border-color css
<style>
span { border-color: #EC6769; }
span { border-color: rgb(236,103,105); }
td.TdClassName
{
border-color: #EC6769;
}
.TagClassName
{
border-color: #EC6769;
}
</style>