Shades of Froly #E4767D
Tints of Froly #E4767D
RGB
CMYK
RGB Variations
Color information
#E4767D (or 0xE4767D) is known color: Froly. HEX triplet: E4, 76 and 7D. RGB value is (228,118,125). Sum of RGB (Red+Green+Blue) = 228+118+125=471 (62% of max value = 765). Red value is 228 (89.45% from 255 or 48.41% from 471); Green value is 118 (46.48% from 255 or 25.05% from 471); Blue value is 125 (49.22% from 255 or 26.54% from 471); Max value from RGB is 228 - color contains mainly: red. Hex color #E4767D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E4767D is #1B8982. Grayscale: #979797. Windows color (decimal): -1804675 or 8222436. OLE color: 8222436.
HSL color Cylindrical-coordinate representation of color #E4767D: hue angle of 356.18º 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 #E4767D is Cyan = 0, Magento = 0.48, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 118 | 125 | - |
| CMYK | 0 | 0.48 | 0.45 | 0.11 |
| HSL | 356.18º | 0.67% | 0.68% | - |
| HSV(B) | 356.18º | 0.48% | 0.89% | - |
| XYZ | 42.18 | 30.93 | 23.15 | - |
| YUV | 151.69 | 112.94 | 182.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 118 | 125 | 0 | 0.48 | 0.45 | 0.11 | 356.18 | 0.67 | 0.68 |
| Hex | E4 | 76 | 7D | 0 | 30 | 2D | B | 164 | 43 | 44 |
| Octal | 344 | 166 | 175 | 0 | 60 | 55 | 13 | 544 | 103 | 104 |
| Binary | 11100100 | 1110110 | 1111101 | 0 | 110000 | 101101 | 1011 | 101100100 | 1000011 | 1000100 |
Color Harmonies of #E4767D
Complementary color
Monochromatic Colors of #E4767D
Black with #E4767D
Text Example
Text Example
White with #E4767D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4767D; }
p { color: rgb(228,118,125); }
H1.HeaderClassName
{
color: #E4767D;
}
.AnyTagClassName
{
color: #E4767D;
}
</style>
background-color css
<style>
a { background-color: #E4767D; }
a { background-color: rgb(228,118,125); }
div.DivClassName
{
background-color: #E4767D;
}
.BgClassName
{
background-color: #E4767D;
}
</style>
border-color css
<style>
span { border-color: #E4767D; }
span { border-color: rgb(228,118,125); }
td.TdClassName
{
border-color: #E4767D;
}
.TagClassName
{
border-color: #E4767D;
}
</style>