Shades of Froly #E95666
Tints of Froly #E95666
RGB
CMYK
RGB Variations
Color information
#E95666 (or 0xE95666) is known color: Froly. HEX triplet: E9, 56 and 66. RGB value is (233,86,102). Sum of RGB (Red+Green+Blue) = 233+86+102=421 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.34% from 421); Green value is 86 (33.98% from 255 or 20.43% from 421); Blue value is 102 (40.23% from 255 or 24.23% from 421); Max value from RGB is 233 - color contains mainly: red. Hex color #E95666 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95666 is #16A999. Grayscale: #838383. Windows color (decimal): -1485210 or 6706921. OLE color: 6706921.
HSL color Cylindrical-coordinate representation of color #E95666: hue angle of 353.47º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E95666 is Cyan = 0, Magento = 0.63, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 86 | 102 | - |
| CMYK | 0 | 0.63 | 0.56 | 0.09 |
| HSL | 353.47º | 0.77% | 0.63% | - |
| HSV(B) | 353.47º | 0.63% | 0.91% | - |
| XYZ | 39.33 | 24.94 | 15.31 | - |
| YUV | 131.78 | 111.2 | 200.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 86 | 102 | 0 | 0.63 | 0.56 | 0.09 | 353.47 | 0.77 | 0.63 |
| Hex | E9 | 56 | 66 | 0 | 3F | 38 | 9 | 161 | 4D | 3F |
| Octal | 351 | 126 | 146 | 0 | 77 | 70 | 11 | 541 | 115 | 77 |
| Binary | 11101001 | 1010110 | 1100110 | 0 | 111111 | 111000 | 1001 | 101100001 | 1001101 | 111111 |
Color Harmonies of #E95666
Complementary color
Monochromatic Colors of #E95666
Black with #E95666
Text Example
Text Example
White with #E95666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95666; }
p { color: rgb(233,86,102); }
H1.HeaderClassName
{
color: #E95666;
}
.AnyTagClassName
{
color: #E95666;
}
</style>
background-color css
<style>
a { background-color: #E95666; }
a { background-color: rgb(233,86,102); }
div.DivClassName
{
background-color: #E95666;
}
.BgClassName
{
background-color: #E95666;
}
</style>
border-color css
<style>
span { border-color: #E95666; }
span { border-color: rgb(233,86,102); }
td.TdClassName
{
border-color: #E95666;
}
.TagClassName
{
border-color: #E95666;
}
</style>