Shades of Froly #EE7578
Tints of Froly #EE7578
RGB
CMYK
RGB Variations
Color information
#EE7578 (or 0xEE7578) is known color: Froly. HEX triplet: EE, 75 and 78. RGB value is (238,117,120). Sum of RGB (Red+Green+Blue) = 238+117+120=475 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.11% from 475); Green value is 117 (46.09% from 255 or 24.63% from 475); Blue value is 120 (47.27% from 255 or 25.26% from 475); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7578 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE7578 is #118A87. Grayscale: #999999. Windows color (decimal): -1149576 or 7894510. OLE color: 7894510.
HSL color Cylindrical-coordinate representation of color #EE7578: hue angle of 358.51º 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 #EE7578 is Cyan = 0, Magento = 0.51, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 117 | 120 | - |
| CMYK | 0 | 0.51 | 0.50 | 0.07 |
| HSL | 358.51º | 0.78% | 0.7% | - |
| HSV(B) | 358.51º | 0.51% | 0.93% | - |
| XYZ | 45.01 | 32.26 | 21.62 | - |
| YUV | 153.52 | 109.09 | 188.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 117 | 120 | 0 | 0.51 | 0.50 | 0.07 | 358.51 | 0.78 | 0.7 |
| Hex | EE | 75 | 78 | 0 | 33 | 32 | 7 | 167 | 4E | 46 |
| Octal | 356 | 165 | 170 | 0 | 63 | 62 | 7 | 547 | 116 | 106 |
| Binary | 11101110 | 1110101 | 1111000 | 0 | 110011 | 110010 | 111 | 101100111 | 1001110 | 1000110 |
Color Harmonies of #EE7578
Complementary color
Monochromatic Colors of #EE7578
Black with #EE7578
Text Example
Text Example
White with #EE7578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7578; }
p { color: rgb(238,117,120); }
H1.HeaderClassName
{
color: #EE7578;
}
.AnyTagClassName
{
color: #EE7578;
}
</style>
background-color css
<style>
a { background-color: #EE7578; }
a { background-color: rgb(238,117,120); }
div.DivClassName
{
background-color: #EE7578;
}
.BgClassName
{
background-color: #EE7578;
}
</style>
border-color css
<style>
span { border-color: #EE7578; }
span { border-color: rgb(238,117,120); }
td.TdClassName
{
border-color: #EE7578;
}
.TagClassName
{
border-color: #EE7578;
}
</style>