Shades of Froly #EE707D
Tints of Froly #EE707D
RGB
CMYK
RGB Variations
Color information
#EE707D (or 0xEE707D) is known color: Froly. HEX triplet: EE, 70 and 7D. RGB value is (238,112,125). Sum of RGB (Red+Green+Blue) = 238+112+125=475 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.11% from 475); Green value is 112 (44.14% from 255 or 23.58% from 475); Blue value is 125 (49.22% from 255 or 26.32% from 475); Max value from RGB is 238 - color contains mainly: red. Hex color #EE707D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE707D is #118F82. Grayscale: #979797. Windows color (decimal): -1150851 or 8220910. OLE color: 8220910.
HSL color Cylindrical-coordinate representation of color #EE707D: hue angle of 353.81º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EE707D is Cyan = 0, Magento = 0.53, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 112 | 125 | - |
| CMYK | 0 | 0.53 | 0.47 | 0.07 |
| HSL | 353.81º | 0.79% | 0.69% | - |
| HSV(B) | 353.81º | 0.53% | 0.93% | - |
| XYZ | 44.76 | 31.25 | 23.07 | - |
| YUV | 151.16 | 113.24 | 189.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 112 | 125 | 0 | 0.53 | 0.47 | 0.07 | 353.81 | 0.79 | 0.69 |
| Hex | EE | 70 | 7D | 0 | 35 | 2F | 7 | 162 | 4F | 45 |
| Octal | 356 | 160 | 175 | 0 | 65 | 57 | 7 | 542 | 117 | 105 |
| Binary | 11101110 | 1110000 | 1111101 | 0 | 110101 | 101111 | 111 | 101100010 | 1001111 | 1000101 |
Color Harmonies of #EE707D
Complementary color
Monochromatic Colors of #EE707D
Black with #EE707D
Text Example
Text Example
White with #EE707D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE707D; }
p { color: rgb(238,112,125); }
H1.HeaderClassName
{
color: #EE707D;
}
.AnyTagClassName
{
color: #EE707D;
}
</style>
background-color css
<style>
a { background-color: #EE707D; }
a { background-color: rgb(238,112,125); }
div.DivClassName
{
background-color: #EE707D;
}
.BgClassName
{
background-color: #EE707D;
}
</style>
border-color css
<style>
span { border-color: #EE707D; }
span { border-color: rgb(238,112,125); }
td.TdClassName
{
border-color: #EE707D;
}
.TagClassName
{
border-color: #EE707D;
}
</style>