Shades of Froly #E05D6B
Tints of Froly #E05D6B
RGB
CMYK
RGB Variations
Color information
#E05D6B (or 0xE05D6B) is known color: Froly. HEX triplet: E0, 5D and 6B. RGB value is (224,93,107). Sum of RGB (Red+Green+Blue) = 224+93+107=424 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.83% from 424); Green value is 93 (36.72% from 255 or 21.93% from 424); Blue value is 107 (42.19% from 255 or 25.24% from 424); Max value from RGB is 224 - color contains mainly: red. Hex color #E05D6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05D6B is #1FA294. Grayscale: #858585. Windows color (decimal): -2073237 or 7036384. OLE color: 7036384.
HSL color Cylindrical-coordinate representation of color #E05D6B: hue angle of 353.59º 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 #E05D6B is Cyan = 0, Magento = 0.58, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 93 | 107 | - |
| CMYK | 0 | 0.58 | 0.52 | 0.12 |
| HSL | 353.59º | 0.68% | 0.62% | - |
| HSV(B) | 353.59º | 0.58% | 0.88% | - |
| XYZ | 37.31 | 24.74 | 16.72 | - |
| YUV | 133.77 | 112.9 | 192.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 93 | 107 | 0 | 0.58 | 0.52 | 0.12 | 353.59 | 0.68 | 0.62 |
| Hex | E0 | 5D | 6B | 0 | 3A | 34 | C | 162 | 44 | 3E |
| Octal | 340 | 135 | 153 | 0 | 72 | 64 | 14 | 542 | 104 | 76 |
| Binary | 11100000 | 1011101 | 1101011 | 0 | 111010 | 110100 | 1100 | 101100010 | 1000100 | 111110 |
Color Harmonies of #E05D6B
Complementary color
Monochromatic Colors of #E05D6B
Black with #E05D6B
Text Example
Text Example
White with #E05D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05D6B; }
p { color: rgb(224,93,107); }
H1.HeaderClassName
{
color: #E05D6B;
}
.AnyTagClassName
{
color: #E05D6B;
}
</style>
background-color css
<style>
a { background-color: #E05D6B; }
a { background-color: rgb(224,93,107); }
div.DivClassName
{
background-color: #E05D6B;
}
.BgClassName
{
background-color: #E05D6B;
}
</style>
border-color css
<style>
span { border-color: #E05D6B; }
span { border-color: rgb(224,93,107); }
td.TdClassName
{
border-color: #E05D6B;
}
.TagClassName
{
border-color: #E05D6B;
}
</style>