Shades of Froly #E96372
Tints of Froly #E96372
RGB
CMYK
RGB Variations
Color information
#E96372 (or 0xE96372) is known color: Froly. HEX triplet: E9, 63 and 72. RGB value is (233,99,114). Sum of RGB (Red+Green+Blue) = 233+99+114=446 (59% of max value = 765). Red value is 233 (91.41% from 255 or 52.24% from 446); Green value is 99 (39.06% from 255 or 22.20% from 446); Blue value is 114 (44.92% from 255 or 25.56% from 446); Max value from RGB is 233 - color contains mainly: red. Hex color #E96372 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96372 is #169C8D. Grayscale: #8C8C8C. Windows color (decimal): -1481870 or 7496681. OLE color: 7496681.
HSL color Cylindrical-coordinate representation of color #E96372: hue angle of 353.28º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E96372 is Cyan = 0, Magento = 0.58, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 99 | 114 | - |
| CMYK | 0 | 0.58 | 0.51 | 0.09 |
| HSL | 353.28º | 0.75% | 0.65% | - |
| HSV(B) | 353.28º | 0.58% | 0.91% | - |
| XYZ | 41.1 | 27.46 | 19.05 | - |
| YUV | 140.78 | 112.89 | 193.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 99 | 114 | 0 | 0.58 | 0.51 | 0.09 | 353.28 | 0.75 | 0.65 |
| Hex | E9 | 63 | 72 | 0 | 3A | 33 | 9 | 161 | 4B | 41 |
| Octal | 351 | 143 | 162 | 0 | 72 | 63 | 11 | 541 | 113 | 101 |
| Binary | 11101001 | 1100011 | 1110010 | 0 | 111010 | 110011 | 1001 | 101100001 | 1001011 | 1000001 |
Color Harmonies of #E96372
Complementary color
Monochromatic Colors of #E96372
Black with #E96372
Text Example
Text Example
White with #E96372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96372; }
p { color: rgb(233,99,114); }
H1.HeaderClassName
{
color: #E96372;
}
.AnyTagClassName
{
color: #E96372;
}
</style>
background-color css
<style>
a { background-color: #E96372; }
a { background-color: rgb(233,99,114); }
div.DivClassName
{
background-color: #E96372;
}
.BgClassName
{
background-color: #E96372;
}
</style>
border-color css
<style>
span { border-color: #E96372; }
span { border-color: rgb(233,99,114); }
td.TdClassName
{
border-color: #E96372;
}
.TagClassName
{
border-color: #E96372;
}
</style>