Shades of Froly #EC6B7D
Tints of Froly #EC6B7D
RGB
CMYK
RGB Variations
Color information
#EC6B7D (or 0xEC6B7D) is known color: Froly. HEX triplet: EC, 6B and 7D. RGB value is (236,107,125). Sum of RGB (Red+Green+Blue) = 236+107+125=468 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.43% from 468); Green value is 107 (42.19% from 255 or 22.86% from 468); Blue value is 125 (49.22% from 255 or 26.71% from 468); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6B7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6B7D is #139482. Grayscale: #939393. Windows color (decimal): -1283203 or 8219628. OLE color: 8219628.
HSL color Cylindrical-coordinate representation of color #EC6B7D: hue angle of 351.63º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EC6B7D is Cyan = 0, Magento = 0.55, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 107 | 125 | - |
| CMYK | 0 | 0.55 | 0.47 | 0.07 |
| HSL | 351.63º | 0.77% | 0.67% | - |
| HSV(B) | 351.63º | 0.55% | 0.93% | - |
| XYZ | 43.55 | 29.83 | 22.86 | - |
| YUV | 147.62 | 115.24 | 191.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 107 | 125 | 0 | 0.55 | 0.47 | 0.07 | 351.63 | 0.77 | 0.67 |
| Hex | EC | 6B | 7D | 0 | 37 | 2F | 7 | 160 | 4D | 43 |
| Octal | 354 | 153 | 175 | 0 | 67 | 57 | 7 | 540 | 115 | 103 |
| Binary | 11101100 | 1101011 | 1111101 | 0 | 110111 | 101111 | 111 | 101100000 | 1001101 | 1000011 |
Color Harmonies of #EC6B7D
Complementary color
Monochromatic Colors of #EC6B7D
Black with #EC6B7D
Text Example
Text Example
White with #EC6B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6B7D; }
p { color: rgb(236,107,125); }
H1.HeaderClassName
{
color: #EC6B7D;
}
.AnyTagClassName
{
color: #EC6B7D;
}
</style>
background-color css
<style>
a { background-color: #EC6B7D; }
a { background-color: rgb(236,107,125); }
div.DivClassName
{
background-color: #EC6B7D;
}
.BgClassName
{
background-color: #EC6B7D;
}
</style>
border-color css
<style>
span { border-color: #EC6B7D; }
span { border-color: rgb(236,107,125); }
td.TdClassName
{
border-color: #EC6B7D;
}
.TagClassName
{
border-color: #EC6B7D;
}
</style>