Shades of Froly #E65F74
Tints of Froly #E65F74
RGB
CMYK
RGB Variations
Color information
#E65F74 (or 0xE65F74) is known color: Froly. HEX triplet: E6, 5F and 74. RGB value is (230,95,116). Sum of RGB (Red+Green+Blue) = 230+95+116=441 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.15% from 441); Green value is 95 (37.5% from 255 or 21.54% from 441); Blue value is 116 (45.70% from 255 or 26.30% from 441); Max value from RGB is 230 - color contains mainly: red. Hex color #E65F74 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E65F74 is #19A08B. Grayscale: #898989. Windows color (decimal): -1679500 or 7626726. OLE color: 7626726.
HSL color Cylindrical-coordinate representation of color #E65F74: hue angle of 350.67º 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 #E65F74 is Cyan = 0, Magento = 0.59, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 95 | 116 | - |
| CMYK | 0 | 0.59 | 0.50 | 0.10 |
| HSL | 350.67º | 0.73% | 0.64% | - |
| HSV(B) | 350.67º | 0.59% | 0.9% | - |
| XYZ | 39.88 | 26.27 | 19.49 | - |
| YUV | 137.76 | 115.73 | 193.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 95 | 116 | 0 | 0.59 | 0.50 | 0.10 | 350.67 | 0.73 | 0.64 |
| Hex | E6 | 5F | 74 | 0 | 3B | 32 | A | 15F | 49 | 40 |
| Octal | 346 | 137 | 164 | 0 | 73 | 62 | 12 | 537 | 111 | 100 |
| Binary | 11100110 | 1011111 | 1110100 | 0 | 111011 | 110010 | 1010 | 101011111 | 1001001 | 1000000 |
Color Harmonies of #E65F74
Complementary color
Monochromatic Colors of #E65F74
Black with #E65F74
Text Example
Text Example
White with #E65F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65F74; }
p { color: rgb(230,95,116); }
H1.HeaderClassName
{
color: #E65F74;
}
.AnyTagClassName
{
color: #E65F74;
}
</style>
background-color css
<style>
a { background-color: #E65F74; }
a { background-color: rgb(230,95,116); }
div.DivClassName
{
background-color: #E65F74;
}
.BgClassName
{
background-color: #E65F74;
}
</style>
border-color css
<style>
span { border-color: #E65F74; }
span { border-color: rgb(230,95,116); }
td.TdClassName
{
border-color: #E65F74;
}
.TagClassName
{
border-color: #E65F74;
}
</style>