Shades of Froly #E3697D
Tints of Froly #E3697D
RGB
CMYK
RGB Variations
Color information
#E3697D (or 0xE3697D) is known color: Froly. HEX triplet: E3, 69 and 7D. RGB value is (227,105,125). Sum of RGB (Red+Green+Blue) = 227+105+125=457 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.67% from 457); Green value is 105 (41.41% from 255 or 22.98% from 457); Blue value is 125 (49.22% from 255 or 27.35% from 457); Max value from RGB is 227 - color contains mainly: red. Hex color #E3697D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E3697D is #1C9682. Grayscale: #8F8F8F. Windows color (decimal): -1873539 or 8219107. OLE color: 8219107.
HSL color Cylindrical-coordinate representation of color #E3697D: hue angle of 350.16º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E3697D is Cyan = 0, Magento = 0.54, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 105 | 125 | - |
| CMYK | 0 | 0.54 | 0.45 | 0.11 |
| HSL | 350.16º | 0.69% | 0.65% | - |
| HSV(B) | 350.16º | 0.54% | 0.89% | - |
| XYZ | 40.43 | 27.91 | 22.66 | - |
| YUV | 143.76 | 117.42 | 187.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 105 | 125 | 0 | 0.54 | 0.45 | 0.11 | 350.16 | 0.69 | 0.65 |
| Hex | E3 | 69 | 7D | 0 | 36 | 2D | B | 15E | 45 | 41 |
| Octal | 343 | 151 | 175 | 0 | 66 | 55 | 13 | 536 | 105 | 101 |
| Binary | 11100011 | 1101001 | 1111101 | 0 | 110110 | 101101 | 1011 | 101011110 | 1000101 | 1000001 |
Color Harmonies of #E3697D
Complementary color
Monochromatic Colors of #E3697D
Black with #E3697D
Text Example
Text Example
White with #E3697D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3697D; }
p { color: rgb(227,105,125); }
H1.HeaderClassName
{
color: #E3697D;
}
.AnyTagClassName
{
color: #E3697D;
}
</style>
background-color css
<style>
a { background-color: #E3697D; }
a { background-color: rgb(227,105,125); }
div.DivClassName
{
background-color: #E3697D;
}
.BgClassName
{
background-color: #E3697D;
}
</style>
border-color css
<style>
span { border-color: #E3697D; }
span { border-color: rgb(227,105,125); }
td.TdClassName
{
border-color: #E3697D;
}
.TagClassName
{
border-color: #E3697D;
}
</style>