Shades of Froly #E35E6D
Tints of Froly #E35E6D
RGB
CMYK
RGB Variations
Color information
#E35E6D (or 0xE35E6D) is known color: Froly. HEX triplet: E3, 5E and 6D. RGB value is (227,94,109). Sum of RGB (Red+Green+Blue) = 227+94+109=430 (56% of max value = 765). Red value is 227 (89.06% from 255 or 52.79% from 430); Green value is 94 (37.11% from 255 or 21.86% from 430); Blue value is 109 (42.97% from 255 or 25.35% from 430); Max value from RGB is 227 - color contains mainly: red. Hex color #E35E6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E35E6D is #1CA192. Grayscale: #878787. Windows color (decimal): -1876371 or 7167715. OLE color: 7167715.
HSL color Cylindrical-coordinate representation of color #E35E6D: hue angle of 353.23º degrees, saturation: 0.7, 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 #E35E6D is Cyan = 0, Magento = 0.59, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 94 | 109 | - |
| CMYK | 0 | 0.59 | 0.52 | 0.11 |
| HSL | 353.23º | 0.7% | 0.63% | - |
| HSV(B) | 353.23º | 0.59% | 0.89% | - |
| XYZ | 38.44 | 25.44 | 17.35 | - |
| YUV | 135.48 | 113.06 | 193.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 94 | 109 | 0 | 0.59 | 0.52 | 0.11 | 353.23 | 0.7 | 0.63 |
| Hex | E3 | 5E | 6D | 0 | 3B | 34 | B | 161 | 46 | 3F |
| Octal | 343 | 136 | 155 | 0 | 73 | 64 | 13 | 541 | 106 | 77 |
| Binary | 11100011 | 1011110 | 1101101 | 0 | 111011 | 110100 | 1011 | 101100001 | 1000110 | 111111 |
Color Harmonies of #E35E6D
Complementary color
Monochromatic Colors of #E35E6D
Black with #E35E6D
Text Example
Text Example
White with #E35E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35E6D; }
p { color: rgb(227,94,109); }
H1.HeaderClassName
{
color: #E35E6D;
}
.AnyTagClassName
{
color: #E35E6D;
}
</style>
background-color css
<style>
a { background-color: #E35E6D; }
a { background-color: rgb(227,94,109); }
div.DivClassName
{
background-color: #E35E6D;
}
.BgClassName
{
background-color: #E35E6D;
}
</style>
border-color css
<style>
span { border-color: #E35E6D; }
span { border-color: rgb(227,94,109); }
td.TdClassName
{
border-color: #E35E6D;
}
.TagClassName
{
border-color: #E35E6D;
}
</style>