Shades of Froly #EB737A
Tints of Froly #EB737A
RGB
CMYK
RGB Variations
Color information
#EB737A (or 0xEB737A) is known color: Froly. HEX triplet: EB, 73 and 7A. RGB value is (235,115,122). Sum of RGB (Red+Green+Blue) = 235+115+122=472 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.79% from 472); Green value is 115 (45.31% from 255 or 24.36% from 472); Blue value is 122 (48.05% from 255 or 25.85% from 472); Max value from RGB is 235 - color contains mainly: red. Hex color #EB737A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB737A is #148C85. Grayscale: #979797. Windows color (decimal): -1346694 or 8025067. OLE color: 8025067.
HSL color Cylindrical-coordinate representation of color #EB737A: hue angle of 356.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 #EB737A is Cyan = 0, Magento = 0.51, Yellow = 0.48 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 115 | 122 | - |
| CMYK | 0 | 0.51 | 0.48 | 0.08 |
| HSL | 356.5º | 0.75% | 0.69% | - |
| HSV(B) | 356.5º | 0.51% | 0.92% | - |
| XYZ | 43.9 | 31.33 | 22.15 | - |
| YUV | 151.68 | 111.26 | 187.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 115 | 122 | 0 | 0.51 | 0.48 | 0.08 | 356.5 | 0.75 | 0.69 |
| Hex | EB | 73 | 7A | 0 | 33 | 30 | 8 | 164 | 4B | 45 |
| Octal | 353 | 163 | 172 | 0 | 63 | 60 | 10 | 544 | 113 | 105 |
| Binary | 11101011 | 1110011 | 1111010 | 0 | 110011 | 110000 | 1000 | 101100100 | 1001011 | 1000101 |
Color Harmonies of #EB737A
Complementary color
Monochromatic Colors of #EB737A
Black with #EB737A
Text Example
Text Example
White with #EB737A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB737A; }
p { color: rgb(235,115,122); }
H1.HeaderClassName
{
color: #EB737A;
}
.AnyTagClassName
{
color: #EB737A;
}
</style>
background-color css
<style>
a { background-color: #EB737A; }
a { background-color: rgb(235,115,122); }
div.DivClassName
{
background-color: #EB737A;
}
.BgClassName
{
background-color: #EB737A;
}
</style>
border-color css
<style>
span { border-color: #EB737A; }
span { border-color: rgb(235,115,122); }
td.TdClassName
{
border-color: #EB737A;
}
.TagClassName
{
border-color: #EB737A;
}
</style>