Shades of Froly #E15E6B
Tints of Froly #E15E6B
RGB
CMYK
RGB Variations
Color information
#E15E6B (or 0xE15E6B) is known color: Froly. HEX triplet: E1, 5E and 6B. RGB value is (225,94,107). Sum of RGB (Red+Green+Blue) = 225+94+107=426 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.82% from 426); Green value is 94 (37.11% from 255 or 22.07% from 426); Blue value is 107 (42.19% from 255 or 25.12% from 426); Max value from RGB is 225 - color contains mainly: red. Hex color #E15E6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15E6B is #1EA194. Grayscale: #868686. Windows color (decimal): -2007445 or 7036641. OLE color: 7036641.
HSL color Cylindrical-coordinate representation of color #E15E6B: hue angle of 354.05º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E15E6B is Cyan = 0, Magento = 0.58, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 94 | 107 | - |
| CMYK | 0 | 0.58 | 0.52 | 0.12 |
| HSL | 354.05º | 0.69% | 0.63% | - |
| HSV(B) | 354.05º | 0.58% | 0.88% | - |
| XYZ | 37.71 | 25.07 | 16.76 | - |
| YUV | 134.65 | 112.4 | 192.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 94 | 107 | 0 | 0.58 | 0.52 | 0.12 | 354.05 | 0.69 | 0.63 |
| Hex | E1 | 5E | 6B | 0 | 3A | 34 | C | 162 | 45 | 3F |
| Octal | 341 | 136 | 153 | 0 | 72 | 64 | 14 | 542 | 105 | 77 |
| Binary | 11100001 | 1011110 | 1101011 | 0 | 111010 | 110100 | 1100 | 101100010 | 1000101 | 111111 |
Color Harmonies of #E15E6B
Complementary color
Monochromatic Colors of #E15E6B
Black with #E15E6B
Text Example
Text Example
White with #E15E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15E6B; }
p { color: rgb(225,94,107); }
H1.HeaderClassName
{
color: #E15E6B;
}
.AnyTagClassName
{
color: #E15E6B;
}
</style>
background-color css
<style>
a { background-color: #E15E6B; }
a { background-color: rgb(225,94,107); }
div.DivClassName
{
background-color: #E15E6B;
}
.BgClassName
{
background-color: #E15E6B;
}
</style>
border-color css
<style>
span { border-color: #E15E6B; }
span { border-color: rgb(225,94,107); }
td.TdClassName
{
border-color: #E15E6B;
}
.TagClassName
{
border-color: #E15E6B;
}
</style>