Shades of Froly #EE7A7B
Tints of Froly #EE7A7B
RGB
CMYK
RGB Variations
Color information
#EE7A7B (or 0xEE7A7B) is known color: Froly. HEX triplet: EE, 7A and 7B. RGB value is (238,122,123). Sum of RGB (Red+Green+Blue) = 238+122+123=483 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.28% from 483); Green value is 122 (48.05% from 255 or 25.26% from 483); Blue value is 123 (48.44% from 255 or 25.47% from 483); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7A7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE7A7B is #118584. Grayscale: #9C9C9C. Windows color (decimal): -1148293 or 8092398. OLE color: 8092398.
HSL color Cylindrical-coordinate representation of color #EE7A7B: hue angle of 359.48º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EE7A7B is Cyan = 0, Magento = 0.49, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 122 | 123 | - |
| CMYK | 0 | 0.49 | 0.48 | 0.07 |
| HSL | 359.48º | 0.77% | 0.71% | - |
| HSV(B) | 359.48º | 0.49% | 0.93% | - |
| XYZ | 45.79 | 33.53 | 22.8 | - |
| YUV | 156.8 | 108.93 | 185.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 122 | 123 | 0 | 0.49 | 0.48 | 0.07 | 359.48 | 0.77 | 0.71 |
| Hex | EE | 7A | 7B | 0 | 31 | 30 | 7 | 167 | 4D | 47 |
| Octal | 356 | 172 | 173 | 0 | 61 | 60 | 7 | 547 | 115 | 107 |
| Binary | 11101110 | 1111010 | 1111011 | 0 | 110001 | 110000 | 111 | 101100111 | 1001101 | 1000111 |
Color Harmonies of #EE7A7B
Complementary color
Monochromatic Colors of #EE7A7B
Black with #EE7A7B
Text Example
Text Example
White with #EE7A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7A7B; }
p { color: rgb(238,122,123); }
H1.HeaderClassName
{
color: #EE7A7B;
}
.AnyTagClassName
{
color: #EE7A7B;
}
</style>
background-color css
<style>
a { background-color: #EE7A7B; }
a { background-color: rgb(238,122,123); }
div.DivClassName
{
background-color: #EE7A7B;
}
.BgClassName
{
background-color: #EE7A7B;
}
</style>
border-color css
<style>
span { border-color: #EE7A7B; }
span { border-color: rgb(238,122,123); }
td.TdClassName
{
border-color: #EE7A7B;
}
.TagClassName
{
border-color: #EE7A7B;
}
</style>