Shades of Froly #E9586B
Tints of Froly #E9586B
RGB
CMYK
RGB Variations
Color information
#E9586B (or 0xE9586B) is known color: Froly. HEX triplet: E9, 58 and 6B. RGB value is (233,88,107). Sum of RGB (Red+Green+Blue) = 233+88+107=428 (56% of max value = 765). Red value is 233 (91.41% from 255 or 54.44% from 428); Green value is 88 (34.77% from 255 or 20.56% from 428); Blue value is 107 (42.19% from 255 or 25% from 428); Max value from RGB is 233 - color contains mainly: red. Hex color #E9586B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E9586B is #16A794. Grayscale: #858585. Windows color (decimal): -1484693 or 7035113. OLE color: 7035113.
HSL color Cylindrical-coordinate representation of color #E9586B: hue angle of 352.14º 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 #E9586B is Cyan = 0, Magento = 0.62, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 88 | 107 | - |
| CMYK | 0 | 0.62 | 0.54 | 0.09 |
| HSL | 352.14º | 0.77% | 0.63% | - |
| HSV(B) | 352.14º | 0.62% | 0.91% | - |
| XYZ | 39.75 | 25.36 | 16.71 | - |
| YUV | 133.52 | 113.04 | 198.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 88 | 107 | 0 | 0.62 | 0.54 | 0.09 | 352.14 | 0.77 | 0.63 |
| Hex | E9 | 58 | 6B | 0 | 3E | 36 | 9 | 160 | 4D | 3F |
| Octal | 351 | 130 | 153 | 0 | 76 | 66 | 11 | 540 | 115 | 77 |
| Binary | 11101001 | 1011000 | 1101011 | 0 | 111110 | 110110 | 1001 | 101100000 | 1001101 | 111111 |
Color Harmonies of #E9586B
Complementary color
Monochromatic Colors of #E9586B
Black with #E9586B
Text Example
Text Example
White with #E9586B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9586B; }
p { color: rgb(233,88,107); }
H1.HeaderClassName
{
color: #E9586B;
}
.AnyTagClassName
{
color: #E9586B;
}
</style>
background-color css
<style>
a { background-color: #E9586B; }
a { background-color: rgb(233,88,107); }
div.DivClassName
{
background-color: #E9586B;
}
.BgClassName
{
background-color: #E9586B;
}
</style>
border-color css
<style>
span { border-color: #E9586B; }
span { border-color: rgb(233,88,107); }
td.TdClassName
{
border-color: #E9586B;
}
.TagClassName
{
border-color: #E9586B;
}
</style>