Shades of Froly #E96267
Tints of Froly #E96267
RGB
CMYK
RGB Variations
Color information
#E96267 (or 0xE96267) is known color: Froly. HEX triplet: E9, 62 and 67. RGB value is (233,98,103). Sum of RGB (Red+Green+Blue) = 233+98+103=434 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.69% from 434); Green value is 98 (38.67% from 255 or 22.58% from 434); Blue value is 103 (40.62% from 255 or 23.73% from 434); Max value from RGB is 233 - color contains mainly: red. Hex color #E96267 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96267 is #169D98. Grayscale: #8B8B8B. Windows color (decimal): -1482137 or 6775529. OLE color: 6775529.
HSL color Cylindrical-coordinate representation of color #E96267: hue angle of 357.78º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E96267 is Cyan = 0, Magento = 0.58, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 98 | 103 | - |
| CMYK | 0 | 0.58 | 0.56 | 0.09 |
| HSL | 357.78º | 0.75% | 0.65% | - |
| HSV(B) | 357.78º | 0.58% | 0.91% | - |
| XYZ | 40.42 | 27.04 | 15.92 | - |
| YUV | 138.94 | 107.73 | 195.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 98 | 103 | 0 | 0.58 | 0.56 | 0.09 | 357.78 | 0.75 | 0.65 |
| Hex | E9 | 62 | 67 | 0 | 3A | 38 | 9 | 166 | 4B | 41 |
| Octal | 351 | 142 | 147 | 0 | 72 | 70 | 11 | 546 | 113 | 101 |
| Binary | 11101001 | 1100010 | 1100111 | 0 | 111010 | 111000 | 1001 | 101100110 | 1001011 | 1000001 |
Color Harmonies of #E96267
Complementary color
Monochromatic Colors of #E96267
Black with #E96267
Text Example
Text Example
White with #E96267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96267; }
p { color: rgb(233,98,103); }
H1.HeaderClassName
{
color: #E96267;
}
.AnyTagClassName
{
color: #E96267;
}
</style>
background-color css
<style>
a { background-color: #E96267; }
a { background-color: rgb(233,98,103); }
div.DivClassName
{
background-color: #E96267;
}
.BgClassName
{
background-color: #E96267;
}
</style>
border-color css
<style>
span { border-color: #E96267; }
span { border-color: rgb(233,98,103); }
td.TdClassName
{
border-color: #E96267;
}
.TagClassName
{
border-color: #E96267;
}
</style>