Shades of Froly #E66270
Tints of Froly #E66270
RGB
CMYK
RGB Variations
Color information
#E66270 (or 0xE66270) is known color: Froly. HEX triplet: E6, 62 and 70. RGB value is (230,98,112). Sum of RGB (Red+Green+Blue) = 230+98+112=440 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.27% from 440); Green value is 98 (38.67% from 255 or 22.27% from 440); Blue value is 112 (44.14% from 255 or 25.45% from 440); Max value from RGB is 230 - color contains mainly: red. Hex color #E66270 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E66270 is #199D8F. Grayscale: #8B8B8B. Windows color (decimal): -1678736 or 7365350. OLE color: 7365350.
HSL color Cylindrical-coordinate representation of color #E66270: hue angle of 353.64º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E66270 is Cyan = 0, Magento = 0.57, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 98 | 112 | - |
| CMYK | 0 | 0.57 | 0.51 | 0.10 |
| HSL | 353.64º | 0.73% | 0.64% | - |
| HSV(B) | 353.64º | 0.57% | 0.9% | - |
| XYZ | 39.93 | 26.73 | 18.38 | - |
| YUV | 139.06 | 112.73 | 192.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 98 | 112 | 0 | 0.57 | 0.51 | 0.10 | 353.64 | 0.73 | 0.64 |
| Hex | E6 | 62 | 70 | 0 | 39 | 33 | A | 162 | 49 | 40 |
| Octal | 346 | 142 | 160 | 0 | 71 | 63 | 12 | 542 | 111 | 100 |
| Binary | 11100110 | 1100010 | 1110000 | 0 | 111001 | 110011 | 1010 | 101100010 | 1001001 | 1000000 |
Color Harmonies of #E66270
Complementary color
Monochromatic Colors of #E66270
Black with #E66270
Text Example
Text Example
White with #E66270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66270; }
p { color: rgb(230,98,112); }
H1.HeaderClassName
{
color: #E66270;
}
.AnyTagClassName
{
color: #E66270;
}
</style>
background-color css
<style>
a { background-color: #E66270; }
a { background-color: rgb(230,98,112); }
div.DivClassName
{
background-color: #E66270;
}
.BgClassName
{
background-color: #E66270;
}
</style>
border-color css
<style>
span { border-color: #E66270; }
span { border-color: rgb(230,98,112); }
td.TdClassName
{
border-color: #E66270;
}
.TagClassName
{
border-color: #E66270;
}
</style>