Shades of Froly #EB6566
Tints of Froly #EB6566
RGB
CMYK
RGB Variations
Color information
#EB6566 (or 0xEB6566) is known color: Froly. HEX triplet: EB, 65 and 66. RGB value is (235,101,102). Sum of RGB (Red+Green+Blue) = 235+101+102=438 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.65% from 438); Green value is 101 (39.84% from 255 or 23.06% from 438); Blue value is 102 (40.23% from 255 or 23.29% from 438); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6566 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB6566 is #149A99. Grayscale: #8D8D8D. Windows color (decimal): -1350298 or 6710763. OLE color: 6710763.
HSL color Cylindrical-coordinate representation of color #EB6566: hue angle of 359.55º 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 #EB6566 is Cyan = 0, Magento = 0.57, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 101 | 102 | - |
| CMYK | 0 | 0.57 | 0.57 | 0.08 |
| HSL | 359.55º | 0.77% | 0.66% | - |
| HSV(B) | 359.55º | 0.57% | 0.92% | - |
| XYZ | 41.31 | 27.93 | 15.78 | - |
| YUV | 141.18 | 105.89 | 194.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 101 | 102 | 0 | 0.57 | 0.57 | 0.08 | 359.55 | 0.77 | 0.66 |
| Hex | EB | 65 | 66 | 0 | 39 | 39 | 8 | 168 | 4D | 42 |
| Octal | 353 | 145 | 146 | 0 | 71 | 71 | 10 | 550 | 115 | 102 |
| Binary | 11101011 | 1100101 | 1100110 | 0 | 111001 | 111001 | 1000 | 101101000 | 1001101 | 1000010 |
Color Harmonies of #EB6566
Complementary color
Monochromatic Colors of #EB6566
Black with #EB6566
Text Example
Text Example
White with #EB6566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB6566; }
p { color: rgb(235,101,102); }
H1.HeaderClassName
{
color: #EB6566;
}
.AnyTagClassName
{
color: #EB6566;
}
</style>
background-color css
<style>
a { background-color: #EB6566; }
a { background-color: rgb(235,101,102); }
div.DivClassName
{
background-color: #EB6566;
}
.BgClassName
{
background-color: #EB6566;
}
</style>
border-color css
<style>
span { border-color: #EB6566; }
span { border-color: rgb(235,101,102); }
td.TdClassName
{
border-color: #EB6566;
}
.TagClassName
{
border-color: #EB6566;
}
</style>