Shades of Froly #E0707A
Tints of Froly #E0707A
RGB
CMYK
RGB Variations
Color information
#E0707A (or 0xE0707A) is known color: Froly. HEX triplet: E0, 70 and 7A. RGB value is (224,112,122). Sum of RGB (Red+Green+Blue) = 224+112+122=458 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.91% from 458); Green value is 112 (44.14% from 255 or 24.45% from 458); Blue value is 122 (48.05% from 255 or 26.64% from 458); Max value from RGB is 224 - color contains mainly: red. Hex color #E0707A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0707A is #1F8F85. Grayscale: #929292. Windows color (decimal): -2068358 or 8024288. OLE color: 8024288.
HSL color Cylindrical-coordinate representation of color #E0707A: hue angle of 354.64º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E0707A is Cyan = 0, Magento = 0.50, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 112 | 122 | - |
| CMYK | 0 | 0.50 | 0.46 | 0.12 |
| HSL | 354.64º | 0.64% | 0.66% | - |
| HSV(B) | 354.64º | 0.5% | 0.88% | - |
| XYZ | 40.05 | 28.84 | 21.87 | - |
| YUV | 146.63 | 114.11 | 183.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 112 | 122 | 0 | 0.50 | 0.46 | 0.12 | 354.64 | 0.64 | 0.66 |
| Hex | E0 | 70 | 7A | 0 | 32 | 2E | C | 163 | 40 | 42 |
| Octal | 340 | 160 | 172 | 0 | 62 | 56 | 14 | 543 | 100 | 102 |
| Binary | 11100000 | 1110000 | 1111010 | 0 | 110010 | 101110 | 1100 | 101100011 | 1000000 | 1000010 |
Color Harmonies of #E0707A
Complementary color
Monochromatic Colors of #E0707A
Black with #E0707A
Text Example
Text Example
White with #E0707A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0707A; }
p { color: rgb(224,112,122); }
H1.HeaderClassName
{
color: #E0707A;
}
.AnyTagClassName
{
color: #E0707A;
}
</style>
background-color css
<style>
a { background-color: #E0707A; }
a { background-color: rgb(224,112,122); }
div.DivClassName
{
background-color: #E0707A;
}
.BgClassName
{
background-color: #E0707A;
}
</style>
border-color css
<style>
span { border-color: #E0707A; }
span { border-color: rgb(224,112,122); }
td.TdClassName
{
border-color: #E0707A;
}
.TagClassName
{
border-color: #E0707A;
}
</style>