Shades of Froly #E75666
Tints of Froly #E75666
RGB
CMYK
RGB Variations
Color information
#E75666 (or 0xE75666) is known color: Froly. HEX triplet: E7, 56 and 66. RGB value is (231,86,102). Sum of RGB (Red+Green+Blue) = 231+86+102=419 (55% of max value = 765). Red value is 231 (90.62% from 255 or 55.13% from 419); Green value is 86 (33.98% from 255 or 20.53% from 419); Blue value is 102 (40.23% from 255 or 24.34% from 419); Max value from RGB is 231 - color contains mainly: red. Hex color #E75666 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E75666 is #18A999. Grayscale: #838383. Windows color (decimal): -1616282 or 6706919. OLE color: 6706919.
HSL color Cylindrical-coordinate representation of color #E75666: hue angle of 353.38º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E75666 is Cyan = 0, Magento = 0.63, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 86 | 102 | - |
| CMYK | 0 | 0.63 | 0.56 | 0.09 |
| HSL | 353.38º | 0.75% | 0.62% | - |
| HSV(B) | 353.38º | 0.63% | 0.91% | - |
| XYZ | 38.68 | 24.6 | 15.28 | - |
| YUV | 131.18 | 111.54 | 199.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 86 | 102 | 0 | 0.63 | 0.56 | 0.09 | 353.38 | 0.75 | 0.62 |
| Hex | E7 | 56 | 66 | 0 | 3F | 38 | 9 | 161 | 4B | 3E |
| Octal | 347 | 126 | 146 | 0 | 77 | 70 | 11 | 541 | 113 | 76 |
| Binary | 11100111 | 1010110 | 1100110 | 0 | 111111 | 111000 | 1001 | 101100001 | 1001011 | 111110 |
Color Harmonies of #E75666
Complementary color
Monochromatic Colors of #E75666
Black with #E75666
Text Example
Text Example
White with #E75666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75666; }
p { color: rgb(231,86,102); }
H1.HeaderClassName
{
color: #E75666;
}
.AnyTagClassName
{
color: #E75666;
}
</style>
background-color css
<style>
a { background-color: #E75666; }
a { background-color: rgb(231,86,102); }
div.DivClassName
{
background-color: #E75666;
}
.BgClassName
{
background-color: #E75666;
}
</style>
border-color css
<style>
span { border-color: #E75666; }
span { border-color: rgb(231,86,102); }
td.TdClassName
{
border-color: #E75666;
}
.TagClassName
{
border-color: #E75666;
}
</style>