Shades of Froly #EB647C
Tints of Froly #EB647C
RGB
CMYK
RGB Variations
Color information
#EB647C (or 0xEB647C) is known color: Froly. HEX triplet: EB, 64 and 7C. RGB value is (235,100,124). Sum of RGB (Red+Green+Blue) = 235+100+124=459 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.20% from 459); Green value is 100 (39.45% from 255 or 21.79% from 459); Blue value is 124 (48.83% from 255 or 27.02% from 459); Max value from RGB is 235 - color contains mainly: red. Hex color #EB647C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB647C is #149B83. Grayscale: #8F8F8F. Windows color (decimal): -1350532 or 8152299. OLE color: 8152299.
HSL color Cylindrical-coordinate representation of color #EB647C: hue angle of 349.33º 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 #EB647C is Cyan = 0, Magento = 0.57, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 100 | 124 | - |
| CMYK | 0 | 0.57 | 0.47 | 0.08 |
| HSL | 349.33º | 0.77% | 0.66% | - |
| HSV(B) | 349.33º | 0.57% | 0.92% | - |
| XYZ | 42.46 | 28.23 | 22.28 | - |
| YUV | 143.1 | 117.23 | 193.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 100 | 124 | 0 | 0.57 | 0.47 | 0.08 | 349.33 | 0.77 | 0.66 |
| Hex | EB | 64 | 7C | 0 | 39 | 2F | 8 | 15D | 4D | 42 |
| Octal | 353 | 144 | 174 | 0 | 71 | 57 | 10 | 535 | 115 | 102 |
| Binary | 11101011 | 1100100 | 1111100 | 0 | 111001 | 101111 | 1000 | 101011101 | 1001101 | 1000010 |
Color Harmonies of #EB647C
Complementary color
Monochromatic Colors of #EB647C
Black with #EB647C
Text Example
Text Example
White with #EB647C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB647C; }
p { color: rgb(235,100,124); }
H1.HeaderClassName
{
color: #EB647C;
}
.AnyTagClassName
{
color: #EB647C;
}
</style>
background-color css
<style>
a { background-color: #EB647C; }
a { background-color: rgb(235,100,124); }
div.DivClassName
{
background-color: #EB647C;
}
.BgClassName
{
background-color: #EB647C;
}
</style>
border-color css
<style>
span { border-color: #EB647C; }
span { border-color: rgb(235,100,124); }
td.TdClassName
{
border-color: #EB647C;
}
.TagClassName
{
border-color: #EB647C;
}
</style>