Shades of Froly #E75D6C
Tints of Froly #E75D6C
RGB
CMYK
RGB Variations
Color information
#E75D6C (or 0xE75D6C) is known color: Froly. HEX triplet: E7, 5D and 6C. RGB value is (231,93,108). Sum of RGB (Red+Green+Blue) = 231+93+108=432 (57% of max value = 765). Red value is 231 (90.62% from 255 or 53.47% from 432); Green value is 93 (36.72% from 255 or 21.53% from 432); Blue value is 108 (42.58% from 255 or 25% from 432); Max value from RGB is 231 - color contains mainly: red. Hex color #E75D6C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E75D6C is #18A293. Grayscale: #888888. Windows color (decimal): -1614484 or 7101927. OLE color: 7101927.
HSL color Cylindrical-coordinate representation of color #E75D6C: hue angle of 353.48º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E75D6C is Cyan = 0, Magento = 0.60, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 93 | 108 | - |
| CMYK | 0 | 0.60 | 0.53 | 0.09 |
| HSL | 353.48º | 0.74% | 0.64% | - |
| HSV(B) | 353.48º | 0.6% | 0.91% | - |
| XYZ | 39.58 | 25.9 | 17.1 | - |
| YUV | 135.97 | 112.22 | 195.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 93 | 108 | 0 | 0.60 | 0.53 | 0.09 | 353.48 | 0.74 | 0.64 |
| Hex | E7 | 5D | 6C | 0 | 3C | 35 | 9 | 161 | 4A | 40 |
| Octal | 347 | 135 | 154 | 0 | 74 | 65 | 11 | 541 | 112 | 100 |
| Binary | 11100111 | 1011101 | 1101100 | 0 | 111100 | 110101 | 1001 | 101100001 | 1001010 | 1000000 |
Color Harmonies of #E75D6C
Complementary color
Monochromatic Colors of #E75D6C
Black with #E75D6C
Text Example
Text Example
White with #E75D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75D6C; }
p { color: rgb(231,93,108); }
H1.HeaderClassName
{
color: #E75D6C;
}
.AnyTagClassName
{
color: #E75D6C;
}
</style>
background-color css
<style>
a { background-color: #E75D6C; }
a { background-color: rgb(231,93,108); }
div.DivClassName
{
background-color: #E75D6C;
}
.BgClassName
{
background-color: #E75D6C;
}
</style>
border-color css
<style>
span { border-color: #E75D6C; }
span { border-color: rgb(231,93,108); }
td.TdClassName
{
border-color: #E75D6C;
}
.TagClassName
{
border-color: #E75D6C;
}
</style>