Shades of Froly #E4667D
Tints of Froly #E4667D
RGB
CMYK
RGB Variations
Color information
#E4667D (or 0xE4667D) is known color: Froly. HEX triplet: E4, 66 and 7D. RGB value is (228,102,125). Sum of RGB (Red+Green+Blue) = 228+102+125=455 (60% of max value = 765). Red value is 228 (89.45% from 255 or 50.11% from 455); Green value is 102 (40.23% from 255 or 22.42% from 455); Blue value is 125 (49.22% from 255 or 27.47% from 455); Max value from RGB is 228 - color contains mainly: red. Hex color #E4667D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E4667D is #1B9982. Grayscale: #8E8E8E. Windows color (decimal): -1808771 or 8218340. OLE color: 8218340.
HSL color Cylindrical-coordinate representation of color #E4667D: hue angle of 349.05º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E4667D is Cyan = 0, Magento = 0.55, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 102 | 125 | - |
| CMYK | 0 | 0.55 | 0.45 | 0.11 |
| HSL | 349.05º | 0.7% | 0.65% | - |
| HSV(B) | 349.05º | 0.55% | 0.89% | - |
| XYZ | 40.45 | 27.48 | 22.57 | - |
| YUV | 142.3 | 118.24 | 189.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 102 | 125 | 0 | 0.55 | 0.45 | 0.11 | 349.05 | 0.7 | 0.65 |
| Hex | E4 | 66 | 7D | 0 | 37 | 2D | B | 15D | 46 | 41 |
| Octal | 344 | 146 | 175 | 0 | 67 | 55 | 13 | 535 | 106 | 101 |
| Binary | 11100100 | 1100110 | 1111101 | 0 | 110111 | 101101 | 1011 | 101011101 | 1000110 | 1000001 |
Color Harmonies of #E4667D
Complementary color
Monochromatic Colors of #E4667D
Black with #E4667D
Text Example
Text Example
White with #E4667D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4667D; }
p { color: rgb(228,102,125); }
H1.HeaderClassName
{
color: #E4667D;
}
.AnyTagClassName
{
color: #E4667D;
}
</style>
background-color css
<style>
a { background-color: #E4667D; }
a { background-color: rgb(228,102,125); }
div.DivClassName
{
background-color: #E4667D;
}
.BgClassName
{
background-color: #E4667D;
}
</style>
border-color css
<style>
span { border-color: #E4667D; }
span { border-color: rgb(228,102,125); }
td.TdClassName
{
border-color: #E4667D;
}
.TagClassName
{
border-color: #E4667D;
}
</style>