Shades of Froly #EE737D
Tints of Froly #EE737D
RGB
CMYK
RGB Variations
Color information
#EE737D (or 0xEE737D) is known color: Froly. HEX triplet: EE, 73 and 7D. RGB value is (238,115,125). Sum of RGB (Red+Green+Blue) = 238+115+125=478 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.79% from 478); Green value is 115 (45.31% from 255 or 24.06% from 478); Blue value is 125 (49.22% from 255 or 26.15% from 478); Max value from RGB is 238 - color contains mainly: red. Hex color #EE737D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE737D is #118C82. Grayscale: #999999. Windows color (decimal): -1150083 or 8221678. OLE color: 8221678.
HSL color Cylindrical-coordinate representation of color #EE737D: hue angle of 355.12º 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 #EE737D is Cyan = 0, Magento = 0.52, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 115 | 125 | - |
| CMYK | 0 | 0.52 | 0.47 | 0.07 |
| HSL | 355.12º | 0.78% | 0.69% | - |
| HSV(B) | 355.12º | 0.52% | 0.93% | - |
| XYZ | 45.09 | 31.92 | 23.19 | - |
| YUV | 152.92 | 112.25 | 188.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 115 | 125 | 0 | 0.52 | 0.47 | 0.07 | 355.12 | 0.78 | 0.69 |
| Hex | EE | 73 | 7D | 0 | 34 | 2F | 7 | 163 | 4E | 45 |
| Octal | 356 | 163 | 175 | 0 | 64 | 57 | 7 | 543 | 116 | 105 |
| Binary | 11101110 | 1110011 | 1111101 | 0 | 110100 | 101111 | 111 | 101100011 | 1001110 | 1000101 |
Color Harmonies of #EE737D
Complementary color
Monochromatic Colors of #EE737D
Black with #EE737D
Text Example
Text Example
White with #EE737D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE737D; }
p { color: rgb(238,115,125); }
H1.HeaderClassName
{
color: #EE737D;
}
.AnyTagClassName
{
color: #EE737D;
}
</style>
background-color css
<style>
a { background-color: #EE737D; }
a { background-color: rgb(238,115,125); }
div.DivClassName
{
background-color: #EE737D;
}
.BgClassName
{
background-color: #EE737D;
}
</style>
border-color css
<style>
span { border-color: #EE737D; }
span { border-color: rgb(238,115,125); }
td.TdClassName
{
border-color: #EE737D;
}
.TagClassName
{
border-color: #EE737D;
}
</style>