Shades of Froly #E46B7A
Tints of Froly #E46B7A
RGB
CMYK
RGB Variations
Color information
#E46B7A (or 0xE46B7A) is known color: Froly. HEX triplet: E4, 6B and 7A. RGB value is (228,107,122). Sum of RGB (Red+Green+Blue) = 228+107+122=457 (60% of max value = 765). Red value is 228 (89.45% from 255 or 49.89% from 457); Green value is 107 (42.19% from 255 or 23.41% from 457); Blue value is 122 (48.05% from 255 or 26.70% from 457); Max value from RGB is 228 - color contains mainly: red. Hex color #E46B7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E46B7A is #1B9485. Grayscale: #909090. Windows color (decimal): -1807494 or 8023012. OLE color: 8023012.
HSL color Cylindrical-coordinate representation of color #E46B7A: hue angle of 352.56º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E46B7A is Cyan = 0, Magento = 0.53, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 107 | 122 | - |
| CMYK | 0 | 0.53 | 0.46 | 0.11 |
| HSL | 352.56º | 0.69% | 0.66% | - |
| HSV(B) | 352.56º | 0.53% | 0.89% | - |
| XYZ | 40.77 | 28.41 | 21.75 | - |
| YUV | 144.89 | 115.09 | 187.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 107 | 122 | 0 | 0.53 | 0.46 | 0.11 | 352.56 | 0.69 | 0.66 |
| Hex | E4 | 6B | 7A | 0 | 35 | 2E | B | 161 | 45 | 42 |
| Octal | 344 | 153 | 172 | 0 | 65 | 56 | 13 | 541 | 105 | 102 |
| Binary | 11100100 | 1101011 | 1111010 | 0 | 110101 | 101110 | 1011 | 101100001 | 1000101 | 1000010 |
Color Harmonies of #E46B7A
Complementary color
Monochromatic Colors of #E46B7A
Black with #E46B7A
Text Example
Text Example
White with #E46B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E46B7A; }
p { color: rgb(228,107,122); }
H1.HeaderClassName
{
color: #E46B7A;
}
.AnyTagClassName
{
color: #E46B7A;
}
</style>
background-color css
<style>
a { background-color: #E46B7A; }
a { background-color: rgb(228,107,122); }
div.DivClassName
{
background-color: #E46B7A;
}
.BgClassName
{
background-color: #E46B7A;
}
</style>
border-color css
<style>
span { border-color: #E46B7A; }
span { border-color: rgb(228,107,122); }
td.TdClassName
{
border-color: #E46B7A;
}
.TagClassName
{
border-color: #E46B7A;
}
</style>