Shades of Froly #EE7582
Tints of Froly #EE7582
RGB
CMYK
RGB Variations
Color information
#EE7582 (or 0xEE7582) is known color: Froly. HEX triplet: EE, 75 and 82. RGB value is (238,117,130). Sum of RGB (Red+Green+Blue) = 238+117+130=485 (64% of max value = 765). Red value is 238 (93.36% from 255 or 49.07% from 485); Green value is 117 (46.09% from 255 or 24.12% from 485); Blue value is 130 (51.17% from 255 or 26.80% from 485); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7582 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE7582 is #118A7D. Grayscale: #9A9A9A. Windows color (decimal): -1149566 or 8549870. OLE color: 8549870.
HSL color Cylindrical-coordinate representation of color #EE7582: hue angle of 353.55º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EE7582 is Cyan = 0, Magento = 0.51, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 117 | 130 | - |
| CMYK | 0 | 0.51 | 0.45 | 0.07 |
| HSL | 353.55º | 0.78% | 0.7% | - |
| HSV(B) | 353.55º | 0.51% | 0.93% | - |
| XYZ | 45.65 | 32.51 | 24.99 | - |
| YUV | 154.66 | 114.09 | 187.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 117 | 130 | 0 | 0.51 | 0.45 | 0.07 | 353.55 | 0.78 | 0.7 |
| Hex | EE | 75 | 82 | 0 | 33 | 2D | 7 | 162 | 4E | 46 |
| Octal | 356 | 165 | 202 | 0 | 63 | 55 | 7 | 542 | 116 | 106 |
| Binary | 11101110 | 1110101 | 10000010 | 0 | 110011 | 101101 | 111 | 101100010 | 1001110 | 1000110 |
Color Harmonies of #EE7582
Complementary color
Monochromatic Colors of #EE7582
Black with #EE7582
Text Example
Text Example
White with #EE7582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7582; }
p { color: rgb(238,117,130); }
H1.HeaderClassName
{
color: #EE7582;
}
.AnyTagClassName
{
color: #EE7582;
}
</style>
background-color css
<style>
a { background-color: #EE7582; }
a { background-color: rgb(238,117,130); }
div.DivClassName
{
background-color: #EE7582;
}
.BgClassName
{
background-color: #EE7582;
}
</style>
border-color css
<style>
span { border-color: #EE7582; }
span { border-color: rgb(238,117,130); }
td.TdClassName
{
border-color: #EE7582;
}
.TagClassName
{
border-color: #EE7582;
}
</style>