Shades of Froly #EE797D
Tints of Froly #EE797D
RGB
CMYK
RGB Variations
Color information
#EE797D (or 0xEE797D) is known color: Froly. HEX triplet: EE, 79 and 7D. RGB value is (238,121,125). Sum of RGB (Red+Green+Blue) = 238+121+125=484 (64% of max value = 765). Red value is 238 (93.36% from 255 or 49.17% from 484); Green value is 121 (47.66% from 255 or 25% from 484); Blue value is 125 (49.22% from 255 or 25.83% from 484); Max value from RGB is 238 - color contains mainly: red. Hex color #EE797D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE797D is #118682. Grayscale: #9C9C9C. Windows color (decimal): -1148547 or 8223214. OLE color: 8223214.
HSL color Cylindrical-coordinate representation of color #EE797D: hue angle of 357.95º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EE797D is Cyan = 0, Magento = 0.49, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 121 | 125 | - |
| CMYK | 0 | 0.49 | 0.47 | 0.07 |
| HSL | 357.95º | 0.77% | 0.7% | - |
| HSV(B) | 357.95º | 0.49% | 0.93% | - |
| XYZ | 45.8 | 33.33 | 23.42 | - |
| YUV | 156.44 | 110.26 | 186.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 121 | 125 | 0 | 0.49 | 0.47 | 0.07 | 357.95 | 0.77 | 0.7 |
| Hex | EE | 79 | 7D | 0 | 31 | 2F | 7 | 166 | 4D | 46 |
| Octal | 356 | 171 | 175 | 0 | 61 | 57 | 7 | 546 | 115 | 106 |
| Binary | 11101110 | 1111001 | 1111101 | 0 | 110001 | 101111 | 111 | 101100110 | 1001101 | 1000110 |
Color Harmonies of #EE797D
Complementary color
Monochromatic Colors of #EE797D
Black with #EE797D
Text Example
Text Example
White with #EE797D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE797D; }
p { color: rgb(238,121,125); }
H1.HeaderClassName
{
color: #EE797D;
}
.AnyTagClassName
{
color: #EE797D;
}
</style>
background-color css
<style>
a { background-color: #EE797D; }
a { background-color: rgb(238,121,125); }
div.DivClassName
{
background-color: #EE797D;
}
.BgClassName
{
background-color: #EE797D;
}
</style>
border-color css
<style>
span { border-color: #EE797D; }
span { border-color: rgb(238,121,125); }
td.TdClassName
{
border-color: #EE797D;
}
.TagClassName
{
border-color: #EE797D;
}
</style>