Shades of Froly #EB717C
Tints of Froly #EB717C
RGB
CMYK
RGB Variations
Color information
#EB717C (or 0xEB717C) is known color: Froly. HEX triplet: EB, 71 and 7C. RGB value is (235,113,124). Sum of RGB (Red+Green+Blue) = 235+113+124=472 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.79% from 472); Green value is 113 (44.53% from 255 or 23.94% from 472); Blue value is 124 (48.83% from 255 or 26.27% from 472); Max value from RGB is 235 - color contains mainly: red. Hex color #EB717C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB717C is #148E83. Grayscale: #969696. Windows color (decimal): -1347204 or 8155627. OLE color: 8155627.
HSL color Cylindrical-coordinate representation of color #EB717C: hue angle of 354.59º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EB717C is Cyan = 0, Magento = 0.52, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 113 | 124 | - |
| CMYK | 0 | 0.52 | 0.47 | 0.08 |
| HSL | 354.59º | 0.75% | 0.68% | - |
| HSV(B) | 354.59º | 0.52% | 0.92% | - |
| XYZ | 43.8 | 30.93 | 22.73 | - |
| YUV | 150.73 | 112.92 | 188.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 113 | 124 | 0 | 0.52 | 0.47 | 0.08 | 354.59 | 0.75 | 0.68 |
| Hex | EB | 71 | 7C | 0 | 34 | 2F | 8 | 163 | 4B | 44 |
| Octal | 353 | 161 | 174 | 0 | 64 | 57 | 10 | 543 | 113 | 104 |
| Binary | 11101011 | 1110001 | 1111100 | 0 | 110100 | 101111 | 1000 | 101100011 | 1001011 | 1000100 |
Color Harmonies of #EB717C
Complementary color
Monochromatic Colors of #EB717C
Black with #EB717C
Text Example
Text Example
White with #EB717C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB717C; }
p { color: rgb(235,113,124); }
H1.HeaderClassName
{
color: #EB717C;
}
.AnyTagClassName
{
color: #EB717C;
}
</style>
background-color css
<style>
a { background-color: #EB717C; }
a { background-color: rgb(235,113,124); }
div.DivClassName
{
background-color: #EB717C;
}
.BgClassName
{
background-color: #EB717C;
}
</style>
border-color css
<style>
span { border-color: #EB717C; }
span { border-color: rgb(235,113,124); }
td.TdClassName
{
border-color: #EB717C;
}
.TagClassName
{
border-color: #EB717C;
}
</style>