Shades of Froly #E96B7E
Tints of Froly #E96B7E
RGB
CMYK
RGB Variations
Color information
#E96B7E (or 0xE96B7E) is known color: Froly. HEX triplet: E9, 6B and 7E. RGB value is (233,107,126). Sum of RGB (Red+Green+Blue) = 233+107+126=466 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50% from 466); Green value is 107 (42.19% from 255 or 22.96% from 466); Blue value is 126 (49.61% from 255 or 27.04% from 466); Max value from RGB is 233 - color contains mainly: red. Hex color #E96B7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96B7E is #169481. Grayscale: #929292. Windows color (decimal): -1479810 or 8285161. OLE color: 8285161.
HSL color Cylindrical-coordinate representation of color #E96B7E: hue angle of 350.95º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E96B7E is Cyan = 0, Magento = 0.54, Yellow = 0.46 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 107 | 126 | - |
| CMYK | 0 | 0.54 | 0.46 | 0.09 |
| HSL | 350.95º | 0.74% | 0.67% | - |
| HSV(B) | 350.95º | 0.54% | 0.91% | - |
| XYZ | 42.63 | 29.35 | 23.16 | - |
| YUV | 146.84 | 116.24 | 189.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 107 | 126 | 0 | 0.54 | 0.46 | 0.09 | 350.95 | 0.74 | 0.67 |
| Hex | E9 | 6B | 7E | 0 | 36 | 2E | 9 | 15F | 4A | 43 |
| Octal | 351 | 153 | 176 | 0 | 66 | 56 | 11 | 537 | 112 | 103 |
| Binary | 11101001 | 1101011 | 1111110 | 0 | 110110 | 101110 | 1001 | 101011111 | 1001010 | 1000011 |
Color Harmonies of #E96B7E
Complementary color
Monochromatic Colors of #E96B7E
Black with #E96B7E
Text Example
Text Example
White with #E96B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96B7E; }
p { color: rgb(233,107,126); }
H1.HeaderClassName
{
color: #E96B7E;
}
.AnyTagClassName
{
color: #E96B7E;
}
</style>
background-color css
<style>
a { background-color: #E96B7E; }
a { background-color: rgb(233,107,126); }
div.DivClassName
{
background-color: #E96B7E;
}
.BgClassName
{
background-color: #E96B7E;
}
</style>
border-color css
<style>
span { border-color: #E96B7E; }
span { border-color: rgb(233,107,126); }
td.TdClassName
{
border-color: #E96B7E;
}
.TagClassName
{
border-color: #E96B7E;
}
</style>