Shades of Froly #E96675
Tints of Froly #E96675
RGB
CMYK
RGB Variations
Color information
#E96675 (or 0xE96675) is known color: Froly. HEX triplet: E9, 66 and 75. RGB value is (233,102,117). Sum of RGB (Red+Green+Blue) = 233+102+117=452 (59% of max value = 765). Red value is 233 (91.41% from 255 or 51.55% from 452); Green value is 102 (40.23% from 255 or 22.57% from 452); Blue value is 117 (46.09% from 255 or 25.88% from 452); Max value from RGB is 233 - color contains mainly: red. Hex color #E96675 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96675 is #16998A. Grayscale: #8E8E8E. Windows color (decimal): -1481099 or 7694057. OLE color: 7694057.
HSL color Cylindrical-coordinate representation of color #E96675: hue angle of 353.13º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E96675 is Cyan = 0, Magento = 0.56, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 102 | 117 | - |
| CMYK | 0 | 0.56 | 0.50 | 0.09 |
| HSL | 353.13º | 0.75% | 0.66% | - |
| HSV(B) | 353.13º | 0.56% | 0.91% | - |
| XYZ | 41.57 | 28.11 | 20.06 | - |
| YUV | 142.88 | 113.4 | 192.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 102 | 117 | 0 | 0.56 | 0.50 | 0.09 | 353.13 | 0.75 | 0.66 |
| Hex | E9 | 66 | 75 | 0 | 38 | 32 | 9 | 161 | 4B | 42 |
| Octal | 351 | 146 | 165 | 0 | 70 | 62 | 11 | 541 | 113 | 102 |
| Binary | 11101001 | 1100110 | 1110101 | 0 | 111000 | 110010 | 1001 | 101100001 | 1001011 | 1000010 |
Color Harmonies of #E96675
Complementary color
Monochromatic Colors of #E96675
Black with #E96675
Text Example
Text Example
White with #E96675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96675; }
p { color: rgb(233,102,117); }
H1.HeaderClassName
{
color: #E96675;
}
.AnyTagClassName
{
color: #E96675;
}
</style>
background-color css
<style>
a { background-color: #E96675; }
a { background-color: rgb(233,102,117); }
div.DivClassName
{
background-color: #E96675;
}
.BgClassName
{
background-color: #E96675;
}
</style>
border-color css
<style>
span { border-color: #E96675; }
span { border-color: rgb(233,102,117); }
td.TdClassName
{
border-color: #E96675;
}
.TagClassName
{
border-color: #E96675;
}
</style>