Shades of Froly #EE7882
Tints of Froly #EE7882
RGB
CMYK
RGB Variations
Color information
#EE7882 (or 0xEE7882) is known color: Froly. HEX triplet: EE, 78 and 82. RGB value is (238,120,130). Sum of RGB (Red+Green+Blue) = 238+120+130=488 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.77% from 488); Green value is 120 (47.27% from 255 or 24.59% from 488); Blue value is 130 (51.17% from 255 or 26.64% from 488); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7882 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE7882 is #11877D. Grayscale: #9C9C9C. Windows color (decimal): -1148798 or 8550638. OLE color: 8550638.
HSL color Cylindrical-coordinate representation of color #EE7882: hue angle of 354.92º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EE7882 is Cyan = 0, Magento = 0.50, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 120 | 130 | - |
| CMYK | 0 | 0.50 | 0.45 | 0.07 |
| HSL | 354.92º | 0.78% | 0.7% | - |
| HSV(B) | 354.92º | 0.5% | 0.93% | - |
| XYZ | 46.01 | 33.22 | 25.11 | - |
| YUV | 156.42 | 113.09 | 186.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 120 | 130 | 0 | 0.50 | 0.45 | 0.07 | 354.92 | 0.78 | 0.7 |
| Hex | EE | 78 | 82 | 0 | 32 | 2D | 7 | 163 | 4E | 46 |
| Octal | 356 | 170 | 202 | 0 | 62 | 55 | 7 | 543 | 116 | 106 |
| Binary | 11101110 | 1111000 | 10000010 | 0 | 110010 | 101101 | 111 | 101100011 | 1001110 | 1000110 |
Color Harmonies of #EE7882
Complementary color
Monochromatic Colors of #EE7882
Black with #EE7882
Text Example
Text Example
White with #EE7882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7882; }
p { color: rgb(238,120,130); }
H1.HeaderClassName
{
color: #EE7882;
}
.AnyTagClassName
{
color: #EE7882;
}
</style>
background-color css
<style>
a { background-color: #EE7882; }
a { background-color: rgb(238,120,130); }
div.DivClassName
{
background-color: #EE7882;
}
.BgClassName
{
background-color: #EE7882;
}
</style>
border-color css
<style>
span { border-color: #EE7882; }
span { border-color: rgb(238,120,130); }
td.TdClassName
{
border-color: #EE7882;
}
.TagClassName
{
border-color: #EE7882;
}
</style>