Shades of Froly #EB747C
Tints of Froly #EB747C
RGB
CMYK
RGB Variations
Color information
#EB747C (or 0xEB747C) is known color: Froly. HEX triplet: EB, 74 and 7C. RGB value is (235,116,124). Sum of RGB (Red+Green+Blue) = 235+116+124=475 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.47% from 475); Green value is 116 (45.70% from 255 or 24.42% from 475); Blue value is 124 (48.83% from 255 or 26.11% from 475); Max value from RGB is 235 - color contains mainly: red. Hex color #EB747C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB747C is #148B83. Grayscale: #989898. Windows color (decimal): -1346436 or 8156395. OLE color: 8156395.
HSL color Cylindrical-coordinate representation of color #EB747C: hue angle of 355.97º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EB747C is Cyan = 0, Magento = 0.51, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 116 | 124 | - |
| CMYK | 0 | 0.51 | 0.47 | 0.08 |
| HSL | 355.97º | 0.75% | 0.69% | - |
| HSV(B) | 355.97º | 0.51% | 0.92% | - |
| XYZ | 44.14 | 31.61 | 22.84 | - |
| YUV | 152.49 | 111.92 | 186.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 116 | 124 | 0 | 0.51 | 0.47 | 0.08 | 355.97 | 0.75 | 0.69 |
| Hex | EB | 74 | 7C | 0 | 33 | 2F | 8 | 164 | 4B | 45 |
| Octal | 353 | 164 | 174 | 0 | 63 | 57 | 10 | 544 | 113 | 105 |
| Binary | 11101011 | 1110100 | 1111100 | 0 | 110011 | 101111 | 1000 | 101100100 | 1001011 | 1000101 |
Color Harmonies of #EB747C
Complementary color
Monochromatic Colors of #EB747C
Black with #EB747C
Text Example
Text Example
White with #EB747C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB747C; }
p { color: rgb(235,116,124); }
H1.HeaderClassName
{
color: #EB747C;
}
.AnyTagClassName
{
color: #EB747C;
}
</style>
background-color css
<style>
a { background-color: #EB747C; }
a { background-color: rgb(235,116,124); }
div.DivClassName
{
background-color: #EB747C;
}
.BgClassName
{
background-color: #EB747C;
}
</style>
border-color css
<style>
span { border-color: #EB747C; }
span { border-color: rgb(235,116,124); }
td.TdClassName
{
border-color: #EB747C;
}
.TagClassName
{
border-color: #EB747C;
}
</style>