Shades of Froly #E66067
Tints of Froly #E66067
RGB
CMYK
RGB Variations
Color information
#E66067 (or 0xE66067) is known color: Froly. HEX triplet: E6, 60 and 67. RGB value is (230,96,103). Sum of RGB (Red+Green+Blue) = 230+96+103=429 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.61% from 429); Green value is 96 (37.89% from 255 or 22.38% from 429); Blue value is 103 (40.62% from 255 or 24.01% from 429); Max value from RGB is 230 - color contains mainly: red. Hex color #E66067 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E66067 is #199F98. Grayscale: #888888. Windows color (decimal): -1679257 or 6775014. OLE color: 6775014.
HSL color Cylindrical-coordinate representation of color #E66067: hue angle of 356.87º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E66067 is Cyan = 0, Magento = 0.58, Yellow = 0.55 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 96 | 103 | - |
| CMYK | 0 | 0.58 | 0.55 | 0.10 |
| HSL | 356.87º | 0.73% | 0.64% | - |
| HSV(B) | 356.87º | 0.58% | 0.9% | - |
| XYZ | 39.26 | 26.17 | 15.81 | - |
| YUV | 136.86 | 108.89 | 194.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 96 | 103 | 0 | 0.58 | 0.55 | 0.10 | 356.87 | 0.73 | 0.64 |
| Hex | E6 | 60 | 67 | 0 | 3A | 37 | A | 165 | 49 | 40 |
| Octal | 346 | 140 | 147 | 0 | 72 | 67 | 12 | 545 | 111 | 100 |
| Binary | 11100110 | 1100000 | 1100111 | 0 | 111010 | 110111 | 1010 | 101100101 | 1001001 | 1000000 |
Color Harmonies of #E66067
Complementary color
Monochromatic Colors of #E66067
Black with #E66067
Text Example
Text Example
White with #E66067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66067; }
p { color: rgb(230,96,103); }
H1.HeaderClassName
{
color: #E66067;
}
.AnyTagClassName
{
color: #E66067;
}
</style>
background-color css
<style>
a { background-color: #E66067; }
a { background-color: rgb(230,96,103); }
div.DivClassName
{
background-color: #E66067;
}
.BgClassName
{
background-color: #E66067;
}
</style>
border-color css
<style>
span { border-color: #E66067; }
span { border-color: rgb(230,96,103); }
td.TdClassName
{
border-color: #E66067;
}
.TagClassName
{
border-color: #E66067;
}
</style>