Shades of Froly #E96473
Tints of Froly #E96473
RGB
CMYK
RGB Variations
Color information
#E96473 (or 0xE96473) is known color: Froly. HEX triplet: E9, 64 and 73. RGB value is (233,100,115). Sum of RGB (Red+Green+Blue) = 233+100+115=448 (59% of max value = 765). Red value is 233 (91.41% from 255 or 52.01% from 448); Green value is 100 (39.45% from 255 or 22.32% from 448); Blue value is 115 (45.31% from 255 or 25.67% from 448); Max value from RGB is 233 - color contains mainly: red. Hex color #E96473 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96473 is #169B8C. Grayscale: #8D8D8D. Windows color (decimal): -1481613 or 7562473. OLE color: 7562473.
HSL color Cylindrical-coordinate representation of color #E96473: hue angle of 353.23º 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 #E96473 is Cyan = 0, Magento = 0.57, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 100 | 115 | - |
| CMYK | 0 | 0.57 | 0.51 | 0.09 |
| HSL | 353.23º | 0.75% | 0.65% | - |
| HSV(B) | 353.23º | 0.57% | 0.91% | - |
| XYZ | 41.26 | 27.68 | 19.39 | - |
| YUV | 141.48 | 113.06 | 193.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 100 | 115 | 0 | 0.57 | 0.51 | 0.09 | 353.23 | 0.75 | 0.65 |
| Hex | E9 | 64 | 73 | 0 | 39 | 33 | 9 | 161 | 4B | 41 |
| Octal | 351 | 144 | 163 | 0 | 71 | 63 | 11 | 541 | 113 | 101 |
| Binary | 11101001 | 1100100 | 1110011 | 0 | 111001 | 110011 | 1001 | 101100001 | 1001011 | 1000001 |
Color Harmonies of #E96473
Complementary color
Monochromatic Colors of #E96473
Black with #E96473
Text Example
Text Example
White with #E96473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96473; }
p { color: rgb(233,100,115); }
H1.HeaderClassName
{
color: #E96473;
}
.AnyTagClassName
{
color: #E96473;
}
</style>
background-color css
<style>
a { background-color: #E96473; }
a { background-color: rgb(233,100,115); }
div.DivClassName
{
background-color: #E96473;
}
.BgClassName
{
background-color: #E96473;
}
</style>
border-color css
<style>
span { border-color: #E96473; }
span { border-color: rgb(233,100,115); }
td.TdClassName
{
border-color: #E96473;
}
.TagClassName
{
border-color: #E96473;
}
</style>