Shades of Froly #E9707A
Tints of Froly #E9707A
RGB
CMYK
RGB Variations
Color information
#E9707A (or 0xE9707A) is known color: Froly. HEX triplet: E9, 70 and 7A. RGB value is (233,112,122). Sum of RGB (Red+Green+Blue) = 233+112+122=467 (61% of max value = 765). Red value is 233 (91.41% from 255 or 49.89% from 467); Green value is 112 (44.14% from 255 or 23.98% from 467); Blue value is 122 (48.05% from 255 or 26.12% from 467); Max value from RGB is 233 - color contains mainly: red. Hex color #E9707A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E9707A is #168F85. Grayscale: #959595. Windows color (decimal): -1478534 or 8024297. OLE color: 8024297.
HSL color Cylindrical-coordinate representation of color #E9707A: hue angle of 355.04º 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 #E9707A is Cyan = 0, Magento = 0.52, Yellow = 0.48 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 112 | 122 | - |
| CMYK | 0 | 0.52 | 0.48 | 0.09 |
| HSL | 355.04º | 0.73% | 0.68% | - |
| HSV(B) | 355.04º | 0.52% | 0.91% | - |
| XYZ | 42.91 | 30.32 | 22 | - |
| YUV | 149.32 | 112.59 | 187.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 112 | 122 | 0 | 0.52 | 0.48 | 0.09 | 355.04 | 0.73 | 0.68 |
| Hex | E9 | 70 | 7A | 0 | 34 | 30 | 9 | 163 | 49 | 44 |
| Octal | 351 | 160 | 172 | 0 | 64 | 60 | 11 | 543 | 111 | 104 |
| Binary | 11101001 | 1110000 | 1111010 | 0 | 110100 | 110000 | 1001 | 101100011 | 1001001 | 1000100 |
Color Harmonies of #E9707A
Complementary color
Monochromatic Colors of #E9707A
Black with #E9707A
Text Example
Text Example
White with #E9707A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9707A; }
p { color: rgb(233,112,122); }
H1.HeaderClassName
{
color: #E9707A;
}
.AnyTagClassName
{
color: #E9707A;
}
</style>
background-color css
<style>
a { background-color: #E9707A; }
a { background-color: rgb(233,112,122); }
div.DivClassName
{
background-color: #E9707A;
}
.BgClassName
{
background-color: #E9707A;
}
</style>
border-color css
<style>
span { border-color: #E9707A; }
span { border-color: rgb(233,112,122); }
td.TdClassName
{
border-color: #E9707A;
}
.TagClassName
{
border-color: #E9707A;
}
</style>