Shades of Froly #E95C64
Tints of Froly #E95C64
RGB
CMYK
RGB Variations
Color information
#E95C64 (or 0xE95C64) is known color: Froly. HEX triplet: E9, 5C and 64. RGB value is (233,92,100). Sum of RGB (Red+Green+Blue) = 233+92+100=425 (56% of max value = 765). Red value is 233 (91.41% from 255 or 54.82% from 425); Green value is 92 (36.33% from 255 or 21.65% from 425); Blue value is 100 (39.45% from 255 or 23.53% from 425); Max value from RGB is 233 - color contains mainly: red. Hex color #E95C64 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95C64 is #16A39B. Grayscale: #878787. Windows color (decimal): -1483676 or 6577385. OLE color: 6577385.
HSL color Cylindrical-coordinate representation of color #E95C64: hue angle of 356.6º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E95C64 is Cyan = 0, Magento = 0.61, Yellow = 0.57 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 92 | 100 | - |
| CMYK | 0 | 0.61 | 0.57 | 0.09 |
| HSL | 356.6º | 0.76% | 0.64% | - |
| HSV(B) | 356.6º | 0.61% | 0.91% | - |
| XYZ | 39.73 | 25.9 | 14.96 | - |
| YUV | 135.07 | 108.21 | 197.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 92 | 100 | 0 | 0.61 | 0.57 | 0.09 | 356.6 | 0.76 | 0.64 |
| Hex | E9 | 5C | 64 | 0 | 3D | 39 | 9 | 165 | 4C | 40 |
| Octal | 351 | 134 | 144 | 0 | 75 | 71 | 11 | 545 | 114 | 100 |
| Binary | 11101001 | 1011100 | 1100100 | 0 | 111101 | 111001 | 1001 | 101100101 | 1001100 | 1000000 |
Color Harmonies of #E95C64
Complementary color
Monochromatic Colors of #E95C64
Black with #E95C64
Text Example
Text Example
White with #E95C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95C64; }
p { color: rgb(233,92,100); }
H1.HeaderClassName
{
color: #E95C64;
}
.AnyTagClassName
{
color: #E95C64;
}
</style>
background-color css
<style>
a { background-color: #E95C64; }
a { background-color: rgb(233,92,100); }
div.DivClassName
{
background-color: #E95C64;
}
.BgClassName
{
background-color: #E95C64;
}
</style>
border-color css
<style>
span { border-color: #E95C64; }
span { border-color: rgb(233,92,100); }
td.TdClassName
{
border-color: #E95C64;
}
.TagClassName
{
border-color: #E95C64;
}
</style>