Shades of Froly #E9707D
Tints of Froly #E9707D
RGB
CMYK
RGB Variations
Color information
#E9707D (or 0xE9707D) is known color: Froly. HEX triplet: E9, 70 and 7D. RGB value is (233,112,125). Sum of RGB (Red+Green+Blue) = 233+112+125=470 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.57% from 470); Green value is 112 (44.14% from 255 or 23.83% from 470); Blue value is 125 (49.22% from 255 or 26.60% from 470); Max value from RGB is 233 - color contains mainly: red. Hex color #E9707D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E9707D is #168F82. Grayscale: #959595. Windows color (decimal): -1478531 or 8220905. OLE color: 8220905.
HSL color Cylindrical-coordinate representation of color #E9707D: hue angle of 353.55º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E9707D is Cyan = 0, Magento = 0.52, Yellow = 0.46 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 112 | 125 | - |
| CMYK | 0 | 0.52 | 0.46 | 0.09 |
| HSL | 353.55º | 0.73% | 0.68% | - |
| HSV(B) | 353.55º | 0.52% | 0.91% | - |
| XYZ | 43.1 | 30.39 | 23 | - |
| YUV | 149.66 | 114.09 | 187.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 112 | 125 | 0 | 0.52 | 0.46 | 0.09 | 353.55 | 0.73 | 0.68 |
| Hex | E9 | 70 | 7D | 0 | 34 | 2E | 9 | 162 | 49 | 44 |
| Octal | 351 | 160 | 175 | 0 | 64 | 56 | 11 | 542 | 111 | 104 |
| Binary | 11101001 | 1110000 | 1111101 | 0 | 110100 | 101110 | 1001 | 101100010 | 1001001 | 1000100 |
Color Harmonies of #E9707D
Complementary color
Monochromatic Colors of #E9707D
Black with #E9707D
Text Example
Text Example
White with #E9707D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9707D; }
p { color: rgb(233,112,125); }
H1.HeaderClassName
{
color: #E9707D;
}
.AnyTagClassName
{
color: #E9707D;
}
</style>
background-color css
<style>
a { background-color: #E9707D; }
a { background-color: rgb(233,112,125); }
div.DivClassName
{
background-color: #E9707D;
}
.BgClassName
{
background-color: #E9707D;
}
</style>
border-color css
<style>
span { border-color: #E9707D; }
span { border-color: rgb(233,112,125); }
td.TdClassName
{
border-color: #E9707D;
}
.TagClassName
{
border-color: #E9707D;
}
</style>