Shades of Froly #E35D6F
Tints of Froly #E35D6F
RGB
CMYK
RGB Variations
Color information
#E35D6F (or 0xE35D6F) is known color: Froly. HEX triplet: E3, 5D and 6F. RGB value is (227,93,111). Sum of RGB (Red+Green+Blue) = 227+93+111=431 (57% of max value = 765). Red value is 227 (89.06% from 255 or 52.67% from 431); Green value is 93 (36.72% from 255 or 21.58% from 431); Blue value is 111 (43.75% from 255 or 25.75% from 431); Max value from RGB is 227 - color contains mainly: red. Hex color #E35D6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E35D6F is #1CA290. Grayscale: #878787. Windows color (decimal): -1876625 or 7298531. OLE color: 7298531.
HSL color Cylindrical-coordinate representation of color #E35D6F: hue angle of 351.94º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E35D6F is Cyan = 0, Magento = 0.59, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 93 | 111 | - |
| CMYK | 0 | 0.59 | 0.51 | 0.11 |
| HSL | 351.94º | 0.71% | 0.63% | - |
| HSV(B) | 351.94º | 0.59% | 0.89% | - |
| XYZ | 38.46 | 25.31 | 17.9 | - |
| YUV | 135.12 | 114.39 | 193.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 93 | 111 | 0 | 0.59 | 0.51 | 0.11 | 351.94 | 0.71 | 0.63 |
| Hex | E3 | 5D | 6F | 0 | 3B | 33 | B | 160 | 47 | 3F |
| Octal | 343 | 135 | 157 | 0 | 73 | 63 | 13 | 540 | 107 | 77 |
| Binary | 11100011 | 1011101 | 1101111 | 0 | 111011 | 110011 | 1011 | 101100000 | 1000111 | 111111 |
Color Harmonies of #E35D6F
Complementary color
Monochromatic Colors of #E35D6F
Black with #E35D6F
Text Example
Text Example
White with #E35D6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35D6F; }
p { color: rgb(227,93,111); }
H1.HeaderClassName
{
color: #E35D6F;
}
.AnyTagClassName
{
color: #E35D6F;
}
</style>
background-color css
<style>
a { background-color: #E35D6F; }
a { background-color: rgb(227,93,111); }
div.DivClassName
{
background-color: #E35D6F;
}
.BgClassName
{
background-color: #E35D6F;
}
</style>
border-color css
<style>
span { border-color: #E35D6F; }
span { border-color: rgb(227,93,111); }
td.TdClassName
{
border-color: #E35D6F;
}
.TagClassName
{
border-color: #E35D6F;
}
</style>