Shades of Froly #E96471
Tints of Froly #E96471
RGB
CMYK
RGB Variations
Color information
#E96471 (or 0xE96471) is known color: Froly. HEX triplet: E9, 64 and 71. RGB value is (233,100,113). Sum of RGB (Red+Green+Blue) = 233+100+113=446 (59% of max value = 765). Red value is 233 (91.41% from 255 or 52.24% from 446); Green value is 100 (39.45% from 255 or 22.42% from 446); Blue value is 113 (44.53% from 255 or 25.34% from 446); Max value from RGB is 233 - color contains mainly: red. Hex color #E96471 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96471 is #169B8E. Grayscale: #8D8D8D. Windows color (decimal): -1481615 or 7431401. OLE color: 7431401.
HSL color Cylindrical-coordinate representation of color #E96471: hue angle of 354.14º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E96471 is Cyan = 0, Magento = 0.57, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 100 | 113 | - |
| CMYK | 0 | 0.57 | 0.52 | 0.09 |
| HSL | 354.14º | 0.75% | 0.65% | - |
| HSV(B) | 354.14º | 0.57% | 0.91% | - |
| XYZ | 41.14 | 27.63 | 18.79 | - |
| YUV | 141.25 | 112.06 | 193.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 100 | 113 | 0 | 0.57 | 0.52 | 0.09 | 354.14 | 0.75 | 0.65 |
| Hex | E9 | 64 | 71 | 0 | 39 | 34 | 9 | 162 | 4B | 41 |
| Octal | 351 | 144 | 161 | 0 | 71 | 64 | 11 | 542 | 113 | 101 |
| Binary | 11101001 | 1100100 | 1110001 | 0 | 111001 | 110100 | 1001 | 101100010 | 1001011 | 1000001 |
Color Harmonies of #E96471
Complementary color
Monochromatic Colors of #E96471
Black with #E96471
Text Example
Text Example
White with #E96471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96471; }
p { color: rgb(233,100,113); }
H1.HeaderClassName
{
color: #E96471;
}
.AnyTagClassName
{
color: #E96471;
}
</style>
background-color css
<style>
a { background-color: #E96471; }
a { background-color: rgb(233,100,113); }
div.DivClassName
{
background-color: #E96471;
}
.BgClassName
{
background-color: #E96471;
}
</style>
border-color css
<style>
span { border-color: #E96471; }
span { border-color: rgb(233,100,113); }
td.TdClassName
{
border-color: #E96471;
}
.TagClassName
{
border-color: #E96471;
}
</style>