Shades of Froly #E76369
Tints of Froly #E76369
RGB
CMYK
RGB Variations
Color information
#E76369 (or 0xE76369) is known color: Froly. HEX triplet: E7, 63 and 69. RGB value is (231,99,105). Sum of RGB (Red+Green+Blue) = 231+99+105=435 (57% of max value = 765). Red value is 231 (90.62% from 255 or 53.10% from 435); Green value is 99 (39.06% from 255 or 22.76% from 435); Blue value is 105 (41.41% from 255 or 24.14% from 435); Max value from RGB is 231 - color contains mainly: red. Hex color #E76369 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76369 is #189C96. Grayscale: #8B8B8B. Windows color (decimal): -1612951 or 6906855. OLE color: 6906855.
HSL color Cylindrical-coordinate representation of color #E76369: hue angle of 357.27º degrees, saturation: 0.73, 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 #E76369 is Cyan = 0, Magento = 0.57, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 99 | 105 | - |
| CMYK | 0 | 0.57 | 0.55 | 0.09 |
| HSL | 357.27º | 0.73% | 0.65% | - |
| HSV(B) | 357.27º | 0.57% | 0.91% | - |
| XYZ | 39.97 | 26.93 | 16.46 | - |
| YUV | 139.15 | 108.73 | 193.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 99 | 105 | 0 | 0.57 | 0.55 | 0.09 | 357.27 | 0.73 | 0.65 |
| Hex | E7 | 63 | 69 | 0 | 39 | 37 | 9 | 165 | 49 | 41 |
| Octal | 347 | 143 | 151 | 0 | 71 | 67 | 11 | 545 | 111 | 101 |
| Binary | 11100111 | 1100011 | 1101001 | 0 | 111001 | 110111 | 1001 | 101100101 | 1001001 | 1000001 |
Color Harmonies of #E76369
Complementary color
Monochromatic Colors of #E76369
Black with #E76369
Text Example
Text Example
White with #E76369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76369; }
p { color: rgb(231,99,105); }
H1.HeaderClassName
{
color: #E76369;
}
.AnyTagClassName
{
color: #E76369;
}
</style>
background-color css
<style>
a { background-color: #E76369; }
a { background-color: rgb(231,99,105); }
div.DivClassName
{
background-color: #E76369;
}
.BgClassName
{
background-color: #E76369;
}
</style>
border-color css
<style>
span { border-color: #E76369; }
span { border-color: rgb(231,99,105); }
td.TdClassName
{
border-color: #E76369;
}
.TagClassName
{
border-color: #E76369;
}
</style>