Shades of Froly #E35F68
Tints of Froly #E35F68
RGB
CMYK
RGB Variations
Color information
#E35F68 (or 0xE35F68) is known color: Froly. HEX triplet: E3, 5F and 68. RGB value is (227,95,104). Sum of RGB (Red+Green+Blue) = 227+95+104=426 (56% of max value = 765). Red value is 227 (89.06% from 255 or 53.29% from 426); Green value is 95 (37.5% from 255 or 22.30% from 426); Blue value is 104 (41.02% from 255 or 24.41% from 426); Max value from RGB is 227 - color contains mainly: red. Hex color #E35F68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E35F68 is #1CA097. Grayscale: #878787. Windows color (decimal): -1876120 or 6840291. OLE color: 6840291.
HSL color Cylindrical-coordinate representation of color #E35F68: hue angle of 355.91º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E35F68 is Cyan = 0, Magento = 0.58, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 95 | 104 | - |
| CMYK | 0 | 0.58 | 0.54 | 0.11 |
| HSL | 355.91º | 0.7% | 0.63% | - |
| HSV(B) | 355.91º | 0.58% | 0.89% | - |
| XYZ | 38.27 | 25.51 | 16 | - |
| YUV | 135.49 | 110.23 | 193.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 95 | 104 | 0 | 0.58 | 0.54 | 0.11 | 355.91 | 0.7 | 0.63 |
| Hex | E3 | 5F | 68 | 0 | 3A | 36 | B | 164 | 46 | 3F |
| Octal | 343 | 137 | 150 | 0 | 72 | 66 | 13 | 544 | 106 | 77 |
| Binary | 11100011 | 1011111 | 1101000 | 0 | 111010 | 110110 | 1011 | 101100100 | 1000110 | 111111 |
Color Harmonies of #E35F68
Complementary color
Monochromatic Colors of #E35F68
Black with #E35F68
Text Example
Text Example
White with #E35F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35F68; }
p { color: rgb(227,95,104); }
H1.HeaderClassName
{
color: #E35F68;
}
.AnyTagClassName
{
color: #E35F68;
}
</style>
background-color css
<style>
a { background-color: #E35F68; }
a { background-color: rgb(227,95,104); }
div.DivClassName
{
background-color: #E35F68;
}
.BgClassName
{
background-color: #E35F68;
}
</style>
border-color css
<style>
span { border-color: #E35F68; }
span { border-color: rgb(227,95,104); }
td.TdClassName
{
border-color: #E35F68;
}
.TagClassName
{
border-color: #E35F68;
}
</style>