Shades of Froly #E5617A
Tints of Froly #E5617A
RGB
CMYK
RGB Variations
Color information
#E5617A (or 0xE5617A) is known color: Froly. HEX triplet: E5, 61 and 7A. RGB value is (229,97,122). Sum of RGB (Red+Green+Blue) = 229+97+122=448 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.12% from 448); Green value is 97 (38.28% from 255 or 21.65% from 448); Blue value is 122 (48.05% from 255 or 27.23% from 448); Max value from RGB is 229 - color contains mainly: red. Hex color #E5617A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5617A is #1A9E85. Grayscale: #8B8B8B. Windows color (decimal): -1744518 or 8020453. OLE color: 8020453.
HSL color Cylindrical-coordinate representation of color #E5617A: hue angle of 348.64º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E5617A is Cyan = 0, Magento = 0.58, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 97 | 122 | - |
| CMYK | 0 | 0.58 | 0.47 | 0.10 |
| HSL | 348.64º | 0.72% | 0.64% | - |
| HSV(B) | 348.64º | 0.58% | 0.9% | - |
| XYZ | 40.1 | 26.61 | 21.44 | - |
| YUV | 139.32 | 118.23 | 191.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 97 | 122 | 0 | 0.58 | 0.47 | 0.10 | 348.64 | 0.72 | 0.64 |
| Hex | E5 | 61 | 7A | 0 | 3A | 2F | A | 15D | 48 | 40 |
| Octal | 345 | 141 | 172 | 0 | 72 | 57 | 12 | 535 | 110 | 100 |
| Binary | 11100101 | 1100001 | 1111010 | 0 | 111010 | 101111 | 1010 | 101011101 | 1001000 | 1000000 |
Color Harmonies of #E5617A
Complementary color
Monochromatic Colors of #E5617A
Black with #E5617A
Text Example
Text Example
White with #E5617A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5617A; }
p { color: rgb(229,97,122); }
H1.HeaderClassName
{
color: #E5617A;
}
.AnyTagClassName
{
color: #E5617A;
}
</style>
background-color css
<style>
a { background-color: #E5617A; }
a { background-color: rgb(229,97,122); }
div.DivClassName
{
background-color: #E5617A;
}
.BgClassName
{
background-color: #E5617A;
}
</style>
border-color css
<style>
span { border-color: #E5617A; }
span { border-color: rgb(229,97,122); }
td.TdClassName
{
border-color: #E5617A;
}
.TagClassName
{
border-color: #E5617A;
}
</style>