Shades of Froly #E95A6C
Tints of Froly #E95A6C
RGB
CMYK
RGB Variations
Color information
#E95A6C (or 0xE95A6C) is known color: Froly. HEX triplet: E9, 5A and 6C. RGB value is (233,90,108). Sum of RGB (Red+Green+Blue) = 233+90+108=431 (57% of max value = 765). Red value is 233 (91.41% from 255 or 54.06% from 431); Green value is 90 (35.55% from 255 or 20.88% from 431); Blue value is 108 (42.58% from 255 or 25.06% from 431); Max value from RGB is 233 - color contains mainly: red. Hex color #E95A6C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95A6C is #16A593. Grayscale: #868686. Windows color (decimal): -1484180 or 7101161. OLE color: 7101161.
HSL color Cylindrical-coordinate representation of color #E95A6C: hue angle of 352.45º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E95A6C is Cyan = 0, Magento = 0.61, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 90 | 108 | - |
| CMYK | 0 | 0.61 | 0.54 | 0.09 |
| HSL | 352.45º | 0.76% | 0.63% | - |
| HSV(B) | 352.45º | 0.61% | 0.91% | - |
| XYZ | 39.97 | 25.72 | 17.05 | - |
| YUV | 134.81 | 112.88 | 198.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 90 | 108 | 0 | 0.61 | 0.54 | 0.09 | 352.45 | 0.76 | 0.63 |
| Hex | E9 | 5A | 6C | 0 | 3D | 36 | 9 | 160 | 4C | 3F |
| Octal | 351 | 132 | 154 | 0 | 75 | 66 | 11 | 540 | 114 | 77 |
| Binary | 11101001 | 1011010 | 1101100 | 0 | 111101 | 110110 | 1001 | 101100000 | 1001100 | 111111 |
Color Harmonies of #E95A6C
Complementary color
Monochromatic Colors of #E95A6C
Black with #E95A6C
Text Example
Text Example
White with #E95A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95A6C; }
p { color: rgb(233,90,108); }
H1.HeaderClassName
{
color: #E95A6C;
}
.AnyTagClassName
{
color: #E95A6C;
}
</style>
background-color css
<style>
a { background-color: #E95A6C; }
a { background-color: rgb(233,90,108); }
div.DivClassName
{
background-color: #E95A6C;
}
.BgClassName
{
background-color: #E95A6C;
}
</style>
border-color css
<style>
span { border-color: #E95A6C; }
span { border-color: rgb(233,90,108); }
td.TdClassName
{
border-color: #E95A6C;
}
.TagClassName
{
border-color: #E95A6C;
}
</style>