Shades of Froly #E05E6A
Tints of Froly #E05E6A
RGB
CMYK
RGB Variations
Color information
#E05E6A (or 0xE05E6A) is known color: Froly. HEX triplet: E0, 5E and 6A. RGB value is (224,94,106). Sum of RGB (Red+Green+Blue) = 224+94+106=424 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.83% from 424); Green value is 94 (37.11% from 255 or 22.17% from 424); Blue value is 106 (41.80% from 255 or 25% from 424); Max value from RGB is 224 - color contains mainly: red. Hex color #E05E6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05E6A is #1FA195. Grayscale: #868686. Windows color (decimal): -2072982 or 6971104. OLE color: 6971104.
HSL color Cylindrical-coordinate representation of color #E05E6A: hue angle of 354.46º 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 #E05E6A is Cyan = 0, Magento = 0.58, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 94 | 106 | - |
| CMYK | 0 | 0.58 | 0.53 | 0.12 |
| HSL | 354.46º | 0.68% | 0.62% | - |
| HSV(B) | 354.46º | 0.58% | 0.88% | - |
| XYZ | 37.34 | 24.89 | 16.47 | - |
| YUV | 134.24 | 112.07 | 192.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 94 | 106 | 0 | 0.58 | 0.53 | 0.12 | 354.46 | 0.68 | 0.62 |
| Hex | E0 | 5E | 6A | 0 | 3A | 35 | C | 162 | 44 | 3E |
| Octal | 340 | 136 | 152 | 0 | 72 | 65 | 14 | 542 | 104 | 76 |
| Binary | 11100000 | 1011110 | 1101010 | 0 | 111010 | 110101 | 1100 | 101100010 | 1000100 | 111110 |
Color Harmonies of #E05E6A
Complementary color
Monochromatic Colors of #E05E6A
Black with #E05E6A
Text Example
Text Example
White with #E05E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05E6A; }
p { color: rgb(224,94,106); }
H1.HeaderClassName
{
color: #E05E6A;
}
.AnyTagClassName
{
color: #E05E6A;
}
</style>
background-color css
<style>
a { background-color: #E05E6A; }
a { background-color: rgb(224,94,106); }
div.DivClassName
{
background-color: #E05E6A;
}
.BgClassName
{
background-color: #E05E6A;
}
</style>
border-color css
<style>
span { border-color: #E05E6A; }
span { border-color: rgb(224,94,106); }
td.TdClassName
{
border-color: #E05E6A;
}
.TagClassName
{
border-color: #E05E6A;
}
</style>