Shades of Froly #E75768
Tints of Froly #E75768
RGB
CMYK
RGB Variations
Color information
#E75768 (or 0xE75768) is known color: Froly. HEX triplet: E7, 57 and 68. RGB value is (231,87,104). Sum of RGB (Red+Green+Blue) = 231+87+104=422 (55% of max value = 765). Red value is 231 (90.62% from 255 or 54.74% from 422); Green value is 87 (34.38% from 255 or 20.62% from 422); Blue value is 104 (41.02% from 255 or 24.64% from 422); Max value from RGB is 231 - color contains mainly: red. Hex color #E75768 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E75768 is #18A897. Grayscale: #848484. Windows color (decimal): -1616024 or 6838247. OLE color: 6838247.
HSL color Cylindrical-coordinate representation of color #E75768: hue angle of 352.92º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E75768 is Cyan = 0, Magento = 0.62, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 87 | 104 | - |
| CMYK | 0 | 0.62 | 0.55 | 0.09 |
| HSL | 352.92º | 0.75% | 0.62% | - |
| HSV(B) | 352.92º | 0.62% | 0.91% | - |
| XYZ | 38.86 | 24.8 | 15.84 | - |
| YUV | 131.99 | 112.21 | 198.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 87 | 104 | 0 | 0.62 | 0.55 | 0.09 | 352.92 | 0.75 | 0.62 |
| Hex | E7 | 57 | 68 | 0 | 3E | 37 | 9 | 161 | 4B | 3E |
| Octal | 347 | 127 | 150 | 0 | 76 | 67 | 11 | 541 | 113 | 76 |
| Binary | 11100111 | 1010111 | 1101000 | 0 | 111110 | 110111 | 1001 | 101100001 | 1001011 | 111110 |
Color Harmonies of #E75768
Complementary color
Monochromatic Colors of #E75768
Black with #E75768
Text Example
Text Example
White with #E75768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75768; }
p { color: rgb(231,87,104); }
H1.HeaderClassName
{
color: #E75768;
}
.AnyTagClassName
{
color: #E75768;
}
</style>
background-color css
<style>
a { background-color: #E75768; }
a { background-color: rgb(231,87,104); }
div.DivClassName
{
background-color: #E75768;
}
.BgClassName
{
background-color: #E75768;
}
</style>
border-color css
<style>
span { border-color: #E75768; }
span { border-color: rgb(231,87,104); }
td.TdClassName
{
border-color: #E75768;
}
.TagClassName
{
border-color: #E75768;
}
</style>