Shades of Froly #E15C6D
Tints of Froly #E15C6D
RGB
CMYK
RGB Variations
Color information
#E15C6D (or 0xE15C6D) is known color: Froly. HEX triplet: E1, 5C and 6D. RGB value is (225,92,109). Sum of RGB (Red+Green+Blue) = 225+92+109=426 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.82% from 426); Green value is 92 (36.33% from 255 or 21.60% from 426); Blue value is 109 (42.97% from 255 or 25.59% from 426); Max value from RGB is 225 - color contains mainly: red. Hex color #E15C6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15C6D is #1EA392. Grayscale: #858585. Windows color (decimal): -2007955 or 7167201. OLE color: 7167201.
HSL color Cylindrical-coordinate representation of color #E15C6D: hue angle of 352.33º 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 #E15C6D is Cyan = 0, Magento = 0.59, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 92 | 109 | - |
| CMYK | 0 | 0.59 | 0.52 | 0.12 |
| HSL | 352.33º | 0.69% | 0.62% | - |
| HSV(B) | 352.33º | 0.59% | 0.88% | - |
| XYZ | 37.64 | 24.77 | 17.26 | - |
| YUV | 133.71 | 114.06 | 193.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 92 | 109 | 0 | 0.59 | 0.52 | 0.12 | 352.33 | 0.69 | 0.62 |
| Hex | E1 | 5C | 6D | 0 | 3B | 34 | C | 160 | 45 | 3E |
| Octal | 341 | 134 | 155 | 0 | 73 | 64 | 14 | 540 | 105 | 76 |
| Binary | 11100001 | 1011100 | 1101101 | 0 | 111011 | 110100 | 1100 | 101100000 | 1000101 | 111110 |
Color Harmonies of #E15C6D
Complementary color
Monochromatic Colors of #E15C6D
Black with #E15C6D
Text Example
Text Example
White with #E15C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15C6D; }
p { color: rgb(225,92,109); }
H1.HeaderClassName
{
color: #E15C6D;
}
.AnyTagClassName
{
color: #E15C6D;
}
</style>
background-color css
<style>
a { background-color: #E15C6D; }
a { background-color: rgb(225,92,109); }
div.DivClassName
{
background-color: #E15C6D;
}
.BgClassName
{
background-color: #E15C6D;
}
</style>
border-color css
<style>
span { border-color: #E15C6D; }
span { border-color: rgb(225,92,109); }
td.TdClassName
{
border-color: #E15C6D;
}
.TagClassName
{
border-color: #E15C6D;
}
</style>