Shades of Froly #E95D6B
Tints of Froly #E95D6B
RGB
CMYK
RGB Variations
Color information
#E95D6B (or 0xE95D6B) is known color: Froly. HEX triplet: E9, 5D and 6B. RGB value is (233,93,107). Sum of RGB (Red+Green+Blue) = 233+93+107=433 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.81% from 433); Green value is 93 (36.72% from 255 or 21.48% from 433); Blue value is 107 (42.19% from 255 or 24.71% from 433); Max value from RGB is 233 - color contains mainly: red. Hex color #E95D6B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95D6B is #16A294. Grayscale: #888888. Windows color (decimal): -1483413 or 7036393. OLE color: 7036393.
HSL color Cylindrical-coordinate representation of color #E95D6B: hue angle of 354º 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 #E95D6B is Cyan = 0, Magento = 0.60, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 93 | 107 | - |
| CMYK | 0 | 0.60 | 0.54 | 0.09 |
| HSL | 354º | 0.76% | 0.64% | - |
| HSV(B) | 354º | 0.6% | 0.91% | - |
| XYZ | 40.17 | 26.21 | 16.85 | - |
| YUV | 136.46 | 111.38 | 196.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 93 | 107 | 0 | 0.60 | 0.54 | 0.09 | 354 | 0.76 | 0.64 |
| Hex | E9 | 5D | 6B | 0 | 3C | 36 | 9 | 162 | 4C | 40 |
| Octal | 351 | 135 | 153 | 0 | 74 | 66 | 11 | 542 | 114 | 100 |
| Binary | 11101001 | 1011101 | 1101011 | 0 | 111100 | 110110 | 1001 | 101100010 | 1001100 | 1000000 |
Color Harmonies of #E95D6B
Complementary color
Monochromatic Colors of #E95D6B
Black with #E95D6B
Text Example
Text Example
White with #E95D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95D6B; }
p { color: rgb(233,93,107); }
H1.HeaderClassName
{
color: #E95D6B;
}
.AnyTagClassName
{
color: #E95D6B;
}
</style>
background-color css
<style>
a { background-color: #E95D6B; }
a { background-color: rgb(233,93,107); }
div.DivClassName
{
background-color: #E95D6B;
}
.BgClassName
{
background-color: #E95D6B;
}
</style>
border-color css
<style>
span { border-color: #E95D6B; }
span { border-color: rgb(233,93,107); }
td.TdClassName
{
border-color: #E95D6B;
}
.TagClassName
{
border-color: #E95D6B;
}
</style>