Shades of Froly #E15A6B
Tints of Froly #E15A6B
RGB
CMYK
RGB Variations
Color information
#E15A6B (or 0xE15A6B) is known color: Froly. HEX triplet: E1, 5A and 6B. RGB value is (225,90,107). Sum of RGB (Red+Green+Blue) = 225+90+107=422 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.32% from 422); Green value is 90 (35.55% from 255 or 21.33% from 422); Blue value is 107 (42.19% from 255 or 25.36% from 422); Max value from RGB is 225 - color contains mainly: red. Hex color #E15A6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15A6B is #1EA594. Grayscale: #848484. Windows color (decimal): -2008469 or 7035617. OLE color: 7035617.
HSL color Cylindrical-coordinate representation of color #E15A6B: hue angle of 352.44º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E15A6B is Cyan = 0, Magento = 0.60, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 90 | 107 | - |
| CMYK | 0 | 0.60 | 0.52 | 0.12 |
| HSL | 352.44º | 0.69% | 0.62% | - |
| HSV(B) | 352.44º | 0.6% | 0.88% | - |
| XYZ | 37.36 | 24.38 | 16.65 | - |
| YUV | 132.3 | 113.73 | 194.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 90 | 107 | 0 | 0.60 | 0.52 | 0.12 | 352.44 | 0.69 | 0.62 |
| Hex | E1 | 5A | 6B | 0 | 3C | 34 | C | 160 | 45 | 3E |
| Octal | 341 | 132 | 153 | 0 | 74 | 64 | 14 | 540 | 105 | 76 |
| Binary | 11100001 | 1011010 | 1101011 | 0 | 111100 | 110100 | 1100 | 101100000 | 1000101 | 111110 |
Color Harmonies of #E15A6B
Complementary color
Monochromatic Colors of #E15A6B
Black with #E15A6B
Text Example
Text Example
White with #E15A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15A6B; }
p { color: rgb(225,90,107); }
H1.HeaderClassName
{
color: #E15A6B;
}
.AnyTagClassName
{
color: #E15A6B;
}
</style>
background-color css
<style>
a { background-color: #E15A6B; }
a { background-color: rgb(225,90,107); }
div.DivClassName
{
background-color: #E15A6B;
}
.BgClassName
{
background-color: #E15A6B;
}
</style>
border-color css
<style>
span { border-color: #E15A6B; }
span { border-color: rgb(225,90,107); }
td.TdClassName
{
border-color: #E15A6B;
}
.TagClassName
{
border-color: #E15A6B;
}
</style>