Shades of Froly #EB6270
Tints of Froly #EB6270
RGB
CMYK
RGB Variations
Color information
#EB6270 (or 0xEB6270) is known color: Froly. HEX triplet: EB, 62 and 70. RGB value is (235,98,112). Sum of RGB (Red+Green+Blue) = 235+98+112=445 (58% of max value = 765). Red value is 235 (92.19% from 255 or 52.81% from 445); Green value is 98 (38.67% from 255 or 22.02% from 445); Blue value is 112 (44.14% from 255 or 25.17% from 445); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6270 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB6270 is #149D8F. Grayscale: #8C8C8C. Windows color (decimal): -1351056 or 7365355. OLE color: 7365355.
HSL color Cylindrical-coordinate representation of color #EB6270: hue angle of 353.87º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EB6270 is Cyan = 0, Magento = 0.58, Yellow = 0.52 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 98 | 112 | - |
| CMYK | 0 | 0.58 | 0.52 | 0.08 |
| HSL | 353.87º | 0.77% | 0.65% | - |
| HSV(B) | 353.87º | 0.58% | 0.92% | - |
| XYZ | 41.55 | 27.57 | 18.46 | - |
| YUV | 140.56 | 111.89 | 195.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 98 | 112 | 0 | 0.58 | 0.52 | 0.08 | 353.87 | 0.77 | 0.65 |
| Hex | EB | 62 | 70 | 0 | 3A | 34 | 8 | 162 | 4D | 41 |
| Octal | 353 | 142 | 160 | 0 | 72 | 64 | 10 | 542 | 115 | 101 |
| Binary | 11101011 | 1100010 | 1110000 | 0 | 111010 | 110100 | 1000 | 101100010 | 1001101 | 1000001 |
Color Harmonies of #EB6270
Complementary color
Monochromatic Colors of #EB6270
Black with #EB6270
Text Example
Text Example
White with #EB6270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB6270; }
p { color: rgb(235,98,112); }
H1.HeaderClassName
{
color: #EB6270;
}
.AnyTagClassName
{
color: #EB6270;
}
</style>
background-color css
<style>
a { background-color: #EB6270; }
a { background-color: rgb(235,98,112); }
div.DivClassName
{
background-color: #EB6270;
}
.BgClassName
{
background-color: #EB6270;
}
</style>
border-color css
<style>
span { border-color: #EB6270; }
span { border-color: rgb(235,98,112); }
td.TdClassName
{
border-color: #EB6270;
}
.TagClassName
{
border-color: #EB6270;
}
</style>