Shades of Froly #E96674
Tints of Froly #E96674
RGB
CMYK
RGB Variations
Color information
#E96674 (or 0xE96674) is known color: Froly. HEX triplet: E9, 66 and 74. RGB value is (233,102,116). Sum of RGB (Red+Green+Blue) = 233+102+116=451 (59% of max value = 765). Red value is 233 (91.41% from 255 or 51.66% from 451); Green value is 102 (40.23% from 255 or 22.62% from 451); Blue value is 116 (45.70% from 255 or 25.72% from 451); Max value from RGB is 233 - color contains mainly: red. Hex color #E96674 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96674 is #16998B. Grayscale: #8E8E8E. Windows color (decimal): -1481100 or 7628521. OLE color: 7628521.
HSL color Cylindrical-coordinate representation of color #E96674: hue angle of 353.59º 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 #E96674 is Cyan = 0, Magento = 0.56, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 102 | 116 | - |
| CMYK | 0 | 0.56 | 0.50 | 0.09 |
| HSL | 353.59º | 0.75% | 0.66% | - |
| HSV(B) | 353.59º | 0.56% | 0.91% | - |
| XYZ | 41.51 | 28.09 | 19.76 | - |
| YUV | 142.77 | 112.9 | 192.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 102 | 116 | 0 | 0.56 | 0.50 | 0.09 | 353.59 | 0.75 | 0.66 |
| Hex | E9 | 66 | 74 | 0 | 38 | 32 | 9 | 162 | 4B | 42 |
| Octal | 351 | 146 | 164 | 0 | 70 | 62 | 11 | 542 | 113 | 102 |
| Binary | 11101001 | 1100110 | 1110100 | 0 | 111000 | 110010 | 1001 | 101100010 | 1001011 | 1000010 |
Color Harmonies of #E96674
Complementary color
Monochromatic Colors of #E96674
Black with #E96674
Text Example
Text Example
White with #E96674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96674; }
p { color: rgb(233,102,116); }
H1.HeaderClassName
{
color: #E96674;
}
.AnyTagClassName
{
color: #E96674;
}
</style>
background-color css
<style>
a { background-color: #E96674; }
a { background-color: rgb(233,102,116); }
div.DivClassName
{
background-color: #E96674;
}
.BgClassName
{
background-color: #E96674;
}
</style>
border-color css
<style>
span { border-color: #E96674; }
span { border-color: rgb(233,102,116); }
td.TdClassName
{
border-color: #E96674;
}
.TagClassName
{
border-color: #E96674;
}
</style>