Shades of Froly #EE737F
Tints of Froly #EE737F
RGB
CMYK
RGB Variations
Color information
#EE737F (or 0xEE737F) is known color: Froly. HEX triplet: EE, 73 and 7F. RGB value is (238,115,127). Sum of RGB (Red+Green+Blue) = 238+115+127=480 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.58% from 480); Green value is 115 (45.31% from 255 or 23.96% from 480); Blue value is 127 (50% from 255 or 26.46% from 480); Max value from RGB is 238 - color contains mainly: red. Hex color #EE737F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE737F is #118C80. Grayscale: #999999. Windows color (decimal): -1150081 or 8352750. OLE color: 8352750.
HSL color Cylindrical-coordinate representation of color #EE737F: hue angle of 354.15º 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 #EE737F is Cyan = 0, Magento = 0.52, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 115 | 127 | - |
| CMYK | 0 | 0.52 | 0.47 | 0.07 |
| HSL | 354.15º | 0.78% | 0.69% | - |
| HSV(B) | 354.15º | 0.52% | 0.93% | - |
| XYZ | 45.22 | 31.97 | 23.87 | - |
| YUV | 153.15 | 113.25 | 188.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 115 | 127 | 0 | 0.52 | 0.47 | 0.07 | 354.15 | 0.78 | 0.69 |
| Hex | EE | 73 | 7F | 0 | 34 | 2F | 7 | 162 | 4E | 45 |
| Octal | 356 | 163 | 177 | 0 | 64 | 57 | 7 | 542 | 116 | 105 |
| Binary | 11101110 | 1110011 | 1111111 | 0 | 110100 | 101111 | 111 | 101100010 | 1001110 | 1000101 |
Color Harmonies of #EE737F
Complementary color
Monochromatic Colors of #EE737F
Black with #EE737F
Text Example
Text Example
White with #EE737F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE737F; }
p { color: rgb(238,115,127); }
H1.HeaderClassName
{
color: #EE737F;
}
.AnyTagClassName
{
color: #EE737F;
}
</style>
background-color css
<style>
a { background-color: #EE737F; }
a { background-color: rgb(238,115,127); }
div.DivClassName
{
background-color: #EE737F;
}
.BgClassName
{
background-color: #EE737F;
}
</style>
border-color css
<style>
span { border-color: #EE737F; }
span { border-color: rgb(238,115,127); }
td.TdClassName
{
border-color: #EE737F;
}
.TagClassName
{
border-color: #EE737F;
}
</style>