Shades of Froly #E9697E
Tints of Froly #E9697E
RGB
CMYK
RGB Variations
Color information
#E9697E (or 0xE9697E) is known color: Froly. HEX triplet: E9, 69 and 7E. RGB value is (233,105,126). Sum of RGB (Red+Green+Blue) = 233+105+126=464 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.22% from 464); Green value is 105 (41.41% from 255 or 22.63% from 464); Blue value is 126 (49.61% from 255 or 27.16% from 464); Max value from RGB is 233 - color contains mainly: red. Hex color #E9697E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E9697E is #169681. Grayscale: #919191. Windows color (decimal): -1480322 or 8284649. OLE color: 8284649.
HSL color Cylindrical-coordinate representation of color #E9697E: hue angle of 350.16º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E9697E is Cyan = 0, Magento = 0.55, Yellow = 0.46 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 105 | 126 | - |
| CMYK | 0 | 0.55 | 0.46 | 0.09 |
| HSL | 350.16º | 0.74% | 0.66% | - |
| HSV(B) | 350.16º | 0.55% | 0.91% | - |
| XYZ | 42.42 | 28.93 | 23.09 | - |
| YUV | 145.67 | 116.91 | 190.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 105 | 126 | 0 | 0.55 | 0.46 | 0.09 | 350.16 | 0.74 | 0.66 |
| Hex | E9 | 69 | 7E | 0 | 37 | 2E | 9 | 15E | 4A | 42 |
| Octal | 351 | 151 | 176 | 0 | 67 | 56 | 11 | 536 | 112 | 102 |
| Binary | 11101001 | 1101001 | 1111110 | 0 | 110111 | 101110 | 1001 | 101011110 | 1001010 | 1000010 |
Color Harmonies of #E9697E
Complementary color
Monochromatic Colors of #E9697E
Black with #E9697E
Text Example
Text Example
White with #E9697E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9697E; }
p { color: rgb(233,105,126); }
H1.HeaderClassName
{
color: #E9697E;
}
.AnyTagClassName
{
color: #E9697E;
}
</style>
background-color css
<style>
a { background-color: #E9697E; }
a { background-color: rgb(233,105,126); }
div.DivClassName
{
background-color: #E9697E;
}
.BgClassName
{
background-color: #E9697E;
}
</style>
border-color css
<style>
span { border-color: #E9697E; }
span { border-color: rgb(233,105,126); }
td.TdClassName
{
border-color: #E9697E;
}
.TagClassName
{
border-color: #E9697E;
}
</style>