Shades of Froly #EE707F
Tints of Froly #EE707F
RGB
CMYK
RGB Variations
Color information
#EE707F (or 0xEE707F) is known color: Froly. HEX triplet: EE, 70 and 7F. RGB value is (238,112,127). Sum of RGB (Red+Green+Blue) = 238+112+127=477 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.90% from 477); Green value is 112 (44.14% from 255 or 23.48% from 477); Blue value is 127 (50% from 255 or 26.62% from 477); Max value from RGB is 238 - color contains mainly: red. Hex color #EE707F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE707F is #118F80. Grayscale: #979797. Windows color (decimal): -1150849 or 8351982. OLE color: 8351982.
HSL color Cylindrical-coordinate representation of color #EE707F: hue angle of 352.86º 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 #EE707F is Cyan = 0, Magento = 0.53, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 112 | 127 | - |
| CMYK | 0 | 0.53 | 0.47 | 0.07 |
| HSL | 352.86º | 0.79% | 0.69% | - |
| HSV(B) | 352.86º | 0.53% | 0.93% | - |
| XYZ | 44.88 | 31.3 | 23.75 | - |
| YUV | 151.38 | 114.24 | 189.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 112 | 127 | 0 | 0.53 | 0.47 | 0.07 | 352.86 | 0.79 | 0.69 |
| Hex | EE | 70 | 7F | 0 | 35 | 2F | 7 | 161 | 4F | 45 |
| Octal | 356 | 160 | 177 | 0 | 65 | 57 | 7 | 541 | 117 | 105 |
| Binary | 11101110 | 1110000 | 1111111 | 0 | 110101 | 101111 | 111 | 101100001 | 1001111 | 1000101 |
Color Harmonies of #EE707F
Complementary color
Monochromatic Colors of #EE707F
Black with #EE707F
Text Example
Text Example
White with #EE707F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE707F; }
p { color: rgb(238,112,127); }
H1.HeaderClassName
{
color: #EE707F;
}
.AnyTagClassName
{
color: #EE707F;
}
</style>
background-color css
<style>
a { background-color: #EE707F; }
a { background-color: rgb(238,112,127); }
div.DivClassName
{
background-color: #EE707F;
}
.BgClassName
{
background-color: #EE707F;
}
</style>
border-color css
<style>
span { border-color: #EE707F; }
span { border-color: rgb(238,112,127); }
td.TdClassName
{
border-color: #EE707F;
}
.TagClassName
{
border-color: #EE707F;
}
</style>