Shades of Froly #E65F69
Tints of Froly #E65F69
RGB
CMYK
RGB Variations
Color information
#E65F69 (or 0xE65F69) is known color: Froly. HEX triplet: E6, 5F and 69. RGB value is (230,95,105). Sum of RGB (Red+Green+Blue) = 230+95+105=430 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.49% from 430); Green value is 95 (37.5% from 255 or 22.09% from 430); Blue value is 105 (41.41% from 255 or 24.42% from 430); Max value from RGB is 230 - color contains mainly: red. Hex color #E65F69 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E65F69 is #19A096. Grayscale: #888888. Windows color (decimal): -1679511 or 6905830. OLE color: 6905830.
HSL color Cylindrical-coordinate representation of color #E65F69: hue angle of 355.56º 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 #E65F69 is Cyan = 0, Magento = 0.59, Yellow = 0.54 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 95 | 105 | - |
| CMYK | 0 | 0.59 | 0.54 | 0.10 |
| HSL | 355.56º | 0.73% | 0.64% | - |
| HSV(B) | 355.56º | 0.59% | 0.9% | - |
| XYZ | 39.28 | 26.03 | 16.32 | - |
| YUV | 136.51 | 110.23 | 194.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 95 | 105 | 0 | 0.59 | 0.54 | 0.10 | 355.56 | 0.73 | 0.64 |
| Hex | E6 | 5F | 69 | 0 | 3B | 36 | A | 164 | 49 | 40 |
| Octal | 346 | 137 | 151 | 0 | 73 | 66 | 12 | 544 | 111 | 100 |
| Binary | 11100110 | 1011111 | 1101001 | 0 | 111011 | 110110 | 1010 | 101100100 | 1001001 | 1000000 |
Color Harmonies of #E65F69
Complementary color
Monochromatic Colors of #E65F69
Black with #E65F69
Text Example
Text Example
White with #E65F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65F69; }
p { color: rgb(230,95,105); }
H1.HeaderClassName
{
color: #E65F69;
}
.AnyTagClassName
{
color: #E65F69;
}
</style>
background-color css
<style>
a { background-color: #E65F69; }
a { background-color: rgb(230,95,105); }
div.DivClassName
{
background-color: #E65F69;
}
.BgClassName
{
background-color: #E65F69;
}
</style>
border-color css
<style>
span { border-color: #E65F69; }
span { border-color: rgb(230,95,105); }
td.TdClassName
{
border-color: #E65F69;
}
.TagClassName
{
border-color: #E65F69;
}
</style>