Shades of Froly #EB737E
Tints of Froly #EB737E
RGB
CMYK
RGB Variations
Color information
#EB737E (or 0xEB737E) is known color: Froly. HEX triplet: EB, 73 and 7E. RGB value is (235,115,126). Sum of RGB (Red+Green+Blue) = 235+115+126=476 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.37% from 476); Green value is 115 (45.31% from 255 or 24.16% from 476); Blue value is 126 (49.61% from 255 or 26.47% from 476); Max value from RGB is 235 - color contains mainly: red. Hex color #EB737E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB737E is #148C81. Grayscale: #989898. Windows color (decimal): -1346690 or 8287211. OLE color: 8287211.
HSL color Cylindrical-coordinate representation of color #EB737E: hue angle of 354.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 #EB737E is Cyan = 0, Magento = 0.51, Yellow = 0.46 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 115 | 126 | - |
| CMYK | 0 | 0.51 | 0.46 | 0.08 |
| HSL | 354.5º | 0.75% | 0.69% | - |
| HSV(B) | 354.5º | 0.51% | 0.92% | - |
| XYZ | 44.16 | 31.43 | 23.48 | - |
| YUV | 152.13 | 113.26 | 187.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 115 | 126 | 0 | 0.51 | 0.46 | 0.08 | 354.5 | 0.75 | 0.69 |
| Hex | EB | 73 | 7E | 0 | 33 | 2E | 8 | 162 | 4B | 45 |
| Octal | 353 | 163 | 176 | 0 | 63 | 56 | 10 | 542 | 113 | 105 |
| Binary | 11101011 | 1110011 | 1111110 | 0 | 110011 | 101110 | 1000 | 101100010 | 1001011 | 1000101 |
Color Harmonies of #EB737E
Complementary color
Monochromatic Colors of #EB737E
Black with #EB737E
Text Example
Text Example
White with #EB737E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB737E; }
p { color: rgb(235,115,126); }
H1.HeaderClassName
{
color: #EB737E;
}
.AnyTagClassName
{
color: #EB737E;
}
</style>
background-color css
<style>
a { background-color: #EB737E; }
a { background-color: rgb(235,115,126); }
div.DivClassName
{
background-color: #EB737E;
}
.BgClassName
{
background-color: #EB737E;
}
</style>
border-color css
<style>
span { border-color: #EB737E; }
span { border-color: rgb(235,115,126); }
td.TdClassName
{
border-color: #EB737E;
}
.TagClassName
{
border-color: #EB737E;
}
</style>