Shades of Froly #E66068
Tints of Froly #E66068
RGB
CMYK
RGB Variations
Color information
#E66068 (or 0xE66068) is known color: Froly. HEX triplet: E6, 60 and 68. RGB value is (230,96,104). Sum of RGB (Red+Green+Blue) = 230+96+104=430 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.49% from 430); Green value is 96 (37.89% from 255 or 22.33% from 430); Blue value is 104 (41.02% from 255 or 24.19% from 430); Max value from RGB is 230 - color contains mainly: red. Hex color #E66068 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E66068 is #199F97. Grayscale: #898989. Windows color (decimal): -1679256 or 6840550. OLE color: 6840550.
HSL color Cylindrical-coordinate representation of color #E66068: hue angle of 356.42º 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 #E66068 is Cyan = 0, Magento = 0.58, Yellow = 0.55 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 96 | 104 | - |
| CMYK | 0 | 0.58 | 0.55 | 0.10 |
| HSL | 356.42º | 0.73% | 0.64% | - |
| HSV(B) | 356.42º | 0.58% | 0.9% | - |
| XYZ | 39.31 | 26.19 | 16.08 | - |
| YUV | 136.98 | 109.39 | 194.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 96 | 104 | 0 | 0.58 | 0.55 | 0.10 | 356.42 | 0.73 | 0.64 |
| Hex | E6 | 60 | 68 | 0 | 3A | 37 | A | 164 | 49 | 40 |
| Octal | 346 | 140 | 150 | 0 | 72 | 67 | 12 | 544 | 111 | 100 |
| Binary | 11100110 | 1100000 | 1101000 | 0 | 111010 | 110111 | 1010 | 101100100 | 1001001 | 1000000 |
Color Harmonies of #E66068
Complementary color
Monochromatic Colors of #E66068
Black with #E66068
Text Example
Text Example
White with #E66068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66068; }
p { color: rgb(230,96,104); }
H1.HeaderClassName
{
color: #E66068;
}
.AnyTagClassName
{
color: #E66068;
}
</style>
background-color css
<style>
a { background-color: #E66068; }
a { background-color: rgb(230,96,104); }
div.DivClassName
{
background-color: #E66068;
}
.BgClassName
{
background-color: #E66068;
}
</style>
border-color css
<style>
span { border-color: #E66068; }
span { border-color: rgb(230,96,104); }
td.TdClassName
{
border-color: #E66068;
}
.TagClassName
{
border-color: #E66068;
}
</style>