Shades of Froly #E75A66
Tints of Froly #E75A66
RGB
CMYK
RGB Variations
Color information
#E75A66 (or 0xE75A66) is known color: Froly. HEX triplet: E7, 5A and 66. RGB value is (231,90,102). Sum of RGB (Red+Green+Blue) = 231+90+102=423 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.61% from 423); Green value is 90 (35.55% from 255 or 21.28% from 423); Blue value is 102 (40.23% from 255 or 24.11% from 423); Max value from RGB is 231 - color contains mainly: red. Hex color #E75A66 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E75A66 is #18A599. Grayscale: #858585. Windows color (decimal): -1615258 or 6707943. OLE color: 6707943.
HSL color Cylindrical-coordinate representation of color #E75A66: hue angle of 354.89º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E75A66 is Cyan = 0, Magento = 0.61, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 90 | 102 | - |
| CMYK | 0 | 0.61 | 0.56 | 0.09 |
| HSL | 354.89º | 0.75% | 0.63% | - |
| HSV(B) | 354.89º | 0.61% | 0.91% | - |
| XYZ | 39.01 | 25.26 | 15.39 | - |
| YUV | 133.53 | 110.21 | 197.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 90 | 102 | 0 | 0.61 | 0.56 | 0.09 | 354.89 | 0.75 | 0.63 |
| Hex | E7 | 5A | 66 | 0 | 3D | 38 | 9 | 163 | 4B | 3F |
| Octal | 347 | 132 | 146 | 0 | 75 | 70 | 11 | 543 | 113 | 77 |
| Binary | 11100111 | 1011010 | 1100110 | 0 | 111101 | 111000 | 1001 | 101100011 | 1001011 | 111111 |
Color Harmonies of #E75A66
Complementary color
Monochromatic Colors of #E75A66
Black with #E75A66
Text Example
Text Example
White with #E75A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75A66; }
p { color: rgb(231,90,102); }
H1.HeaderClassName
{
color: #E75A66;
}
.AnyTagClassName
{
color: #E75A66;
}
</style>
background-color css
<style>
a { background-color: #E75A66; }
a { background-color: rgb(231,90,102); }
div.DivClassName
{
background-color: #E75A66;
}
.BgClassName
{
background-color: #E75A66;
}
</style>
border-color css
<style>
span { border-color: #E75A66; }
span { border-color: rgb(231,90,102); }
td.TdClassName
{
border-color: #E75A66;
}
.TagClassName
{
border-color: #E75A66;
}
</style>