Shades of Froly #E05E6B
Tints of Froly #E05E6B
RGB
CMYK
RGB Variations
Color information
#E05E6B (or 0xE05E6B) is known color: Froly. HEX triplet: E0, 5E and 6B. RGB value is (224,94,107). Sum of RGB (Red+Green+Blue) = 224+94+107=425 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.71% from 425); Green value is 94 (37.11% from 255 or 22.12% from 425); Blue value is 107 (42.19% from 255 or 25.18% from 425); Max value from RGB is 224 - color contains mainly: red. Hex color #E05E6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05E6B is #1FA194. Grayscale: #868686. Windows color (decimal): -2072981 or 7036640. OLE color: 7036640.
HSL color Cylindrical-coordinate representation of color #E05E6B: hue angle of 354º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E05E6B is Cyan = 0, Magento = 0.58, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 94 | 107 | - |
| CMYK | 0 | 0.58 | 0.52 | 0.12 |
| HSL | 354º | 0.68% | 0.62% | - |
| HSV(B) | 354º | 0.58% | 0.88% | - |
| XYZ | 37.4 | 24.91 | 16.75 | - |
| YUV | 134.35 | 112.57 | 191.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 94 | 107 | 0 | 0.58 | 0.52 | 0.12 | 354 | 0.68 | 0.62 |
| Hex | E0 | 5E | 6B | 0 | 3A | 34 | C | 162 | 44 | 3E |
| Octal | 340 | 136 | 153 | 0 | 72 | 64 | 14 | 542 | 104 | 76 |
| Binary | 11100000 | 1011110 | 1101011 | 0 | 111010 | 110100 | 1100 | 101100010 | 1000100 | 111110 |
Color Harmonies of #E05E6B
Complementary color
Monochromatic Colors of #E05E6B
Black with #E05E6B
Text Example
Text Example
White with #E05E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05E6B; }
p { color: rgb(224,94,107); }
H1.HeaderClassName
{
color: #E05E6B;
}
.AnyTagClassName
{
color: #E05E6B;
}
</style>
background-color css
<style>
a { background-color: #E05E6B; }
a { background-color: rgb(224,94,107); }
div.DivClassName
{
background-color: #E05E6B;
}
.BgClassName
{
background-color: #E05E6B;
}
</style>
border-color css
<style>
span { border-color: #E05E6B; }
span { border-color: rgb(224,94,107); }
td.TdClassName
{
border-color: #E05E6B;
}
.TagClassName
{
border-color: #E05E6B;
}
</style>