Shades of Froly #E95964
Tints of Froly #E95964
RGB
CMYK
RGB Variations
Color information
#E95964 (or 0xE95964) is known color: Froly. HEX triplet: E9, 59 and 64. RGB value is (233,89,100). Sum of RGB (Red+Green+Blue) = 233+89+100=422 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.21% from 422); Green value is 89 (35.16% from 255 or 21.09% from 422); Blue value is 100 (39.45% from 255 or 23.70% from 422); Max value from RGB is 233 - color contains mainly: red. Hex color #E95964 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95964 is #16A69B. Grayscale: #858585. Windows color (decimal): -1484444 or 6576617. OLE color: 6576617.
HSL color Cylindrical-coordinate representation of color #E95964: hue angle of 355.42º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E95964 is Cyan = 0, Magento = 0.62, Yellow = 0.57 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 89 | 100 | - |
| CMYK | 0 | 0.62 | 0.57 | 0.09 |
| HSL | 355.42º | 0.77% | 0.63% | - |
| HSV(B) | 355.42º | 0.62% | 0.91% | - |
| XYZ | 39.48 | 25.39 | 14.88 | - |
| YUV | 133.31 | 109.21 | 199.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 89 | 100 | 0 | 0.62 | 0.57 | 0.09 | 355.42 | 0.77 | 0.63 |
| Hex | E9 | 59 | 64 | 0 | 3E | 39 | 9 | 163 | 4D | 3F |
| Octal | 351 | 131 | 144 | 0 | 76 | 71 | 11 | 543 | 115 | 77 |
| Binary | 11101001 | 1011001 | 1100100 | 0 | 111110 | 111001 | 1001 | 101100011 | 1001101 | 111111 |
Color Harmonies of #E95964
Complementary color
Monochromatic Colors of #E95964
Black with #E95964
Text Example
Text Example
White with #E95964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95964; }
p { color: rgb(233,89,100); }
H1.HeaderClassName
{
color: #E95964;
}
.AnyTagClassName
{
color: #E95964;
}
</style>
background-color css
<style>
a { background-color: #E95964; }
a { background-color: rgb(233,89,100); }
div.DivClassName
{
background-color: #E95964;
}
.BgClassName
{
background-color: #E95964;
}
</style>
border-color css
<style>
span { border-color: #E95964; }
span { border-color: rgb(233,89,100); }
td.TdClassName
{
border-color: #E95964;
}
.TagClassName
{
border-color: #E95964;
}
</style>