Shades of Froly #E65F76
Tints of Froly #E65F76
RGB
CMYK
RGB Variations
Color information
#E65F76 (or 0xE65F76) is known color: Froly. HEX triplet: E6, 5F and 76. RGB value is (230,95,118). Sum of RGB (Red+Green+Blue) = 230+95+118=443 (58% of max value = 765). Red value is 230 (90.23% from 255 or 51.92% from 443); Green value is 95 (37.5% from 255 or 21.44% from 443); Blue value is 118 (46.48% from 255 or 26.64% from 443); Max value from RGB is 230 - color contains mainly: red. Hex color #E65F76 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E65F76 is #19A089. Grayscale: #8A8A8A. Windows color (decimal): -1679498 or 7757798. OLE color: 7757798.
HSL color Cylindrical-coordinate representation of color #E65F76: hue angle of 349.78º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E65F76 is Cyan = 0, Magento = 0.59, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 95 | 118 | - |
| CMYK | 0 | 0.59 | 0.49 | 0.10 |
| HSL | 349.78º | 0.73% | 0.64% | - |
| HSV(B) | 349.78º | 0.59% | 0.9% | - |
| XYZ | 40 | 26.32 | 20.11 | - |
| YUV | 137.99 | 116.73 | 193.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 95 | 118 | 0 | 0.59 | 0.49 | 0.10 | 349.78 | 0.73 | 0.64 |
| Hex | E6 | 5F | 76 | 0 | 3B | 31 | A | 15E | 49 | 40 |
| Octal | 346 | 137 | 166 | 0 | 73 | 61 | 12 | 536 | 111 | 100 |
| Binary | 11100110 | 1011111 | 1110110 | 0 | 111011 | 110001 | 1010 | 101011110 | 1001001 | 1000000 |
Color Harmonies of #E65F76
Complementary color
Monochromatic Colors of #E65F76
Black with #E65F76
Text Example
Text Example
White with #E65F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65F76; }
p { color: rgb(230,95,118); }
H1.HeaderClassName
{
color: #E65F76;
}
.AnyTagClassName
{
color: #E65F76;
}
</style>
background-color css
<style>
a { background-color: #E65F76; }
a { background-color: rgb(230,95,118); }
div.DivClassName
{
background-color: #E65F76;
}
.BgClassName
{
background-color: #E65F76;
}
</style>
border-color css
<style>
span { border-color: #E65F76; }
span { border-color: rgb(230,95,118); }
td.TdClassName
{
border-color: #E65F76;
}
.TagClassName
{
border-color: #E65F76;
}
</style>