Shades of Froly #E66267
Tints of Froly #E66267
RGB
CMYK
RGB Variations
Color information
#E66267 (or 0xE66267) is known color: Froly. HEX triplet: E6, 62 and 67. RGB value is (230,98,103). Sum of RGB (Red+Green+Blue) = 230+98+103=431 (57% of max value = 765). Red value is 230 (90.23% from 255 or 53.36% from 431); Green value is 98 (38.67% from 255 or 22.74% from 431); Blue value is 103 (40.62% from 255 or 23.90% from 431); Max value from RGB is 230 - color contains mainly: red. Hex color #E66267 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E66267 is #199D98. Grayscale: #8A8A8A. Windows color (decimal): -1678745 or 6775526. OLE color: 6775526.
HSL color Cylindrical-coordinate representation of color #E66267: hue angle of 357.73º 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 #E66267 is Cyan = 0, Magento = 0.57, Yellow = 0.55 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 98 | 103 | - |
| CMYK | 0 | 0.57 | 0.55 | 0.10 |
| HSL | 357.73º | 0.73% | 0.64% | - |
| HSV(B) | 357.73º | 0.57% | 0.9% | - |
| XYZ | 39.45 | 26.54 | 15.88 | - |
| YUV | 138.04 | 108.23 | 193.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 98 | 103 | 0 | 0.57 | 0.55 | 0.10 | 357.73 | 0.73 | 0.64 |
| Hex | E6 | 62 | 67 | 0 | 39 | 37 | A | 166 | 49 | 40 |
| Octal | 346 | 142 | 147 | 0 | 71 | 67 | 12 | 546 | 111 | 100 |
| Binary | 11100110 | 1100010 | 1100111 | 0 | 111001 | 110111 | 1010 | 101100110 | 1001001 | 1000000 |
Color Harmonies of #E66267
Complementary color
Monochromatic Colors of #E66267
Black with #E66267
Text Example
Text Example
White with #E66267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66267; }
p { color: rgb(230,98,103); }
H1.HeaderClassName
{
color: #E66267;
}
.AnyTagClassName
{
color: #E66267;
}
</style>
background-color css
<style>
a { background-color: #E66267; }
a { background-color: rgb(230,98,103); }
div.DivClassName
{
background-color: #E66267;
}
.BgClassName
{
background-color: #E66267;
}
</style>
border-color css
<style>
span { border-color: #E66267; }
span { border-color: rgb(230,98,103); }
td.TdClassName
{
border-color: #E66267;
}
.TagClassName
{
border-color: #E66267;
}
</style>