Shades of Froly #E65967
Tints of Froly #E65967
RGB
CMYK
RGB Variations
Color information
#E65967 (or 0xE65967) is known color: Froly. HEX triplet: E6, 59 and 67. RGB value is (230,89,103). Sum of RGB (Red+Green+Blue) = 230+89+103=422 (55% of max value = 765). Red value is 230 (90.23% from 255 or 54.50% from 422); Green value is 89 (35.16% from 255 or 21.09% from 422); Blue value is 103 (40.62% from 255 or 24.41% from 422); Max value from RGB is 230 - color contains mainly: red. Hex color #E65967 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E65967 is #19A698. Grayscale: #848484. Windows color (decimal): -1681049 or 6773222. OLE color: 6773222.
HSL color Cylindrical-coordinate representation of color #E65967: hue angle of 354.04º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E65967 is Cyan = 0, Magento = 0.61, Yellow = 0.55 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 89 | 103 | - |
| CMYK | 0 | 0.61 | 0.55 | 0.10 |
| HSL | 354.04º | 0.74% | 0.63% | - |
| HSV(B) | 354.04º | 0.61% | 0.9% | - |
| XYZ | 38.65 | 24.95 | 15.61 | - |
| YUV | 132.76 | 111.21 | 197.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 89 | 103 | 0 | 0.61 | 0.55 | 0.10 | 354.04 | 0.74 | 0.63 |
| Hex | E6 | 59 | 67 | 0 | 3D | 37 | A | 162 | 4A | 3F |
| Octal | 346 | 131 | 147 | 0 | 75 | 67 | 12 | 542 | 112 | 77 |
| Binary | 11100110 | 1011001 | 1100111 | 0 | 111101 | 110111 | 1010 | 101100010 | 1001010 | 111111 |
Color Harmonies of #E65967
Complementary color
Monochromatic Colors of #E65967
Black with #E65967
Text Example
Text Example
White with #E65967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65967; }
p { color: rgb(230,89,103); }
H1.HeaderClassName
{
color: #E65967;
}
.AnyTagClassName
{
color: #E65967;
}
</style>
background-color css
<style>
a { background-color: #E65967; }
a { background-color: rgb(230,89,103); }
div.DivClassName
{
background-color: #E65967;
}
.BgClassName
{
background-color: #E65967;
}
</style>
border-color css
<style>
span { border-color: #E65967; }
span { border-color: rgb(230,89,103); }
td.TdClassName
{
border-color: #E65967;
}
.TagClassName
{
border-color: #E65967;
}
</style>