Shades of Froly #EE7477
Tints of Froly #EE7477
RGB
CMYK
RGB Variations
Color information
#EE7477 (or 0xEE7477) is known color: Froly. HEX triplet: EE, 74 and 77. RGB value is (238,116,119). Sum of RGB (Red+Green+Blue) = 238+116+119=473 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.32% from 473); Green value is 116 (45.70% from 255 or 24.52% from 473); Blue value is 119 (46.88% from 255 or 25.16% from 473); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7477 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE7477 is #118B88. Grayscale: #989898. Windows color (decimal): -1149833 or 7828718. OLE color: 7828718.
HSL color Cylindrical-coordinate representation of color #EE7477: hue angle of 358.52º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EE7477 is Cyan = 0, Magento = 0.51, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 116 | 119 | - |
| CMYK | 0 | 0.51 | 0.50 | 0.07 |
| HSL | 358.52º | 0.78% | 0.69% | - |
| HSV(B) | 358.52º | 0.51% | 0.93% | - |
| XYZ | 44.84 | 32 | 21.27 | - |
| YUV | 152.82 | 108.92 | 188.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 116 | 119 | 0 | 0.51 | 0.50 | 0.07 | 358.52 | 0.78 | 0.69 |
| Hex | EE | 74 | 77 | 0 | 33 | 32 | 7 | 167 | 4E | 45 |
| Octal | 356 | 164 | 167 | 0 | 63 | 62 | 7 | 547 | 116 | 105 |
| Binary | 11101110 | 1110100 | 1110111 | 0 | 110011 | 110010 | 111 | 101100111 | 1001110 | 1000101 |
Color Harmonies of #EE7477
Complementary color
Monochromatic Colors of #EE7477
Black with #EE7477
Text Example
Text Example
White with #EE7477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7477; }
p { color: rgb(238,116,119); }
H1.HeaderClassName
{
color: #EE7477;
}
.AnyTagClassName
{
color: #EE7477;
}
</style>
background-color css
<style>
a { background-color: #EE7477; }
a { background-color: rgb(238,116,119); }
div.DivClassName
{
background-color: #EE7477;
}
.BgClassName
{
background-color: #EE7477;
}
</style>
border-color css
<style>
span { border-color: #EE7477; }
span { border-color: rgb(238,116,119); }
td.TdClassName
{
border-color: #EE7477;
}
.TagClassName
{
border-color: #EE7477;
}
</style>