Shades of Froly #E66E7D
Tints of Froly #E66E7D
RGB
CMYK
RGB Variations
Color information
#E66E7D (or 0xE66E7D) is known color: Froly. HEX triplet: E6, 6E and 7D. RGB value is (230,110,125). Sum of RGB (Red+Green+Blue) = 230+110+125=465 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.46% from 465); Green value is 110 (43.36% from 255 or 23.66% from 465); Blue value is 125 (49.22% from 255 or 26.88% from 465); Max value from RGB is 230 - color contains mainly: red. Hex color #E66E7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E66E7D is #199182. Grayscale: #939393. Windows color (decimal): -1675651 or 8220390. OLE color: 8220390.
HSL color Cylindrical-coordinate representation of color #E66E7D: hue angle of 352.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 #E66E7D is Cyan = 0, Magento = 0.52, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 110 | 125 | - |
| CMYK | 0 | 0.52 | 0.46 | 0.10 |
| HSL | 352.5º | 0.71% | 0.67% | - |
| HSV(B) | 352.5º | 0.52% | 0.9% | - |
| XYZ | 41.91 | 29.46 | 22.88 | - |
| YUV | 147.59 | 115.26 | 186.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 110 | 125 | 0 | 0.52 | 0.46 | 0.10 | 352.5 | 0.71 | 0.67 |
| Hex | E6 | 6E | 7D | 0 | 34 | 2E | A | 160 | 47 | 43 |
| Octal | 346 | 156 | 175 | 0 | 64 | 56 | 12 | 540 | 107 | 103 |
| Binary | 11100110 | 1101110 | 1111101 | 0 | 110100 | 101110 | 1010 | 101100000 | 1000111 | 1000011 |
Color Harmonies of #E66E7D
Complementary color
Monochromatic Colors of #E66E7D
Black with #E66E7D
Text Example
Text Example
White with #E66E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66E7D; }
p { color: rgb(230,110,125); }
H1.HeaderClassName
{
color: #E66E7D;
}
.AnyTagClassName
{
color: #E66E7D;
}
</style>
background-color css
<style>
a { background-color: #E66E7D; }
a { background-color: rgb(230,110,125); }
div.DivClassName
{
background-color: #E66E7D;
}
.BgClassName
{
background-color: #E66E7D;
}
</style>
border-color css
<style>
span { border-color: #E66E7D; }
span { border-color: rgb(230,110,125); }
td.TdClassName
{
border-color: #E66E7D;
}
.TagClassName
{
border-color: #E66E7D;
}
</style>