Shades of Froly #EB657C
Tints of Froly #EB657C
RGB
CMYK
RGB Variations
Color information
#EB657C (or 0xEB657C) is known color: Froly. HEX triplet: EB, 65 and 7C. RGB value is (235,101,124). Sum of RGB (Red+Green+Blue) = 235+101+124=460 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.09% from 460); Green value is 101 (39.84% from 255 or 21.96% from 460); Blue value is 124 (48.83% from 255 or 26.96% from 460); Max value from RGB is 235 - color contains mainly: red. Hex color #EB657C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB657C is #149A83. Grayscale: #8F8F8F. Windows color (decimal): -1350276 or 8152555. OLE color: 8152555.
HSL color Cylindrical-coordinate representation of color #EB657C: hue angle of 349.7º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EB657C is Cyan = 0, Magento = 0.57, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 101 | 124 | - |
| CMYK | 0 | 0.57 | 0.47 | 0.08 |
| HSL | 349.7º | 0.77% | 0.66% | - |
| HSV(B) | 349.7º | 0.57% | 0.92% | - |
| XYZ | 42.55 | 28.42 | 22.31 | - |
| YUV | 143.69 | 116.89 | 193.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 101 | 124 | 0 | 0.57 | 0.47 | 0.08 | 349.7 | 0.77 | 0.66 |
| Hex | EB | 65 | 7C | 0 | 39 | 2F | 8 | 15E | 4D | 42 |
| Octal | 353 | 145 | 174 | 0 | 71 | 57 | 10 | 536 | 115 | 102 |
| Binary | 11101011 | 1100101 | 1111100 | 0 | 111001 | 101111 | 1000 | 101011110 | 1001101 | 1000010 |
Color Harmonies of #EB657C
Complementary color
Monochromatic Colors of #EB657C
Black with #EB657C
Text Example
Text Example
White with #EB657C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB657C; }
p { color: rgb(235,101,124); }
H1.HeaderClassName
{
color: #EB657C;
}
.AnyTagClassName
{
color: #EB657C;
}
</style>
background-color css
<style>
a { background-color: #EB657C; }
a { background-color: rgb(235,101,124); }
div.DivClassName
{
background-color: #EB657C;
}
.BgClassName
{
background-color: #EB657C;
}
</style>
border-color css
<style>
span { border-color: #EB657C; }
span { border-color: rgb(235,101,124); }
td.TdClassName
{
border-color: #EB657C;
}
.TagClassName
{
border-color: #EB657C;
}
</style>