Shades of Froly #E15D6A
Tints of Froly #E15D6A
RGB
CMYK
RGB Variations
Color information
#E15D6A (or 0xE15D6A) is known color: Froly. HEX triplet: E1, 5D and 6A. RGB value is (225,93,106). Sum of RGB (Red+Green+Blue) = 225+93+106=424 (56% of max value = 765). Red value is 225 (88.28% from 255 or 53.07% from 424); Green value is 93 (36.72% from 255 or 21.93% from 424); Blue value is 106 (41.80% from 255 or 25% from 424); Max value from RGB is 225 - color contains mainly: red. Hex color #E15D6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15D6A is #1EA295. Grayscale: #868686. Windows color (decimal): -2007702 or 6970849. OLE color: 6970849.
HSL color Cylindrical-coordinate representation of color #E15D6A: hue angle of 354.09º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E15D6A is Cyan = 0, Magento = 0.59, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 93 | 106 | - |
| CMYK | 0 | 0.59 | 0.53 | 0.12 |
| HSL | 354.09º | 0.69% | 0.62% | - |
| HSV(B) | 354.09º | 0.59% | 0.88% | - |
| XYZ | 37.57 | 24.88 | 16.46 | - |
| YUV | 133.95 | 112.23 | 192.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 93 | 106 | 0 | 0.59 | 0.53 | 0.12 | 354.09 | 0.69 | 0.62 |
| Hex | E1 | 5D | 6A | 0 | 3B | 35 | C | 162 | 45 | 3E |
| Octal | 341 | 135 | 152 | 0 | 73 | 65 | 14 | 542 | 105 | 76 |
| Binary | 11100001 | 1011101 | 1101010 | 0 | 111011 | 110101 | 1100 | 101100010 | 1000101 | 111110 |
Color Harmonies of #E15D6A
Complementary color
Monochromatic Colors of #E15D6A
Black with #E15D6A
Text Example
Text Example
White with #E15D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15D6A; }
p { color: rgb(225,93,106); }
H1.HeaderClassName
{
color: #E15D6A;
}
.AnyTagClassName
{
color: #E15D6A;
}
</style>
background-color css
<style>
a { background-color: #E15D6A; }
a { background-color: rgb(225,93,106); }
div.DivClassName
{
background-color: #E15D6A;
}
.BgClassName
{
background-color: #E15D6A;
}
</style>
border-color css
<style>
span { border-color: #E15D6A; }
span { border-color: rgb(225,93,106); }
td.TdClassName
{
border-color: #E15D6A;
}
.TagClassName
{
border-color: #E15D6A;
}
</style>