Shades of Froly #EB737C
Tints of Froly #EB737C
RGB
CMYK
RGB Variations
Color information
#EB737C (or 0xEB737C) is known color: Froly. HEX triplet: EB, 73 and 7C. RGB value is (235,115,124). Sum of RGB (Red+Green+Blue) = 235+115+124=474 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.58% from 474); Green value is 115 (45.31% from 255 or 24.26% from 474); Blue value is 124 (48.83% from 255 or 26.16% from 474); Max value from RGB is 235 - color contains mainly: red. Hex color #EB737C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB737C is #148C83. Grayscale: #979797. Windows color (decimal): -1346692 or 8156139. OLE color: 8156139.
HSL color Cylindrical-coordinate representation of color #EB737C: hue angle of 355.5º 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 #EB737C is Cyan = 0, Magento = 0.51, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 115 | 124 | - |
| CMYK | 0 | 0.51 | 0.47 | 0.08 |
| HSL | 355.5º | 0.75% | 0.69% | - |
| HSV(B) | 355.5º | 0.51% | 0.92% | - |
| XYZ | 44.03 | 31.38 | 22.8 | - |
| YUV | 151.91 | 112.26 | 187.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 115 | 124 | 0 | 0.51 | 0.47 | 0.08 | 355.5 | 0.75 | 0.69 |
| Hex | EB | 73 | 7C | 0 | 33 | 2F | 8 | 164 | 4B | 45 |
| Octal | 353 | 163 | 174 | 0 | 63 | 57 | 10 | 544 | 113 | 105 |
| Binary | 11101011 | 1110011 | 1111100 | 0 | 110011 | 101111 | 1000 | 101100100 | 1001011 | 1000101 |
Color Harmonies of #EB737C
Complementary color
Monochromatic Colors of #EB737C
Black with #EB737C
Text Example
Text Example
White with #EB737C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB737C; }
p { color: rgb(235,115,124); }
H1.HeaderClassName
{
color: #EB737C;
}
.AnyTagClassName
{
color: #EB737C;
}
</style>
background-color css
<style>
a { background-color: #EB737C; }
a { background-color: rgb(235,115,124); }
div.DivClassName
{
background-color: #EB737C;
}
.BgClassName
{
background-color: #EB737C;
}
</style>
border-color css
<style>
span { border-color: #EB737C; }
span { border-color: rgb(235,115,124); }
td.TdClassName
{
border-color: #EB737C;
}
.TagClassName
{
border-color: #EB737C;
}
</style>