Shades of Froly #E55A6F
Tints of Froly #E55A6F
RGB
CMYK
RGB Variations
Color information
#E55A6F (or 0xE55A6F) is known color: Froly. HEX triplet: E5, 5A and 6F. RGB value is (229,90,111). Sum of RGB (Red+Green+Blue) = 229+90+111=430 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.26% from 430); Green value is 90 (35.55% from 255 or 20.93% from 430); Blue value is 111 (43.75% from 255 or 25.81% from 430); Max value from RGB is 229 - color contains mainly: red. Hex color #E55A6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E55A6F is #1AA590. Grayscale: #868686. Windows color (decimal): -1746321 or 7297765. OLE color: 7297765.
HSL color Cylindrical-coordinate representation of color #E55A6F: hue angle of 350.94º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E55A6F is Cyan = 0, Magento = 0.61, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 90 | 111 | - |
| CMYK | 0 | 0.61 | 0.52 | 0.10 |
| HSL | 350.94º | 0.73% | 0.63% | - |
| HSV(B) | 350.94º | 0.61% | 0.9% | - |
| XYZ | 38.84 | 25.12 | 17.84 | - |
| YUV | 133.96 | 115.05 | 195.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 90 | 111 | 0 | 0.61 | 0.52 | 0.10 | 350.94 | 0.73 | 0.63 |
| Hex | E5 | 5A | 6F | 0 | 3D | 34 | A | 15F | 49 | 3F |
| Octal | 345 | 132 | 157 | 0 | 75 | 64 | 12 | 537 | 111 | 77 |
| Binary | 11100101 | 1011010 | 1101111 | 0 | 111101 | 110100 | 1010 | 101011111 | 1001001 | 111111 |
Color Harmonies of #E55A6F
Complementary color
Monochromatic Colors of #E55A6F
Black with #E55A6F
Text Example
Text Example
White with #E55A6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55A6F; }
p { color: rgb(229,90,111); }
H1.HeaderClassName
{
color: #E55A6F;
}
.AnyTagClassName
{
color: #E55A6F;
}
</style>
background-color css
<style>
a { background-color: #E55A6F; }
a { background-color: rgb(229,90,111); }
div.DivClassName
{
background-color: #E55A6F;
}
.BgClassName
{
background-color: #E55A6F;
}
</style>
border-color css
<style>
span { border-color: #E55A6F; }
span { border-color: rgb(229,90,111); }
td.TdClassName
{
border-color: #E55A6F;
}
.TagClassName
{
border-color: #E55A6F;
}
</style>