Shades of Froly #E95A6E
Tints of Froly #E95A6E
RGB
CMYK
RGB Variations
Color information
#E95A6E (or 0xE95A6E) is known color: Froly. HEX triplet: E9, 5A and 6E. RGB value is (233,90,110). Sum of RGB (Red+Green+Blue) = 233+90+110=433 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.81% from 433); Green value is 90 (35.55% from 255 or 20.79% from 433); Blue value is 110 (43.36% from 255 or 25.40% from 433); Max value from RGB is 233 - color contains mainly: red. Hex color #E95A6E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95A6E is #16A591. Grayscale: #878787. Windows color (decimal): -1484178 or 7232233. OLE color: 7232233.
HSL color Cylindrical-coordinate representation of color #E95A6E: hue angle of 351.61º 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 #E95A6E is Cyan = 0, Magento = 0.61, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 90 | 110 | - |
| CMYK | 0 | 0.61 | 0.53 | 0.09 |
| HSL | 351.61º | 0.76% | 0.63% | - |
| HSV(B) | 351.61º | 0.61% | 0.91% | - |
| XYZ | 40.07 | 25.76 | 17.61 | - |
| YUV | 135.04 | 113.88 | 197.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 90 | 110 | 0 | 0.61 | 0.53 | 0.09 | 351.61 | 0.76 | 0.63 |
| Hex | E9 | 5A | 6E | 0 | 3D | 35 | 9 | 160 | 4C | 3F |
| Octal | 351 | 132 | 156 | 0 | 75 | 65 | 11 | 540 | 114 | 77 |
| Binary | 11101001 | 1011010 | 1101110 | 0 | 111101 | 110101 | 1001 | 101100000 | 1001100 | 111111 |
Color Harmonies of #E95A6E
Complementary color
Monochromatic Colors of #E95A6E
Black with #E95A6E
Text Example
Text Example
White with #E95A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95A6E; }
p { color: rgb(233,90,110); }
H1.HeaderClassName
{
color: #E95A6E;
}
.AnyTagClassName
{
color: #E95A6E;
}
</style>
background-color css
<style>
a { background-color: #E95A6E; }
a { background-color: rgb(233,90,110); }
div.DivClassName
{
background-color: #E95A6E;
}
.BgClassName
{
background-color: #E95A6E;
}
</style>
border-color css
<style>
span { border-color: #E95A6E; }
span { border-color: rgb(233,90,110); }
td.TdClassName
{
border-color: #E95A6E;
}
.TagClassName
{
border-color: #E95A6E;
}
</style>