Shades of Froly #E65F62
Tints of Froly #E65F62
RGB
CMYK
RGB Variations
Color information
#E65F62 (or 0xE65F62) is known color: Froly. HEX triplet: E6, 5F and 62. RGB value is (230,95,98). Sum of RGB (Red+Green+Blue) = 230+95+98=423 (56% of max value = 765). Red value is 230 (90.23% from 255 or 54.37% from 423); Green value is 95 (37.5% from 255 or 22.46% from 423); Blue value is 98 (38.67% from 255 or 23.17% from 423); Max value from RGB is 230 - color contains mainly: red. Hex color #E65F62 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E65F62 is #19A09D. Grayscale: #878787. Windows color (decimal): -1679518 or 6447078. OLE color: 6447078.
HSL color Cylindrical-coordinate representation of color #E65F62: hue angle of 358.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 #E65F62 is Cyan = 0, Magento = 0.59, Yellow = 0.57 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 95 | 98 | - |
| CMYK | 0 | 0.59 | 0.57 | 0.10 |
| HSL | 358.67º | 0.73% | 0.64% | - |
| HSV(B) | 358.67º | 0.59% | 0.9% | - |
| XYZ | 38.93 | 25.89 | 14.5 | - |
| YUV | 135.71 | 106.73 | 195.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 95 | 98 | 0 | 0.59 | 0.57 | 0.10 | 358.67 | 0.73 | 0.64 |
| Hex | E6 | 5F | 62 | 0 | 3B | 39 | A | 167 | 49 | 40 |
| Octal | 346 | 137 | 142 | 0 | 73 | 71 | 12 | 547 | 111 | 100 |
| Binary | 11100110 | 1011111 | 1100010 | 0 | 111011 | 111001 | 1010 | 101100111 | 1001001 | 1000000 |
Color Harmonies of #E65F62
Complementary color
Monochromatic Colors of #E65F62
Black with #E65F62
Text Example
Text Example
White with #E65F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65F62; }
p { color: rgb(230,95,98); }
H1.HeaderClassName
{
color: #E65F62;
}
.AnyTagClassName
{
color: #E65F62;
}
</style>
background-color css
<style>
a { background-color: #E65F62; }
a { background-color: rgb(230,95,98); }
div.DivClassName
{
background-color: #E65F62;
}
.BgClassName
{
background-color: #E65F62;
}
</style>
border-color css
<style>
span { border-color: #E65F62; }
span { border-color: rgb(230,95,98); }
td.TdClassName
{
border-color: #E65F62;
}
.TagClassName
{
border-color: #E65F62;
}
</style>