Shades of Froly #E76367
Tints of Froly #E76367
RGB
CMYK
RGB Variations
Color information
#E76367 (or 0xE76367) is known color: Froly. HEX triplet: E7, 63 and 67. RGB value is (231,99,103). Sum of RGB (Red+Green+Blue) = 231+99+103=433 (57% of max value = 765). Red value is 231 (90.62% from 255 or 53.35% from 433); Green value is 99 (39.06% from 255 or 22.86% from 433); Blue value is 103 (40.62% from 255 or 23.79% from 433); Max value from RGB is 231 - color contains mainly: red. Hex color #E76367 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76367 is #189C98. Grayscale: #8B8B8B. Windows color (decimal): -1612953 or 6775783. OLE color: 6775783.
HSL color Cylindrical-coordinate representation of color #E76367: hue angle of 358.18º 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 #E76367 is Cyan = 0, Magento = 0.57, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 99 | 103 | - |
| CMYK | 0 | 0.57 | 0.55 | 0.09 |
| HSL | 358.18º | 0.73% | 0.65% | - |
| HSV(B) | 358.18º | 0.57% | 0.91% | - |
| XYZ | 39.87 | 26.89 | 15.92 | - |
| YUV | 138.92 | 107.73 | 193.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 99 | 103 | 0 | 0.57 | 0.55 | 0.09 | 358.18 | 0.73 | 0.65 |
| Hex | E7 | 63 | 67 | 0 | 39 | 37 | 9 | 166 | 49 | 41 |
| Octal | 347 | 143 | 147 | 0 | 71 | 67 | 11 | 546 | 111 | 101 |
| Binary | 11100111 | 1100011 | 1100111 | 0 | 111001 | 110111 | 1001 | 101100110 | 1001001 | 1000001 |
Color Harmonies of #E76367
Complementary color
Monochromatic Colors of #E76367
Black with #E76367
Text Example
Text Example
White with #E76367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76367; }
p { color: rgb(231,99,103); }
H1.HeaderClassName
{
color: #E76367;
}
.AnyTagClassName
{
color: #E76367;
}
</style>
background-color css
<style>
a { background-color: #E76367; }
a { background-color: rgb(231,99,103); }
div.DivClassName
{
background-color: #E76367;
}
.BgClassName
{
background-color: #E76367;
}
</style>
border-color css
<style>
span { border-color: #E76367; }
span { border-color: rgb(231,99,103); }
td.TdClassName
{
border-color: #E76367;
}
.TagClassName
{
border-color: #E76367;
}
</style>