Shades of Froly #E4767C
Tints of Froly #E4767C
RGB
CMYK
RGB Variations
Color information
#E4767C (or 0xE4767C) is known color: Froly. HEX triplet: E4, 76 and 7C. RGB value is (228,118,124). Sum of RGB (Red+Green+Blue) = 228+118+124=470 (62% of max value = 765). Red value is 228 (89.45% from 255 or 48.51% from 470); Green value is 118 (46.48% from 255 or 25.11% from 470); Blue value is 124 (48.83% from 255 or 26.38% from 470); Max value from RGB is 228 - color contains mainly: red. Hex color #E4767C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E4767C is #1B8983. Grayscale: #979797. Windows color (decimal): -1804676 or 8156900. OLE color: 8156900.
HSL color Cylindrical-coordinate representation of color #E4767C: hue angle of 356.73º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E4767C is Cyan = 0, Magento = 0.48, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 118 | 124 | - |
| CMYK | 0 | 0.48 | 0.46 | 0.11 |
| HSL | 356.73º | 0.67% | 0.68% | - |
| HSV(B) | 356.73º | 0.48% | 0.89% | - |
| XYZ | 42.11 | 30.91 | 22.81 | - |
| YUV | 151.57 | 112.44 | 182.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 118 | 124 | 0 | 0.48 | 0.46 | 0.11 | 356.73 | 0.67 | 0.68 |
| Hex | E4 | 76 | 7C | 0 | 30 | 2E | B | 165 | 43 | 44 |
| Octal | 344 | 166 | 174 | 0 | 60 | 56 | 13 | 545 | 103 | 104 |
| Binary | 11100100 | 1110110 | 1111100 | 0 | 110000 | 101110 | 1011 | 101100101 | 1000011 | 1000100 |
Color Harmonies of #E4767C
Complementary color
Monochromatic Colors of #E4767C
Black with #E4767C
Text Example
Text Example
White with #E4767C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4767C; }
p { color: rgb(228,118,124); }
H1.HeaderClassName
{
color: #E4767C;
}
.AnyTagClassName
{
color: #E4767C;
}
</style>
background-color css
<style>
a { background-color: #E4767C; }
a { background-color: rgb(228,118,124); }
div.DivClassName
{
background-color: #E4767C;
}
.BgClassName
{
background-color: #E4767C;
}
</style>
border-color css
<style>
span { border-color: #E4767C; }
span { border-color: rgb(228,118,124); }
td.TdClassName
{
border-color: #E4767C;
}
.TagClassName
{
border-color: #E4767C;
}
</style>