Shades of Froly #E35E6B
Tints of Froly #E35E6B
RGB
CMYK
RGB Variations
Color information
#E35E6B (or 0xE35E6B) is known color: Froly. HEX triplet: E3, 5E and 6B. RGB value is (227,94,107). Sum of RGB (Red+Green+Blue) = 227+94+107=428 (56% of max value = 765). Red value is 227 (89.06% from 255 or 53.04% from 428); Green value is 94 (37.11% from 255 or 21.96% from 428); Blue value is 107 (42.19% from 255 or 25% from 428); Max value from RGB is 227 - color contains mainly: red. Hex color #E35E6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E35E6B is #1CA194. Grayscale: #878787. Windows color (decimal): -1876373 or 7036643. OLE color: 7036643.
HSL color Cylindrical-coordinate representation of color #E35E6B: hue angle of 354.14º 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 #E35E6B is Cyan = 0, Magento = 0.59, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 94 | 107 | - |
| CMYK | 0 | 0.59 | 0.53 | 0.11 |
| HSL | 354.14º | 0.7% | 0.63% | - |
| HSV(B) | 354.14º | 0.59% | 0.89% | - |
| XYZ | 38.34 | 25.4 | 16.79 | - |
| YUV | 135.25 | 112.06 | 193.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 94 | 107 | 0 | 0.59 | 0.53 | 0.11 | 354.14 | 0.7 | 0.63 |
| Hex | E3 | 5E | 6B | 0 | 3B | 35 | B | 162 | 46 | 3F |
| Octal | 343 | 136 | 153 | 0 | 73 | 65 | 13 | 542 | 106 | 77 |
| Binary | 11100011 | 1011110 | 1101011 | 0 | 111011 | 110101 | 1011 | 101100010 | 1000110 | 111111 |
Color Harmonies of #E35E6B
Complementary color
Monochromatic Colors of #E35E6B
Black with #E35E6B
Text Example
Text Example
White with #E35E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35E6B; }
p { color: rgb(227,94,107); }
H1.HeaderClassName
{
color: #E35E6B;
}
.AnyTagClassName
{
color: #E35E6B;
}
</style>
background-color css
<style>
a { background-color: #E35E6B; }
a { background-color: rgb(227,94,107); }
div.DivClassName
{
background-color: #E35E6B;
}
.BgClassName
{
background-color: #E35E6B;
}
</style>
border-color css
<style>
span { border-color: #E35E6B; }
span { border-color: rgb(227,94,107); }
td.TdClassName
{
border-color: #E35E6B;
}
.TagClassName
{
border-color: #E35E6B;
}
</style>