Shades of Froly #E0757B
Tints of Froly #E0757B
RGB
CMYK
RGB Variations
Color information
#E0757B (or 0xE0757B) is known color: Froly. HEX triplet: E0, 75 and 7B. RGB value is (224,117,123). Sum of RGB (Red+Green+Blue) = 224+117+123=464 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.28% from 464); Green value is 117 (46.09% from 255 or 25.22% from 464); Blue value is 123 (48.44% from 255 or 26.51% from 464); Max value from RGB is 224 - color contains mainly: red. Hex color #E0757B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0757B is #1F8A84. Grayscale: #959595. Windows color (decimal): -2067077 or 8091104. OLE color: 8091104.
HSL color Cylindrical-coordinate representation of color #E0757B: hue angle of 356.64º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E0757B is Cyan = 0, Magento = 0.48, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 117 | 123 | - |
| CMYK | 0 | 0.48 | 0.45 | 0.12 |
| HSL | 356.64º | 0.63% | 0.67% | - |
| HSV(B) | 356.64º | 0.48% | 0.88% | - |
| XYZ | 40.68 | 30 | 22.39 | - |
| YUV | 149.68 | 112.95 | 181.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 117 | 123 | 0 | 0.48 | 0.45 | 0.12 | 356.64 | 0.63 | 0.67 |
| Hex | E0 | 75 | 7B | 0 | 30 | 2D | C | 165 | 3F | 43 |
| Octal | 340 | 165 | 173 | 0 | 60 | 55 | 14 | 545 | 77 | 103 |
| Binary | 11100000 | 1110101 | 1111011 | 0 | 110000 | 101101 | 1100 | 101100101 | 111111 | 1000011 |
Color Harmonies of #E0757B
Complementary color
Monochromatic Colors of #E0757B
Black with #E0757B
Text Example
Text Example
White with #E0757B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0757B; }
p { color: rgb(224,117,123); }
H1.HeaderClassName
{
color: #E0757B;
}
.AnyTagClassName
{
color: #E0757B;
}
</style>
background-color css
<style>
a { background-color: #E0757B; }
a { background-color: rgb(224,117,123); }
div.DivClassName
{
background-color: #E0757B;
}
.BgClassName
{
background-color: #E0757B;
}
</style>
border-color css
<style>
span { border-color: #E0757B; }
span { border-color: rgb(224,117,123); }
td.TdClassName
{
border-color: #E0757B;
}
.TagClassName
{
border-color: #E0757B;
}
</style>