Shades of Froly #E05D6D
Tints of Froly #E05D6D
RGB
CMYK
RGB Variations
Color information
#E05D6D (or 0xE05D6D) is known color: Froly. HEX triplet: E0, 5D and 6D. RGB value is (224,93,109). Sum of RGB (Red+Green+Blue) = 224+93+109=426 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.58% from 426); Green value is 93 (36.72% from 255 or 21.83% from 426); Blue value is 109 (42.97% from 255 or 25.59% from 426); Max value from RGB is 224 - color contains mainly: red. Hex color #E05D6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05D6D is #1FA292. Grayscale: #868686. Windows color (decimal): -2073235 or 7167456. OLE color: 7167456.
HSL color Cylindrical-coordinate representation of color #E05D6D: hue angle of 352.67º 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 #E05D6D is Cyan = 0, Magento = 0.58, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 93 | 109 | - |
| CMYK | 0 | 0.58 | 0.51 | 0.12 |
| HSL | 352.67º | 0.68% | 0.62% | - |
| HSV(B) | 352.67º | 0.58% | 0.88% | - |
| XYZ | 37.42 | 24.78 | 17.28 | - |
| YUV | 133.99 | 113.9 | 192.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 93 | 109 | 0 | 0.58 | 0.51 | 0.12 | 352.67 | 0.68 | 0.62 |
| Hex | E0 | 5D | 6D | 0 | 3A | 33 | C | 161 | 44 | 3E |
| Octal | 340 | 135 | 155 | 0 | 72 | 63 | 14 | 541 | 104 | 76 |
| Binary | 11100000 | 1011101 | 1101101 | 0 | 111010 | 110011 | 1100 | 101100001 | 1000100 | 111110 |
Color Harmonies of #E05D6D
Complementary color
Monochromatic Colors of #E05D6D
Black with #E05D6D
Text Example
Text Example
White with #E05D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05D6D; }
p { color: rgb(224,93,109); }
H1.HeaderClassName
{
color: #E05D6D;
}
.AnyTagClassName
{
color: #E05D6D;
}
</style>
background-color css
<style>
a { background-color: #E05D6D; }
a { background-color: rgb(224,93,109); }
div.DivClassName
{
background-color: #E05D6D;
}
.BgClassName
{
background-color: #E05D6D;
}
</style>
border-color css
<style>
span { border-color: #E05D6D; }
span { border-color: rgb(224,93,109); }
td.TdClassName
{
border-color: #E05D6D;
}
.TagClassName
{
border-color: #E05D6D;
}
</style>