Shades of Froly #E05C6B
Tints of Froly #E05C6B
RGB
CMYK
RGB Variations
Color information
#E05C6B (or 0xE05C6B) is known color: Froly. HEX triplet: E0, 5C and 6B. RGB value is (224,92,107). Sum of RGB (Red+Green+Blue) = 224+92+107=423 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.96% from 423); Green value is 92 (36.33% from 255 or 21.75% from 423); Blue value is 107 (42.19% from 255 or 25.30% from 423); Max value from RGB is 224 - color contains mainly: red. Hex color #E05C6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05C6B is #1FA394. Grayscale: #858585. Windows color (decimal): -2073493 or 7036128. OLE color: 7036128.
HSL color Cylindrical-coordinate representation of color #E05C6B: hue angle of 353.18º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E05C6B is Cyan = 0, Magento = 0.59, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 92 | 107 | - |
| CMYK | 0 | 0.59 | 0.52 | 0.12 |
| HSL | 353.18º | 0.68% | 0.62% | - |
| HSV(B) | 353.18º | 0.59% | 0.88% | - |
| XYZ | 37.22 | 24.56 | 16.69 | - |
| YUV | 133.18 | 113.23 | 192.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 92 | 107 | 0 | 0.59 | 0.52 | 0.12 | 353.18 | 0.68 | 0.62 |
| Hex | E0 | 5C | 6B | 0 | 3B | 34 | C | 161 | 44 | 3E |
| Octal | 340 | 134 | 153 | 0 | 73 | 64 | 14 | 541 | 104 | 76 |
| Binary | 11100000 | 1011100 | 1101011 | 0 | 111011 | 110100 | 1100 | 101100001 | 1000100 | 111110 |
Color Harmonies of #E05C6B
Complementary color
Monochromatic Colors of #E05C6B
Black with #E05C6B
Text Example
Text Example
White with #E05C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05C6B; }
p { color: rgb(224,92,107); }
H1.HeaderClassName
{
color: #E05C6B;
}
.AnyTagClassName
{
color: #E05C6B;
}
</style>
background-color css
<style>
a { background-color: #E05C6B; }
a { background-color: rgb(224,92,107); }
div.DivClassName
{
background-color: #E05C6B;
}
.BgClassName
{
background-color: #E05C6B;
}
</style>
border-color css
<style>
span { border-color: #E05C6B; }
span { border-color: rgb(224,92,107); }
td.TdClassName
{
border-color: #E05C6B;
}
.TagClassName
{
border-color: #E05C6B;
}
</style>