Shades of Froly #E96575
Tints of Froly #E96575
RGB
CMYK
RGB Variations
Color information
#E96575 (or 0xE96575) is known color: Froly. HEX triplet: E9, 65 and 75. RGB value is (233,101,117). Sum of RGB (Red+Green+Blue) = 233+101+117=451 (59% of max value = 765). Red value is 233 (91.41% from 255 or 51.66% from 451); Green value is 101 (39.84% from 255 or 22.39% from 451); Blue value is 117 (46.09% from 255 or 25.94% from 451); Max value from RGB is 233 - color contains mainly: red. Hex color #E96575 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96575 is #169A8A. Grayscale: #8E8E8E. Windows color (decimal): -1481355 or 7693801. OLE color: 7693801.
HSL color Cylindrical-coordinate representation of color #E96575: hue angle of 352.73º 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 #E96575 is Cyan = 0, Magento = 0.57, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 101 | 117 | - |
| CMYK | 0 | 0.57 | 0.50 | 0.09 |
| HSL | 352.73º | 0.75% | 0.65% | - |
| HSV(B) | 352.73º | 0.57% | 0.91% | - |
| XYZ | 41.47 | 27.92 | 20.03 | - |
| YUV | 142.29 | 113.73 | 192.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 101 | 117 | 0 | 0.57 | 0.50 | 0.09 | 352.73 | 0.75 | 0.65 |
| Hex | E9 | 65 | 75 | 0 | 39 | 32 | 9 | 161 | 4B | 41 |
| Octal | 351 | 145 | 165 | 0 | 71 | 62 | 11 | 541 | 113 | 101 |
| Binary | 11101001 | 1100101 | 1110101 | 0 | 111001 | 110010 | 1001 | 101100001 | 1001011 | 1000001 |
Color Harmonies of #E96575
Complementary color
Monochromatic Colors of #E96575
Black with #E96575
Text Example
Text Example
White with #E96575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96575; }
p { color: rgb(233,101,117); }
H1.HeaderClassName
{
color: #E96575;
}
.AnyTagClassName
{
color: #E96575;
}
</style>
background-color css
<style>
a { background-color: #E96575; }
a { background-color: rgb(233,101,117); }
div.DivClassName
{
background-color: #E96575;
}
.BgClassName
{
background-color: #E96575;
}
</style>
border-color css
<style>
span { border-color: #E96575; }
span { border-color: rgb(233,101,117); }
td.TdClassName
{
border-color: #E96575;
}
.TagClassName
{
border-color: #E96575;
}
</style>