Shades of Froly #E96472
Tints of Froly #E96472
RGB
CMYK
RGB Variations
Color information
#E96472 (or 0xE96472) is known color: Froly. HEX triplet: E9, 64 and 72. RGB value is (233,100,114). Sum of RGB (Red+Green+Blue) = 233+100+114=447 (59% of max value = 765). Red value is 233 (91.41% from 255 or 52.13% from 447); Green value is 100 (39.45% from 255 or 22.37% from 447); Blue value is 114 (44.92% from 255 or 25.50% from 447); Max value from RGB is 233 - color contains mainly: red. Hex color #E96472 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96472 is #169B8D. Grayscale: #8D8D8D. Windows color (decimal): -1481614 or 7496937. OLE color: 7496937.
HSL color Cylindrical-coordinate representation of color #E96472: hue angle of 353.68º 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 #E96472 is Cyan = 0, Magento = 0.57, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 100 | 114 | - |
| CMYK | 0 | 0.57 | 0.51 | 0.09 |
| HSL | 353.68º | 0.75% | 0.65% | - |
| HSV(B) | 353.68º | 0.57% | 0.91% | - |
| XYZ | 41.2 | 27.65 | 19.09 | - |
| YUV | 141.36 | 112.56 | 193.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 100 | 114 | 0 | 0.57 | 0.51 | 0.09 | 353.68 | 0.75 | 0.65 |
| Hex | E9 | 64 | 72 | 0 | 39 | 33 | 9 | 162 | 4B | 41 |
| Octal | 351 | 144 | 162 | 0 | 71 | 63 | 11 | 542 | 113 | 101 |
| Binary | 11101001 | 1100100 | 1110010 | 0 | 111001 | 110011 | 1001 | 101100010 | 1001011 | 1000001 |
Color Harmonies of #E96472
Complementary color
Monochromatic Colors of #E96472
Black with #E96472
Text Example
Text Example
White with #E96472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96472; }
p { color: rgb(233,100,114); }
H1.HeaderClassName
{
color: #E96472;
}
.AnyTagClassName
{
color: #E96472;
}
</style>
background-color css
<style>
a { background-color: #E96472; }
a { background-color: rgb(233,100,114); }
div.DivClassName
{
background-color: #E96472;
}
.BgClassName
{
background-color: #E96472;
}
</style>
border-color css
<style>
span { border-color: #E96472; }
span { border-color: rgb(233,100,114); }
td.TdClassName
{
border-color: #E96472;
}
.TagClassName
{
border-color: #E96472;
}
</style>