Shades of Froly #E66D7B
Tints of Froly #E66D7B
RGB
CMYK
RGB Variations
Color information
#E66D7B (or 0xE66D7B) is known color: Froly. HEX triplet: E6, 6D and 7B. RGB value is (230,109,123). Sum of RGB (Red+Green+Blue) = 230+109+123=462 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.78% from 462); Green value is 109 (42.97% from 255 or 23.59% from 462); Blue value is 123 (48.44% from 255 or 26.62% from 462); Max value from RGB is 230 - color contains mainly: red. Hex color #E66D7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E66D7B is #199284. Grayscale: #929292. Windows color (decimal): -1675909 or 8089062. OLE color: 8089062.
HSL color Cylindrical-coordinate representation of color #E66D7B: hue angle of 353.06º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E66D7B is Cyan = 0, Magento = 0.53, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 109 | 123 | - |
| CMYK | 0 | 0.53 | 0.47 | 0.10 |
| HSL | 353.06º | 0.71% | 0.66% | - |
| HSV(B) | 353.06º | 0.53% | 0.9% | - |
| XYZ | 41.68 | 29.19 | 22.18 | - |
| YUV | 146.78 | 114.59 | 187.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 109 | 123 | 0 | 0.53 | 0.47 | 0.10 | 353.06 | 0.71 | 0.66 |
| Hex | E6 | 6D | 7B | 0 | 35 | 2F | A | 161 | 47 | 42 |
| Octal | 346 | 155 | 173 | 0 | 65 | 57 | 12 | 541 | 107 | 102 |
| Binary | 11100110 | 1101101 | 1111011 | 0 | 110101 | 101111 | 1010 | 101100001 | 1000111 | 1000010 |
Color Harmonies of #E66D7B
Complementary color
Monochromatic Colors of #E66D7B
Black with #E66D7B
Text Example
Text Example
White with #E66D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66D7B; }
p { color: rgb(230,109,123); }
H1.HeaderClassName
{
color: #E66D7B;
}
.AnyTagClassName
{
color: #E66D7B;
}
</style>
background-color css
<style>
a { background-color: #E66D7B; }
a { background-color: rgb(230,109,123); }
div.DivClassName
{
background-color: #E66D7B;
}
.BgClassName
{
background-color: #E66D7B;
}
</style>
border-color css
<style>
span { border-color: #E66D7B; }
span { border-color: rgb(230,109,123); }
td.TdClassName
{
border-color: #E66D7B;
}
.TagClassName
{
border-color: #E66D7B;
}
</style>