Shades of Froly #E66770
Tints of Froly #E66770
RGB
CMYK
RGB Variations
Color information
#E66770 (or 0xE66770) is known color: Froly. HEX triplet: E6, 67 and 70. RGB value is (230,103,112). Sum of RGB (Red+Green+Blue) = 230+103+112=445 (58% of max value = 765). Red value is 230 (90.23% from 255 or 51.69% from 445); Green value is 103 (40.62% from 255 or 23.15% from 445); Blue value is 112 (44.14% from 255 or 25.17% from 445); Max value from RGB is 230 - color contains mainly: red. Hex color #E66770 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E66770 is #19988F. Grayscale: #8E8E8E. Windows color (decimal): -1677456 or 7366630. OLE color: 7366630.
HSL color Cylindrical-coordinate representation of color #E66770: hue angle of 355.75º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E66770 is Cyan = 0, Magento = 0.55, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 103 | 112 | - |
| CMYK | 0 | 0.55 | 0.51 | 0.10 |
| HSL | 355.75º | 0.72% | 0.65% | - |
| HSV(B) | 355.75º | 0.55% | 0.9% | - |
| XYZ | 40.41 | 27.69 | 18.54 | - |
| YUV | 142 | 111.08 | 190.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 103 | 112 | 0 | 0.55 | 0.51 | 0.10 | 355.75 | 0.72 | 0.65 |
| Hex | E6 | 67 | 70 | 0 | 37 | 33 | A | 164 | 48 | 41 |
| Octal | 346 | 147 | 160 | 0 | 67 | 63 | 12 | 544 | 110 | 101 |
| Binary | 11100110 | 1100111 | 1110000 | 0 | 110111 | 110011 | 1010 | 101100100 | 1001000 | 1000001 |
Color Harmonies of #E66770
Complementary color
Monochromatic Colors of #E66770
Black with #E66770
Text Example
Text Example
White with #E66770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66770; }
p { color: rgb(230,103,112); }
H1.HeaderClassName
{
color: #E66770;
}
.AnyTagClassName
{
color: #E66770;
}
</style>
background-color css
<style>
a { background-color: #E66770; }
a { background-color: rgb(230,103,112); }
div.DivClassName
{
background-color: #E66770;
}
.BgClassName
{
background-color: #E66770;
}
</style>
border-color css
<style>
span { border-color: #E66770; }
span { border-color: rgb(230,103,112); }
td.TdClassName
{
border-color: #E66770;
}
.TagClassName
{
border-color: #E66770;
}
</style>