Shades of Froly #E0727A
Tints of Froly #E0727A
RGB
CMYK
RGB Variations
Color information
#E0727A (or 0xE0727A) is known color: Froly. HEX triplet: E0, 72 and 7A. RGB value is (224,114,122). Sum of RGB (Red+Green+Blue) = 224+114+122=460 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.70% from 460); Green value is 114 (44.92% from 255 or 24.78% from 460); Blue value is 122 (48.05% from 255 or 26.52% from 460); Max value from RGB is 224 - color contains mainly: red. Hex color #E0727A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0727A is #1F8D85. Grayscale: #939393. Windows color (decimal): -2067846 or 8024800. OLE color: 8024800.
HSL color Cylindrical-coordinate representation of color #E0727A: hue angle of 355.64º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E0727A is Cyan = 0, Magento = 0.49, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 114 | 122 | - |
| CMYK | 0 | 0.49 | 0.46 | 0.12 |
| HSL | 355.64º | 0.64% | 0.66% | - |
| HSV(B) | 355.64º | 0.49% | 0.88% | - |
| XYZ | 40.27 | 29.29 | 21.94 | - |
| YUV | 147.8 | 113.44 | 182.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 114 | 122 | 0 | 0.49 | 0.46 | 0.12 | 355.64 | 0.64 | 0.66 |
| Hex | E0 | 72 | 7A | 0 | 31 | 2E | C | 164 | 40 | 42 |
| Octal | 340 | 162 | 172 | 0 | 61 | 56 | 14 | 544 | 100 | 102 |
| Binary | 11100000 | 1110010 | 1111010 | 0 | 110001 | 101110 | 1100 | 101100100 | 1000000 | 1000010 |
Color Harmonies of #E0727A
Complementary color
Monochromatic Colors of #E0727A
Black with #E0727A
Text Example
Text Example
White with #E0727A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0727A; }
p { color: rgb(224,114,122); }
H1.HeaderClassName
{
color: #E0727A;
}
.AnyTagClassName
{
color: #E0727A;
}
</style>
background-color css
<style>
a { background-color: #E0727A; }
a { background-color: rgb(224,114,122); }
div.DivClassName
{
background-color: #E0727A;
}
.BgClassName
{
background-color: #E0727A;
}
</style>
border-color css
<style>
span { border-color: #E0727A; }
span { border-color: rgb(224,114,122); }
td.TdClassName
{
border-color: #E0727A;
}
.TagClassName
{
border-color: #E0727A;
}
</style>