Shades of Froly #E66E7B
Tints of Froly #E66E7B
RGB
CMYK
RGB Variations
Color information
#E66E7B (or 0xE66E7B) is known color: Froly. HEX triplet: E6, 6E and 7B. RGB value is (230,110,123). Sum of RGB (Red+Green+Blue) = 230+110+123=463 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.68% from 463); Green value is 110 (43.36% from 255 or 23.76% from 463); Blue value is 123 (48.44% from 255 or 26.57% from 463); Max value from RGB is 230 - color contains mainly: red. Hex color #E66E7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E66E7B is #199184. Grayscale: #939393. Windows color (decimal): -1675653 or 8089318. OLE color: 8089318.
HSL color Cylindrical-coordinate representation of color #E66E7B: hue angle of 353.5º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E66E7B is Cyan = 0, Magento = 0.52, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 110 | 123 | - |
| CMYK | 0 | 0.52 | 0.47 | 0.10 |
| HSL | 353.5º | 0.71% | 0.67% | - |
| HSV(B) | 353.5º | 0.52% | 0.9% | - |
| XYZ | 41.78 | 29.4 | 22.21 | - |
| YUV | 147.36 | 114.26 | 186.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 110 | 123 | 0 | 0.52 | 0.47 | 0.10 | 353.5 | 0.71 | 0.67 |
| Hex | E6 | 6E | 7B | 0 | 34 | 2F | A | 162 | 47 | 43 |
| Octal | 346 | 156 | 173 | 0 | 64 | 57 | 12 | 542 | 107 | 103 |
| Binary | 11100110 | 1101110 | 1111011 | 0 | 110100 | 101111 | 1010 | 101100010 | 1000111 | 1000011 |
Color Harmonies of #E66E7B
Complementary color
Monochromatic Colors of #E66E7B
Black with #E66E7B
Text Example
Text Example
White with #E66E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66E7B; }
p { color: rgb(230,110,123); }
H1.HeaderClassName
{
color: #E66E7B;
}
.AnyTagClassName
{
color: #E66E7B;
}
</style>
background-color css
<style>
a { background-color: #E66E7B; }
a { background-color: rgb(230,110,123); }
div.DivClassName
{
background-color: #E66E7B;
}
.BgClassName
{
background-color: #E66E7B;
}
</style>
border-color css
<style>
span { border-color: #E66E7B; }
span { border-color: rgb(230,110,123); }
td.TdClassName
{
border-color: #E66E7B;
}
.TagClassName
{
border-color: #E66E7B;
}
</style>