Shades of Froly #E85A6B
Tints of Froly #E85A6B
RGB
CMYK
RGB Variations
Color information
#E85A6B (or 0xE85A6B) is known color: Froly. HEX triplet: E8, 5A and 6B. RGB value is (232,90,107). Sum of RGB (Red+Green+Blue) = 232+90+107=429 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.08% from 429); Green value is 90 (35.55% from 255 or 20.98% from 429); Blue value is 107 (42.19% from 255 or 24.94% from 429); Max value from RGB is 232 - color contains mainly: red. Hex color #E85A6B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85A6B is #17A594. Grayscale: #868686. Windows color (decimal): -1549717 or 7035624. OLE color: 7035624.
HSL color Cylindrical-coordinate representation of color #E85A6B: hue angle of 352.82º 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 #E85A6B is Cyan = 0, Magento = 0.61, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 90 | 107 | - |
| CMYK | 0 | 0.61 | 0.54 | 0.09 |
| HSL | 352.82º | 0.76% | 0.63% | - |
| HSV(B) | 352.82º | 0.61% | 0.91% | - |
| XYZ | 39.59 | 25.53 | 16.75 | - |
| YUV | 134.4 | 112.54 | 197.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 90 | 107 | 0 | 0.61 | 0.54 | 0.09 | 352.82 | 0.76 | 0.63 |
| Hex | E8 | 5A | 6B | 0 | 3D | 36 | 9 | 161 | 4C | 3F |
| Octal | 350 | 132 | 153 | 0 | 75 | 66 | 11 | 541 | 114 | 77 |
| Binary | 11101000 | 1011010 | 1101011 | 0 | 111101 | 110110 | 1001 | 101100001 | 1001100 | 111111 |
Color Harmonies of #E85A6B
Complementary color
Monochromatic Colors of #E85A6B
Black with #E85A6B
Text Example
Text Example
White with #E85A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85A6B; }
p { color: rgb(232,90,107); }
H1.HeaderClassName
{
color: #E85A6B;
}
.AnyTagClassName
{
color: #E85A6B;
}
</style>
background-color css
<style>
a { background-color: #E85A6B; }
a { background-color: rgb(232,90,107); }
div.DivClassName
{
background-color: #E85A6B;
}
.BgClassName
{
background-color: #E85A6B;
}
</style>
border-color css
<style>
span { border-color: #E85A6B; }
span { border-color: rgb(232,90,107); }
td.TdClassName
{
border-color: #E85A6B;
}
.TagClassName
{
border-color: #E85A6B;
}
</style>