Shades of Froly #EE737A
Tints of Froly #EE737A
RGB
CMYK
RGB Variations
Color information
#EE737A (or 0xEE737A) is known color: Froly. HEX triplet: EE, 73 and 7A. RGB value is (238,115,122). Sum of RGB (Red+Green+Blue) = 238+115+122=475 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.11% from 475); Green value is 115 (45.31% from 255 or 24.21% from 475); Blue value is 122 (48.05% from 255 or 25.68% from 475); Max value from RGB is 238 - color contains mainly: red. Hex color #EE737A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE737A is #118C85. Grayscale: #989898. Windows color (decimal): -1150086 or 8025070. OLE color: 8025070.
HSL color Cylindrical-coordinate representation of color #EE737A: hue angle of 356.59º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EE737A is Cyan = 0, Magento = 0.52, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 115 | 122 | - |
| CMYK | 0 | 0.52 | 0.49 | 0.07 |
| HSL | 356.59º | 0.78% | 0.69% | - |
| HSV(B) | 356.59º | 0.52% | 0.93% | - |
| XYZ | 44.9 | 31.84 | 22.19 | - |
| YUV | 152.58 | 110.75 | 188.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 115 | 122 | 0 | 0.52 | 0.49 | 0.07 | 356.59 | 0.78 | 0.69 |
| Hex | EE | 73 | 7A | 0 | 34 | 31 | 7 | 165 | 4E | 45 |
| Octal | 356 | 163 | 172 | 0 | 64 | 61 | 7 | 545 | 116 | 105 |
| Binary | 11101110 | 1110011 | 1111010 | 0 | 110100 | 110001 | 111 | 101100101 | 1001110 | 1000101 |
Color Harmonies of #EE737A
Complementary color
Monochromatic Colors of #EE737A
Black with #EE737A
Text Example
Text Example
White with #EE737A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE737A; }
p { color: rgb(238,115,122); }
H1.HeaderClassName
{
color: #EE737A;
}
.AnyTagClassName
{
color: #EE737A;
}
</style>
background-color css
<style>
a { background-color: #EE737A; }
a { background-color: rgb(238,115,122); }
div.DivClassName
{
background-color: #EE737A;
}
.BgClassName
{
background-color: #EE737A;
}
</style>
border-color css
<style>
span { border-color: #EE737A; }
span { border-color: rgb(238,115,122); }
td.TdClassName
{
border-color: #EE737A;
}
.TagClassName
{
border-color: #EE737A;
}
</style>