Shades of Froly #EB727F
Tints of Froly #EB727F
RGB
CMYK
RGB Variations
Color information
#EB727F (or 0xEB727F) is known color: Froly. HEX triplet: EB, 72 and 7F. RGB value is (235,114,127). Sum of RGB (Red+Green+Blue) = 235+114+127=476 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.37% from 476); Green value is 114 (44.92% from 255 or 23.95% from 476); Blue value is 127 (50% from 255 or 26.68% from 476); Max value from RGB is 235 - color contains mainly: red. Hex color #EB727F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB727F is #148D80. Grayscale: #979797. Windows color (decimal): -1346945 or 8352491. OLE color: 8352491.
HSL color Cylindrical-coordinate representation of color #EB727F: hue angle of 353.55º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EB727F is Cyan = 0, Magento = 0.51, Yellow = 0.46 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 114 | 127 | - |
| CMYK | 0 | 0.51 | 0.46 | 0.08 |
| HSL | 353.55º | 0.75% | 0.68% | - |
| HSV(B) | 353.55º | 0.51% | 0.92% | - |
| XYZ | 44.11 | 31.23 | 23.78 | - |
| YUV | 151.66 | 114.09 | 187.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 114 | 127 | 0 | 0.51 | 0.46 | 0.08 | 353.55 | 0.75 | 0.68 |
| Hex | EB | 72 | 7F | 0 | 33 | 2E | 8 | 162 | 4B | 44 |
| Octal | 353 | 162 | 177 | 0 | 63 | 56 | 10 | 542 | 113 | 104 |
| Binary | 11101011 | 1110010 | 1111111 | 0 | 110011 | 101110 | 1000 | 101100010 | 1001011 | 1000100 |
Color Harmonies of #EB727F
Complementary color
Monochromatic Colors of #EB727F
Black with #EB727F
Text Example
Text Example
White with #EB727F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB727F; }
p { color: rgb(235,114,127); }
H1.HeaderClassName
{
color: #EB727F;
}
.AnyTagClassName
{
color: #EB727F;
}
</style>
background-color css
<style>
a { background-color: #EB727F; }
a { background-color: rgb(235,114,127); }
div.DivClassName
{
background-color: #EB727F;
}
.BgClassName
{
background-color: #EB727F;
}
</style>
border-color css
<style>
span { border-color: #EB727F; }
span { border-color: rgb(235,114,127); }
td.TdClassName
{
border-color: #EB727F;
}
.TagClassName
{
border-color: #EB727F;
}
</style>