Shades of Froly #E75F68
Tints of Froly #E75F68
RGB
CMYK
RGB Variations
Color information
#E75F68 (or 0xE75F68) is known color: Froly. HEX triplet: E7, 5F and 68. RGB value is (231,95,104). Sum of RGB (Red+Green+Blue) = 231+95+104=430 (56% of max value = 765). Red value is 231 (90.62% from 255 or 53.72% from 430); Green value is 95 (37.5% from 255 or 22.09% from 430); Blue value is 104 (41.02% from 255 or 24.19% from 430); Max value from RGB is 231 - color contains mainly: red. Hex color #E75F68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E75F68 is #18A097. Grayscale: #888888. Windows color (decimal): -1613976 or 6840295. OLE color: 6840295.
HSL color Cylindrical-coordinate representation of color #E75F68: hue angle of 356.03º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E75F68 is Cyan = 0, Magento = 0.59, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 95 | 104 | - |
| CMYK | 0 | 0.59 | 0.55 | 0.09 |
| HSL | 356.03º | 0.74% | 0.64% | - |
| HSV(B) | 356.03º | 0.59% | 0.91% | - |
| XYZ | 39.55 | 26.17 | 16.06 | - |
| YUV | 136.69 | 109.56 | 195.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 95 | 104 | 0 | 0.59 | 0.55 | 0.09 | 356.03 | 0.74 | 0.64 |
| Hex | E7 | 5F | 68 | 0 | 3B | 37 | 9 | 164 | 4A | 40 |
| Octal | 347 | 137 | 150 | 0 | 73 | 67 | 11 | 544 | 112 | 100 |
| Binary | 11100111 | 1011111 | 1101000 | 0 | 111011 | 110111 | 1001 | 101100100 | 1001010 | 1000000 |
Color Harmonies of #E75F68
Complementary color
Monochromatic Colors of #E75F68
Black with #E75F68
Text Example
Text Example
White with #E75F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75F68; }
p { color: rgb(231,95,104); }
H1.HeaderClassName
{
color: #E75F68;
}
.AnyTagClassName
{
color: #E75F68;
}
</style>
background-color css
<style>
a { background-color: #E75F68; }
a { background-color: rgb(231,95,104); }
div.DivClassName
{
background-color: #E75F68;
}
.BgClassName
{
background-color: #E75F68;
}
</style>
border-color css
<style>
span { border-color: #E75F68; }
span { border-color: rgb(231,95,104); }
td.TdClassName
{
border-color: #E75F68;
}
.TagClassName
{
border-color: #E75F68;
}
</style>