Shades of Froly #E65E6D
Tints of Froly #E65E6D
RGB
CMYK
RGB Variations
Color information
#E65E6D (or 0xE65E6D) is known color: Froly. HEX triplet: E6, 5E and 6D. RGB value is (230,94,109). Sum of RGB (Red+Green+Blue) = 230+94+109=433 (57% of max value = 765). Red value is 230 (90.23% from 255 or 53.12% from 433); Green value is 94 (37.11% from 255 or 21.71% from 433); Blue value is 109 (42.97% from 255 or 25.17% from 433); Max value from RGB is 230 - color contains mainly: red. Hex color #E65E6D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E65E6D is #19A192. Grayscale: #888888. Windows color (decimal): -1679763 or 7167718. OLE color: 7167718.
HSL color Cylindrical-coordinate representation of color #E65E6D: hue angle of 353.38º 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 #E65E6D is Cyan = 0, Magento = 0.59, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 94 | 109 | - |
| CMYK | 0 | 0.59 | 0.53 | 0.10 |
| HSL | 353.38º | 0.73% | 0.64% | - |
| HSV(B) | 353.38º | 0.59% | 0.9% | - |
| XYZ | 39.4 | 25.93 | 17.4 | - |
| YUV | 136.37 | 112.56 | 194.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 94 | 109 | 0 | 0.59 | 0.53 | 0.10 | 353.38 | 0.73 | 0.64 |
| Hex | E6 | 5E | 6D | 0 | 3B | 35 | A | 161 | 49 | 40 |
| Octal | 346 | 136 | 155 | 0 | 73 | 65 | 12 | 541 | 111 | 100 |
| Binary | 11100110 | 1011110 | 1101101 | 0 | 111011 | 110101 | 1010 | 101100001 | 1001001 | 1000000 |
Color Harmonies of #E65E6D
Complementary color
Monochromatic Colors of #E65E6D
Black with #E65E6D
Text Example
Text Example
White with #E65E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65E6D; }
p { color: rgb(230,94,109); }
H1.HeaderClassName
{
color: #E65E6D;
}
.AnyTagClassName
{
color: #E65E6D;
}
</style>
background-color css
<style>
a { background-color: #E65E6D; }
a { background-color: rgb(230,94,109); }
div.DivClassName
{
background-color: #E65E6D;
}
.BgClassName
{
background-color: #E65E6D;
}
</style>
border-color css
<style>
span { border-color: #E65E6D; }
span { border-color: rgb(230,94,109); }
td.TdClassName
{
border-color: #E65E6D;
}
.TagClassName
{
border-color: #E65E6D;
}
</style>