Shades of Froly #E95D6A
Tints of Froly #E95D6A
RGB
CMYK
RGB Variations
Color information
#E95D6A (or 0xE95D6A) is known color: Froly. HEX triplet: E9, 5D and 6A. RGB value is (233,93,106). Sum of RGB (Red+Green+Blue) = 233+93+106=432 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.94% from 432); Green value is 93 (36.72% from 255 or 21.53% from 432); Blue value is 106 (41.80% from 255 or 24.54% from 432); Max value from RGB is 233 - color contains mainly: red. Hex color #E95D6A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95D6A is #16A295. Grayscale: #888888. Windows color (decimal): -1483414 or 6970857. OLE color: 6970857.
HSL color Cylindrical-coordinate representation of color #E95D6A: hue angle of 354.43º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E95D6A is Cyan = 0, Magento = 0.60, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 93 | 106 | - |
| CMYK | 0 | 0.60 | 0.55 | 0.09 |
| HSL | 354.43º | 0.76% | 0.64% | - |
| HSV(B) | 354.43º | 0.6% | 0.91% | - |
| XYZ | 40.12 | 26.19 | 16.58 | - |
| YUV | 136.34 | 110.88 | 196.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 93 | 106 | 0 | 0.60 | 0.55 | 0.09 | 354.43 | 0.76 | 0.64 |
| Hex | E9 | 5D | 6A | 0 | 3C | 37 | 9 | 162 | 4C | 40 |
| Octal | 351 | 135 | 152 | 0 | 74 | 67 | 11 | 542 | 114 | 100 |
| Binary | 11101001 | 1011101 | 1101010 | 0 | 111100 | 110111 | 1001 | 101100010 | 1001100 | 1000000 |
Color Harmonies of #E95D6A
Complementary color
Monochromatic Colors of #E95D6A
Black with #E95D6A
Text Example
Text Example
White with #E95D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95D6A; }
p { color: rgb(233,93,106); }
H1.HeaderClassName
{
color: #E95D6A;
}
.AnyTagClassName
{
color: #E95D6A;
}
</style>
background-color css
<style>
a { background-color: #E95D6A; }
a { background-color: rgb(233,93,106); }
div.DivClassName
{
background-color: #E95D6A;
}
.BgClassName
{
background-color: #E95D6A;
}
</style>
border-color css
<style>
span { border-color: #E95D6A; }
span { border-color: rgb(233,93,106); }
td.TdClassName
{
border-color: #E95D6A;
}
.TagClassName
{
border-color: #E95D6A;
}
</style>