Shades of Froly #E96A7B
Tints of Froly #E96A7B
RGB
CMYK
RGB Variations
Color information
#E96A7B (or 0xE96A7B) is known color: Froly. HEX triplet: E9, 6A and 7B. RGB value is (233,106,123). Sum of RGB (Red+Green+Blue) = 233+106+123=462 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.43% from 462); Green value is 106 (41.80% from 255 or 22.94% from 462); Blue value is 123 (48.44% from 255 or 26.62% from 462); Max value from RGB is 233 - color contains mainly: red. Hex color #E96A7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96A7B is #169584. Grayscale: #919191. Windows color (decimal): -1480069 or 8088297. OLE color: 8088297.
HSL color Cylindrical-coordinate representation of color #E96A7B: hue angle of 351.97º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E96A7B is Cyan = 0, Magento = 0.55, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 106 | 123 | - |
| CMYK | 0 | 0.55 | 0.47 | 0.09 |
| HSL | 351.97º | 0.74% | 0.66% | - |
| HSV(B) | 351.97º | 0.55% | 0.91% | - |
| XYZ | 42.33 | 29.06 | 22.12 | - |
| YUV | 145.91 | 115.08 | 190.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 106 | 123 | 0 | 0.55 | 0.47 | 0.09 | 351.97 | 0.74 | 0.66 |
| Hex | E9 | 6A | 7B | 0 | 37 | 2F | 9 | 160 | 4A | 42 |
| Octal | 351 | 152 | 173 | 0 | 67 | 57 | 11 | 540 | 112 | 102 |
| Binary | 11101001 | 1101010 | 1111011 | 0 | 110111 | 101111 | 1001 | 101100000 | 1001010 | 1000010 |
Color Harmonies of #E96A7B
Complementary color
Monochromatic Colors of #E96A7B
Black with #E96A7B
Text Example
Text Example
White with #E96A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96A7B; }
p { color: rgb(233,106,123); }
H1.HeaderClassName
{
color: #E96A7B;
}
.AnyTagClassName
{
color: #E96A7B;
}
</style>
background-color css
<style>
a { background-color: #E96A7B; }
a { background-color: rgb(233,106,123); }
div.DivClassName
{
background-color: #E96A7B;
}
.BgClassName
{
background-color: #E96A7B;
}
</style>
border-color css
<style>
span { border-color: #E96A7B; }
span { border-color: rgb(233,106,123); }
td.TdClassName
{
border-color: #E96A7B;
}
.TagClassName
{
border-color: #E96A7B;
}
</style>